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

Side by Side Diff: chrome/browser/browser_resources.grd

Issue 9006003: Refactor and fix feedback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra include. Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/browser_resources.h" type="rc_header"> 4 <output filename="grit/browser_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="browser_resources.pak" type="data_package" /> 7 <output filename="browser_resources.pak" type="data_package" />
8 <output filename="browser_resources.rc" type="rc_all" /> 8 <output filename="browser_resources.rc" type="rc_all" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
(...skipping 12 matching lines...) Expand all
23 </if> 23 </if>
24 <if expr="is_win"> 24 <if expr="is_win">
25 <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="BINDATA" /> 25 <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="BINDATA" />
26 </if> 26 </if>
27 <include name="IDR_ABOUT_MEMORY_JS" file="resources\about_memory.js" type= "BINDATA" /> 27 <include name="IDR_ABOUT_MEMORY_JS" file="resources\about_memory.js" type= "BINDATA" />
28 <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" fla ttenhtml="true" allowexternalscript="true" type="BINDATA" /> 28 <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" fla ttenhtml="true" allowexternalscript="true" type="BINDATA" />
29 <include name="IDR_ABOUT_STATS_JS" file="resources\about_stats.js" type="B INDATA" /> 29 <include name="IDR_ABOUT_STATS_JS" file="resources\about_stats.js" type="B INDATA" />
30 <include name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 30 <include name="IDR_ABOUT_VERSION_HTML" file="resources\about_version.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
31 <include name="IDR_ABOUT_VERSION_JS" file="resources\about_version.js" typ e="BINDATA" /> 31 <include name="IDR_ABOUT_VERSION_JS" file="resources\about_version.js" typ e="BINDATA" />
32 <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\ma nifest.json" type="BINDATA" /> 32 <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\ma nifest.json" type="BINDATA" />
33 <include name="IDR_BUGREPORT_HTML" file="resources\bug_report.html" flatte nhtml="true" allowexternalscript="true" type="BINDATA" />
34 <include name="IDR_BUGREPORT_HTML_INVALID" file="resources\bug_report_inva lid.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" />
35 <include name="IDR_BUGREPORT_JS" file="resources\bug_report.js" flattenhtm l="true" type="BINDATA" />
36 <if expr="is_posix and not is_macosx"> 33 <if expr="is_posix and not is_macosx">
37 <include name="IDR_CERTIFICATE_VIEWER_HTML" file="resources\certificate_ viewer.html" type="BINDATA" /> 34 <include name="IDR_CERTIFICATE_VIEWER_HTML" file="resources\certificate_ viewer.html" type="BINDATA" />
38 <include name="IDR_CERTIFICATE_VIEWER_JS" file="resources\certificate_vi ewer.js" type="BINDATA" /> 35 <include name="IDR_CERTIFICATE_VIEWER_JS" file="resources\certificate_vi ewer.js" type="BINDATA" />
39 <include name="IDR_CERTIFICATE_VIEWER_CSS" file="resources\certificate_v iewer.css" type="BINDATA" /> 36 <include name="IDR_CERTIFICATE_VIEWER_CSS" file="resources\certificate_v iewer.css" type="BINDATA" />
40 </if> 37 </if>
41 <include name="IDR_CLOUDPRINT_MANIFEST" file="resources\cloud_print_app\ma nifest.json" type="BINDATA" /> 38 <include name="IDR_CLOUDPRINT_MANIFEST" file="resources\cloud_print_app\ma nifest.json" type="BINDATA" />
42 <include name="IDR_CLOUD_PRINT_SETUP_DONE_HTML" file="printing\cloud_print \resources\cloud_print_setup_done.html" flattenhtml="true" type="BINDATA" /> 39 <include name="IDR_CLOUD_PRINT_SETUP_DONE_HTML" file="printing\cloud_print \resources\cloud_print_setup_done.html" flattenhtml="true" type="BINDATA" />
43 <include name="IDR_CLOUD_PRINT_SETUP_FLOW_HTML" file="printing\cloud_print \resources\cloud_print_setup_flow.html" flattenhtml="true" type="BINDATA" /> 40 <include name="IDR_CLOUD_PRINT_SETUP_FLOW_HTML" file="printing\cloud_print \resources\cloud_print_setup_flow.html" flattenhtml="true" type="BINDATA" />
44 <include name="IDR_CLOUD_PRINT_SETUP_LOGIN_HTML" file="printing\cloud_prin t\resources\cloud_print_setup_login.html" flattenhtml="true" type="BINDATA" /> 41 <include name="IDR_CLOUD_PRINT_SETUP_LOGIN_HTML" file="printing\cloud_prin t\resources\cloud_print_setup_login.html" flattenhtml="true" type="BINDATA" />
45 <include name="IDR_CRASHES_HTML" file="resources\crashes.html" flattenhtml ="true" allowexternalscript="true" type="BINDATA" /> 42 <include name="IDR_CRASHES_HTML" file="resources\crashes.html" flattenhtml ="true" allowexternalscript="true" type="BINDATA" />
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 <include name="IDR_SYNC_PASSPHRASE_HTML" file="sync\resources\passphrase.h tml" flattenhtml="true" type="BINDATA" /> 112 <include name="IDR_SYNC_PASSPHRASE_HTML" file="sync\resources\passphrase.h tml" flattenhtml="true" type="BINDATA" />
116 <include name="IDR_SYNC_SETTING_UP_HTML" file="sync\resources\setting_up.h tml" flattenhtml="true" type="BINDATA" /> 113 <include name="IDR_SYNC_SETTING_UP_HTML" file="sync\resources\setting_up.h tml" flattenhtml="true" type="BINDATA" />
117 <include name="IDR_SYNC_SETUP_DONE_HTML" file="sync\resources\setup_done.h tml" flattenhtml="true" type="BINDATA" /> 114 <include name="IDR_SYNC_SETUP_DONE_HTML" file="sync\resources\setup_done.h tml" flattenhtml="true" type="BINDATA" />
118 <include name="IDR_SYNC_SETUP_FLOW_HTML" file="sync\resources\setup_flow.h tml" flattenhtml="true" type="BINDATA" /> 115 <include name="IDR_SYNC_SETUP_FLOW_HTML" file="sync\resources\setup_flow.h tml" flattenhtml="true" type="BINDATA" />
119 <include name="IDR_TASK_MANAGER_HTML" file="resources\task_manager\main.ht ml" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 116 <include name="IDR_TASK_MANAGER_HTML" file="resources\task_manager\main.ht ml" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
120 <include name="IDR_TASK_MANAGER_INCLUDES_JS" file="resources\task_manager\ includes.js" type="BINDATA" /> 117 <include name="IDR_TASK_MANAGER_INCLUDES_JS" file="resources\task_manager\ includes.js" type="BINDATA" />
121 <include name="IDR_TASK_MANAGER_JS" file="resources\task_manager\main.js" type="BINDATA" /> 118 <include name="IDR_TASK_MANAGER_JS" file="resources\task_manager\main.js" type="BINDATA" />
122 <include name="IDR_TRACING_HTML" file="resources\tracing.html" flattenhtml ="true" allowexternalscript="true" type="BINDATA" /> 119 <include name="IDR_TRACING_HTML" file="resources\tracing.html" flattenhtml ="true" allowexternalscript="true" type="BINDATA" />
123 <include name="IDR_TRACING_JS" file="resources\tracing.js" flattenhtml="tr ue" type="BINDATA" /> 120 <include name="IDR_TRACING_JS" file="resources\tracing.js" flattenhtml="tr ue" type="BINDATA" />
124 <include name="IDR_TRANSLATE_JS" file="resources\translate.js" type="BINDA TA" /> 121 <include name="IDR_TRANSLATE_JS" file="resources\translate.js" type="BINDA TA" />
122 <include name="IDR_FEEDBACK_HTML" file="resources\feedback.html" flattenht ml="true" allowexternalscript="true" type="BINDATA" />
123 <include name="IDR_FEEDBACK_HTML_INVALID" file="resources\feedback_invalid .html" allowexternalscript="true" flattenhtml="true" type="BINDATA" />
124 <include name="IDR_FEEDBACK_JS" file="resources\feedback.js" flattenhtml=" true" type="BINDATA" />
125 <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml= "true" type="BINDATA" /> 125 <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml= "true" type="BINDATA" />
126 <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" / > 126 <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" / >
127 <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifes t.json" type="BINDATA" /> 127 <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifes t.json" type="BINDATA" />
128 <include name="IDR_ENTERPRISE_WEBSTORE_MANIFEST" file="resources\enterpris e_webstore_app\manifest.json" type="BINDATA" /> 128 <include name="IDR_ENTERPRISE_WEBSTORE_MANIFEST" file="resources\enterpris e_webstore_app\manifest.json" type="BINDATA" />
129 <if expr="not pp_ifdef('chromeos')"> 129 <if expr="not pp_ifdef('chromeos')">
130 <include name="IDR_SYNC_PROMO_JS" file="resources\sync_promo\sync_promo. js" flattenhtml="true" type="BINDATA" /> 130 <include name="IDR_SYNC_PROMO_JS" file="resources\sync_promo\sync_promo. js" flattenhtml="true" type="BINDATA" />
131 <include name="IDR_SYNC_PROMO_HTML" file="resources\sync_promo\sync_prom o.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 131 <include name="IDR_SYNC_PROMO_HTML" file="resources\sync_promo\sync_prom o.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
132 </if> 132 </if>
133 <if expr="pp_ifdef('chromeos')"> 133 <if expr="pp_ifdef('chromeos')">
134 <include name="IDR_ABOUT_SYS_HTML" file="resources\chromeos\about_sys.ht ml" flattenhtml="true" type="BINDATA" /> 134 <include name="IDR_ABOUT_SYS_HTML" file="resources\chromeos\about_sys.ht ml" flattenhtml="true" type="BINDATA" />
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 </if> 172 </if>
173 <if expr="pp_ifdef('use_aura')"> 173 <if expr="pp_ifdef('use_aura')">
174 <include name="IDR_APP_LIST_HTML" file="resources\aura\app_list\app_list .html" flattenhtml="true" type="BINDATA" /> 174 <include name="IDR_APP_LIST_HTML" file="resources\aura\app_list\app_list .html" flattenhtml="true" type="BINDATA" />
175 </if> 175 </if>
176 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')"> 176 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')">
177 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json " type="BINDATA" /> 177 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json " type="BINDATA" />
178 </if> 178 </if>
179 </includes> 179 </includes>
180 </release> 180 </release>
181 </grit> 181 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698