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

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

Issue 1321713004: Flag for Material Design policy construction page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing nits. Created 5 years, 2 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/md_policy/md_policy.html » ('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 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <structures> 10 <structures>
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 <if expr="desktop_linux or (is_android and enable_plugins)"> 258 <if expr="desktop_linux or (is_android and enable_plugins)">
259 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_linux.json" type="BINDATA" /> 259 <include name="IDR_PLUGIN_DB_JSON" file="resources\plugin_metadata\plugi ns_linux.json" type="BINDATA" />
260 </if> 260 </if>
261 <if expr="is_android"> 261 <if expr="is_android">
262 <include name="IDR_POLICY_CSS" file="resources\policy_android.css" type= "BINDATA"/> 262 <include name="IDR_POLICY_CSS" file="resources\policy_android.css" type= "BINDATA"/>
263 </if> 263 </if>
264 <if expr="not is_android"> 264 <if expr="not is_android">
265 <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA "/> 265 <include name="IDR_POLICY_CSS" file="resources\policy.css" type="BINDATA "/>
266 </if> 266 </if>
267 <include name="IDR_POLICY_HTML" file="resources\policy.html" flattenhtml=" true" allowexternalscript="true" type="BINDATA"/> 267 <include name="IDR_POLICY_HTML" file="resources\policy.html" flattenhtml=" true" allowexternalscript="true" type="BINDATA"/>
268 <include name="IDR_MD_POLICY_HTML" file="resources\md_policy\md_policy.htm l" flattenhtml="true" allowexternalscript="true" type="BINDATA"/>
268 <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/> 269 <include name="IDR_POLICY_JS" file="resources\policy.js" type="BINDATA"/>
269 <if expr="enable_print_preview"> 270 <if expr="enable_print_preview">
270 <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\pri nt_preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 271 <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview\pri nt_preview.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
271 <include name="IDR_PRINT_PREVIEW_JS" file="resources\print_preview\print _preview.js" flattenhtml="true" type="BINDATA" /> 272 <include name="IDR_PRINT_PREVIEW_JS" file="resources\print_preview\print _preview.js" flattenhtml="true" type="BINDATA" />
272 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER" 273 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER"
273 file="resources\print_preview\images\printer.png" type="BINDATA " /> 274 file="resources\print_preview\images\printer.png" type="BINDATA " />
274 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER_SHARED" 275 <include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER_SHARED"
275 file="resources\print_preview\images\printer_shared.png" type=" BINDATA" /> 276 file="resources\print_preview\images\printer_shared.png" type=" BINDATA" />
276 <include name="IDR_PRINT_PREVIEW_IMAGES_GOOGLE_DOC" 277 <include name="IDR_PRINT_PREVIEW_IMAGES_GOOGLE_DOC"
277 file="resources\print_preview\images\google_doc.png" type="BIND ATA" /> 278 file="resources\print_preview\images\google_doc.png" type="BIND ATA" />
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 </if> 460 </if>
460 <include name="IDR_BRAILLE_MANIFEST" file="resources\chromeos\braille_im e\manifest.json" type="BINDATA" /> 461 <include name="IDR_BRAILLE_MANIFEST" file="resources\chromeos\braille_im e\manifest.json" type="BINDATA" />
461 </if> 462 </if>
462 <include name="IDR_WHISPERNET_PROXY_MANIFEST" file="resources\whispernet_p roxy\manifest.json" type="BINDATA" /> 463 <include name="IDR_WHISPERNET_PROXY_MANIFEST" file="resources\whispernet_p roxy\manifest.json" type="BINDATA" />
463 <if expr="enable_media_router"> 464 <if expr="enable_media_router">
464 <part file="media_router_resources.grdp" /> 465 <part file="media_router_resources.grdp" />
465 </if> 466 </if>
466 </includes> 467 </includes>
467 </release> 468 </release>
468 </grit> 469 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/md_policy/md_policy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698