Allow settings dialog to be opened via the app launcher, as a packaged app.
This first stage fixes peculiar behaviour when running a launched ShellWindow
in a process separate from the background page (e.g. sandboxed pages, and the
new settings app, which will use a process running WebUI), as well as
installing the app itself; loading the vanillla chrome://settings pages.
Next part: theming and pages for the app-host settings UI.
BUG=130210
Review URL: https://chromiumcodereview.appspot.com/11048045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161828 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index 6e4bbf2..bffa941 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -180,6 +180,9 @@
<include name="IDR_SAFE_BROWSING_MALWARE_BLOCK" file="resources\safe_browsing_malware_block.html" flattenhtml="true" type="BINDATA" />
<include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\safe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" />
<include name="IDR_SAFE_BROWSING_PHISHING_BLOCK" file="resources\safe_browsing_phishing_block.html" flattenhtml="true" type="BINDATA" />
+ <if expr="is_win">
+ <include name="IDR_SETTINGS_APP_MANIFEST" file="resources\settings_app\manifest.json" type="BINDATA" />
+ </if>
<if expr="not pp_ifdef('android')">
<include name="IDR_SUGGESTIONS_INTERNALS_HTML" file="resources\suggestions_internals\suggestions_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_SUGGESTIONS_INTERNALS_CSS" file="resources\suggestions_internals\suggestions_internals.css" type="BINDATA" />