Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4121)

Unified Diff: chrome/common/common_resources.grd

Issue 12001003: Move the jstemplate resources back to common_resources.grd to fix test issues. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_data_source_unittest.cc ('k') | chrome/common/jstemplate_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/common_resources.grd
===================================================================
--- chrome/common/common_resources.grd (revision 177425)
+++ chrome/common/common_resources.grd (working copy)
@@ -11,6 +11,10 @@
<includes>
<include name="IDR_EXTENSION_MANIFEST_FEATURES" file="extensions\api\_manifest_features.json" type="BINDATA" />
<include name="IDR_EXTENSION_PERMISSION_FEATURES" file="extensions\api\_permission_features.json" type="BINDATA" />
+ <include name="IDR_I18N_PROCESS_JS" file="..\..\ui\webui\resources\js\i18n_process.js" type="BINDATA" />
+ <include name="IDR_I18N_TEMPLATE_JS" file="..\..\ui\webui\resources\js\i18n_template.js" type="BINDATA" />
+ <include name="IDR_I18N_TEMPLATE2_JS" file="..\..\ui\webui\resources\js\i18n_template2.js" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_JSTEMPLATE_JS" file="..\..\ui\webui\resources\js\jstemplate_compiled.js" flattenhtml="true" type="BINDATA" />
<include name="IDR_WEB_APP_SCHEMA" file="web_app_schema.json" type="BINDATA" />
<if expr="is_macosx">
<include name="IDR_NACL_SANDBOX_PROFILE" file="nacl_loader.sb" type="BINDATA" />
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_data_source_unittest.cc ('k') | chrome/common/jstemplate_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698