diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-26 22:30:44 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-26 22:30:44 +0000 |
commit | 86f76ebbe5b1da4438e257663daa40091a5883ee (patch) | |
tree | 648b69f05e0a048a6de59e53a00df225d154ee50 /chrome/browser/browser_resources.grd | |
parent | 9a1e6d4cfc5028c9c7c431bbf7ed100b28271957 (diff) | |
download | chromium_src-86f76ebbe5b1da4438e257663daa40091a5883ee.zip chromium_src-86f76ebbe5b1da4438e257663daa40091a5883ee.tar.gz chromium_src-86f76ebbe5b1da4438e257663daa40091a5883ee.tar.bz2 |
Refactor parts of the NTP to split things into more managable chunks.
BUG=None
TEST=Manual
Review URL: http://codereview.chromium.org/1759007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r-- | chrome/browser/browser_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index 9bf2c33..43e46c6 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -48,7 +48,7 @@ without changes to the corresponding grd file. ptrrraer --> <include name="IDR_CALENDAR_APP_MANIFEST" file="resources\calendar_app\manifest.json" type="BINDATA" /> <include name="IDR_DOCS_APP_MANIFEST" file="resources\docs_app\manifest.json" type="BINDATA" /> <include name="IDR_DOWNLOADS_HTML" file="resources\downloads.html" flattenhtml="true" type="BINDATA" /> - <include name="IDR_LOCAL_STRINGS_JS" file="resources\local_strings.js" type="BINDATA" /> + <include name="IDR_LOCAL_STRINGS_JS" file="resources\shared\js\local_strings.js" type="BINDATA" /> <include name="IDR_DOM_UI_CSS" file="resources\dom_ui.css" flattenhtml="true" type="BINDATA" /> <include name="IDR_EXTENSIONS_UI_HTML" file="resources\extensions_ui.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_EXTENSION_DEFAULT_ICON" file="resources\extension_default_icon.png" type="BINDATA" /> |