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

Unified Diff: chrome/browser/resources/shared_resources.grd

Issue 10244005: convert bookmark manager to loadTimeData from localStrings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 7 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/resources/shared/js/i18n_template_no_process.js ('k') | chrome/common/common_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared_resources.grd
diff --git a/chrome/browser/resources/shared_resources.grd b/chrome/browser/resources/shared_resources.grd
index cb4cb0dcec7a6471a5423b86c181d3dfb0c4b81e..613062433f6f8df4944db544a23082b46686a47f 100644
--- a/chrome/browser/resources/shared_resources.grd
+++ b/chrome/browser/resources/shared_resources.grd
@@ -6,7 +6,8 @@ without changes to the corresponding grd file. -->
<output filename="grit/shared_resources.h" type="rc_header">
<emit emit_type='prepend'></emit>
</output>
- <output filename="grit/shared_resources_map.cc" type="resource_file_map_source" />
+ <output filename="grit/shared_resources_map.cc"
+ type="resource_file_map_source" />
<output filename="grit/shared_resources_map.h" type="resource_map_header" />
<output filename="shared_resources.pak" type="data_package" />
</outputs>
@@ -23,7 +24,8 @@ without changes to the corresponding grd file. -->
<include name="IDR_SHARED_CSS_MENU"
file="shared/css/menu.css" type="BINDATA" flattenhtml="true" />
<include name="IDR_SHARED_CSS_MENU_BUTTON"
- file="shared/css/menu_button.css" type="BINDATA" flattenhtml="true" />
+ file="shared/css/menu_button.css" type="BINDATA"
+ flattenhtml="true" />
<include name="IDR_SHARED_CSS_CHROME"
file="shared/css/chrome_shared.css" type="BINDATA" />
<include name="IDR_SHARED_CSS_CHROME2"
@@ -108,11 +110,13 @@ without changes to the corresponding grd file. -->
<include name="IDR_SHARED_JS_CR_UI_LIST_ITEM"
file="shared/js/cr/ui/list_item.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_LIST_SELECTION_CONTROLLER"
- file="shared/js/cr/ui/list_selection_controller.js" type="BINDATA" />
+ file="shared/js/cr/ui/list_selection_controller.js"
+ type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_LIST_SELECTION_MODEL"
file="shared/js/cr/ui/list_selection_model.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_LIST_SINGLE_SELECTION_MODEL"
- file="shared/js/cr/ui/list_single_selection_model.js" type="BINDATA" />
+ file="shared/js/cr/ui/list_single_selection_model.js"
+ type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_MENU"
file="shared/js/cr/ui/menu.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_MENU_BUTTON"
@@ -134,7 +138,8 @@ without changes to the corresponding grd file. -->
<include name="IDR_SHARED_JS_CR_UI_TABLE_COLUMN"
file="shared/js/cr/ui/table/table_column.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_TABLE_COLUMN_MODEL"
- file="shared/js/cr/ui/table/table_column_model.js" type="BINDATA" />
+ file="shared/js/cr/ui/table/table_column_model.js"
+ type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_TABLE_HEADER"
file="shared/js/cr/ui/table/table_header.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_TABLE_LIST"
@@ -153,11 +158,14 @@ without changes to the corresponding grd file. -->
file="shared/js/i18n_process.js" type="BINDATA" />
<include name="IDR_SHARED_JS_I18N_TEMPLATE"
file="shared/js/i18n_template.js" type="BINDATA" />
+ <include name="IDR_SHARED_JS_I18N_TEMPLATE_NO_PROCESS"
+ file="shared/js/i18n_template_no_process.js" type="BINDATA" />
<include name="IDR_SHARED_JS_I18N_TEMPLATE2"
- file="shared/js/i18n_template2.js" type="BINDATA" />
+ file="shared/js/i18n_template2.js" type="BINDATA"
+ flattenhtml="true" />
<include name="IDR_SHARED_JS_JSTEMPLATE_COMPILED"
- file="shared/js/jstemplate_compiled.js"
- flattenhtml="true" type="BINDATA" />
+ file="shared/js/jstemplate_compiled.js" type="BINDATA"
+ flattenhtml="true" />
<include name="IDR_SHARED_JS_LOAD_TIME_DATA"
file="shared/js/load_time_data.js" type="BINDATA" />
<include name="IDR_SHARED_JS_LOCAL_STRINGS"
« no previous file with comments | « chrome/browser/resources/shared/js/i18n_template_no_process.js ('k') | chrome/common/common_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698