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

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

Issue 9124028: separate about page into its own page (included in chrome://chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change indent, move script includes to inside body Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/about_page/about_page.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 <include name="IDR_FEEDBACK_JS" file="resources\feedback.js" flattenhtml=" true" type="BINDATA" /> 126 <include name="IDR_FEEDBACK_JS" file="resources\feedback.js" flattenhtml=" true" type="BINDATA" />
127 <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml= "true" type="BINDATA" /> 127 <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml= "true" type="BINDATA" />
128 <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" / > 128 <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" / >
129 <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifes t.json" type="BINDATA" /> 129 <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifes t.json" type="BINDATA" />
130 <include name="IDR_ENTERPRISE_WEBSTORE_MANIFEST" file="resources\enterpris e_webstore_app\manifest.json" type="BINDATA" /> 130 <include name="IDR_ENTERPRISE_WEBSTORE_MANIFEST" file="resources\enterpris e_webstore_app\manifest.json" type="BINDATA" />
131 <if expr="not pp_ifdef('chromeos')"> 131 <if expr="not pp_ifdef('chromeos')">
132 <include name="IDR_SYNC_PROMO_JS" file="resources\sync_promo\sync_promo. js" flattenhtml="true" type="BINDATA" /> 132 <include name="IDR_SYNC_PROMO_JS" file="resources\sync_promo\sync_promo. js" flattenhtml="true" type="BINDATA" />
133 <include name="IDR_SYNC_PROMO_HTML" file="resources\sync_promo\sync_prom o.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 133 <include name="IDR_SYNC_PROMO_HTML" file="resources\sync_promo\sync_prom o.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
134 </if> 134 </if>
135 <if expr="pp_ifdef('chromeos')"> 135 <if expr="pp_ifdef('chromeos')">
136 <include name="IDR_ABOUT_PAGE_HTML" file="resources\about_page\about_pag e.html" flattenhtml="true" type="BINDATA" />
137 <include name="IDR_ABOUT_PAGE_JS" file="resources\about_page\about_page. js" flattenhtml="true" type="BINDATA" />
136 <include name="IDR_ABOUT_SYS_HTML" file="resources\chromeos\about_sys.ht ml" flattenhtml="true" type="BINDATA" /> 138 <include name="IDR_ABOUT_SYS_HTML" file="resources\chromeos\about_sys.ht ml" flattenhtml="true" type="BINDATA" />
137 <include name="IDR_ACTIVE_DOWNLOADS_HTML" file="resources\chromeos\activ e_downloads.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" / > 139 <include name="IDR_ACTIVE_DOWNLOADS_HTML" file="resources\chromeos\activ e_downloads.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" / >
138 <include name="IDR_ACTIVE_DOWNLOADS_JS" file="resources\chromeos\active_ downloads.js" type="BINDATA" /> 140 <include name="IDR_ACTIVE_DOWNLOADS_JS" file="resources\chromeos\active_ downloads.js" type="BINDATA" />
139 <include name="IDR_CHOOSE_MOBILE_NETWORK_HTML" file="resources\chromeos\ choose_mobile_network.html" flattenhtml="true" allowexternalscript="true" type=" BINDATA" /> 141 <include name="IDR_CHOOSE_MOBILE_NETWORK_HTML" file="resources\chromeos\ choose_mobile_network.html" flattenhtml="true" allowexternalscript="true" type=" BINDATA" />
140 <include name="IDR_CHOOSE_MOBILE_NETWORK_JS" file="resources\chromeos\ch oose_mobile_network.js" type="BINDATA" /> 142 <include name="IDR_CHOOSE_MOBILE_NETWORK_JS" file="resources\chromeos\ch oose_mobile_network.js" type="BINDATA" />
141 <!-- manifest file of ChromeVox accessibility extension --> 143 <!-- manifest file of ChromeVox accessibility extension -->
142 <include name="IDR_CHROMEVOX_MANIFEST" file="resources\chromeos\access_c hromevox\manifest.json" type="BINDATA" /> 144 <include name="IDR_CHROMEVOX_MANIFEST" file="resources\chromeos\access_c hromevox\manifest.json" type="BINDATA" />
143 <include name="IDR_GAIA_AUTH_MANIFEST" file="resources\chromeos\gaia_aut h\manifest.json" type="BINDATA" /> 145 <include name="IDR_GAIA_AUTH_MANIFEST" file="resources\chromeos\gaia_aut h\manifest.json" type="BINDATA" />
144 <include name="IDR_GAIA_TEST_AUTH_MANIFEST" file="resources\chromeos\gai a_auth\manifest_test.json" type="BINDATA" /> 146 <include name="IDR_GAIA_TEST_AUTH_MANIFEST" file="resources\chromeos\gai a_auth\manifest_test.json" type="BINDATA" />
145 <include name="IDR_GUEST_SESSION_TAB_HTML" file="resources\chromeos\gues t_session_tab.html" flattenhtml="true" type="BINDATA" /> 147 <include name="IDR_GUEST_SESSION_TAB_HTML" file="resources\chromeos\gues t_session_tab.html" flattenhtml="true" type="BINDATA" />
(...skipping 28 matching lines...) Expand all
174 </if> 176 </if>
175 <if expr="pp_ifdef('use_aura')"> 177 <if expr="pp_ifdef('use_aura')">
176 <include name="IDR_APP_LIST_HTML" file="resources\aura\app_list\app_list .html" flattenhtml="true" type="BINDATA" /> 178 <include name="IDR_APP_LIST_HTML" file="resources\aura\app_list\app_list .html" flattenhtml="true" type="BINDATA" />
177 </if> 179 </if>
178 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')"> 180 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')">
179 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json " type="BINDATA" /> 181 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json " type="BINDATA" />
180 </if> 182 </if>
181 </includes> 183 </includes>
182 </release> 184 </release>
183 </grit> 185 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/about_page/about_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698