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

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

Issue 2401853005: Adding client code for new Windows 10 First Run Experience (Closed)
Patch Set: Created 4 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
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" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 <include name="IDR_DEMO_APP_MANIFEST" file="resources\chromeos\demo_app\ manifest.json" type="BINDATA" /> 451 <include name="IDR_DEMO_APP_MANIFEST" file="resources\chromeos\demo_app\ manifest.json" type="BINDATA" />
452 <include name="IDR_WALLPAPERMANAGER_MANIFEST" file="resources\chromeos\w allpaper_manager\manifest.json" type="BINDATA" /> 452 <include name="IDR_WALLPAPERMANAGER_MANIFEST" file="resources\chromeos\w allpaper_manager\manifest.json" type="BINDATA" />
453 <include name="IDR_FIRST_RUN_DIALOG_MANIFEST" file="resources\chromeos\f irst_run\app/manifest.json" type="BINDATA" /> 453 <include name="IDR_FIRST_RUN_DIALOG_MANIFEST" file="resources\chromeos\f irst_run\app/manifest.json" type="BINDATA" />
454 <include name="IDR_ARC_SUPPORT_MANIFEST" file="resources\chromeos\arc_su pport\manifest.json" type="BINDATA" /> 454 <include name="IDR_ARC_SUPPORT_MANIFEST" file="resources\chromeos\arc_su pport\manifest.json" type="BINDATA" />
455 </if> 455 </if>
456 <if expr="not is_android and not is_ios and not chromeos"> 456 <if expr="not is_android and not is_ios and not chromeos">
457 <include name="IDR_WELCOME_CSS" file="resources\welcome\welcome.css" typ e="BINDATA" /> 457 <include name="IDR_WELCOME_CSS" file="resources\welcome\welcome.css" typ e="BINDATA" />
458 <include name="IDR_WELCOME_HTML" file="resources\welcome\welcome.html" t ype="BINDATA" /> 458 <include name="IDR_WELCOME_HTML" file="resources\welcome\welcome.html" t ype="BINDATA" />
459 <include name="IDR_WELCOME_JS" file="resources\welcome\welcome.js" type= "BINDATA" /> 459 <include name="IDR_WELCOME_JS" file="resources\welcome\welcome.js" type= "BINDATA" />
460 </if> 460 </if>
461 <if expr="is_win">
462 <include name="IDR_WELCOME_WIN10_SECTIONED_CSS" file="resources\welcome\ win10\sectioned\welcome.css" type="BINDATA" />
463 <include name="IDR_WELCOME_WIN10_SECTIONED_COMBINED_HTML" file="resource s\welcome\win10\sectioned\combined.html" type="BINDATA" />
464 <include name="IDR_WELCOME_WIN10_SECTIONED_COMBINED_JS" file="resources\ welcome\win10\sectioned\combined.js" type="BINDATA" />
465 <include name="IDR_WELCOME_WIN10_SECTIONED_DEFAULT_HTML" file="resources \welcome\win10\sectioned\default.html" type="BINDATA" />
466 <include name="IDR_WELCOME_WIN10_SECTIONED_DEFAULT_JS" file="resources\w elcome\win10\sectioned\default.js" type="BINDATA" />
467
468 <include name="IDR_WELCOME_WIN10_INLINE_CSS" file="resources\welcome\win 10\inline\welcome.css" type="BINDATA" />
469 <include name="IDR_WELCOME_WIN10_INLINE_COMBINED_HTML" file="resources\w elcome\win10\inline\combined.html" type="BINDATA" />
470 <include name="IDR_WELCOME_WIN10_INLINE_COMBINED_JS" file="resources\wel come\win10\inline\combined.js" type="BINDATA" />
471 <include name="IDR_WELCOME_WIN10_INLINE_DEFAULT_HTML" file="resources\we lcome\win10\inline\default.html" type="BINDATA" />
472 <include name="IDR_WELCOME_WIN10_INLINE_DEFAULT_JS" file="resources\welc ome\win10\inline\default.js" type="BINDATA" />
473 </if>
461 <if expr="chromeos and _google_chrome"> 474 <if expr="chromeos and _google_chrome">
462 <include name="IDR_GENIUS_APP_MANIFEST" file="resources\chromeos\genius_ app\manifest.json" type="BINDATA" /> 475 <include name="IDR_GENIUS_APP_MANIFEST" file="resources\chromeos\genius_ app\manifest.json" type="BINDATA" />
463 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json " type="BINDATA" /> 476 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json " type="BINDATA" />
464 <include name="IDR_QUICKOFFICE_MANIFEST" file="resources\chromeos\quicko ffice\manifest.json" type="BINDATA" /> 477 <include name="IDR_QUICKOFFICE_MANIFEST" file="resources\chromeos\quicko ffice\manifest.json" type="BINDATA" />
465 </if> 478 </if>
466 <if expr="is_win"> 479 <if expr="is_win">
467 <include name="IDR_SET_AS_DEFAULT_BROWSER_JS" file="resources\set_as_def ault_browser.js" flattenhtml="true" type="BINDATA" /> 480 <include name="IDR_SET_AS_DEFAULT_BROWSER_JS" file="resources\set_as_def ault_browser.js" flattenhtml="true" type="BINDATA" />
468 <include name="IDR_SET_AS_DEFAULT_BROWSER_HTML" file="resources\set_as_d efault_browser.html" flattenhtml="true" allowexternalscript="true" type="BINDATA " /> 481 <include name="IDR_SET_AS_DEFAULT_BROWSER_HTML" file="resources\set_as_d efault_browser.html" flattenhtml="true" allowexternalscript="true" type="BINDATA " />
469 </if> 482 </if>
470 <if expr="not is_android and not is_ios and not chromeos"> 483 <if expr="not is_android and not is_ios and not chromeos">
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 <include name="IDR_IME_WINDOW_CLOSE" file="resources\input_ime\ime_windo w_close.png" type="BINDATA" /> 605 <include name="IDR_IME_WINDOW_CLOSE" file="resources\input_ime\ime_windo w_close.png" type="BINDATA" />
593 <include name="IDR_IME_WINDOW_CLOSE_C" file="resources\input_ime\ime_win dow_close_click.png" type="BINDATA" /> 606 <include name="IDR_IME_WINDOW_CLOSE_C" file="resources\input_ime\ime_win dow_close_click.png" type="BINDATA" />
594 <include name="IDR_IME_WINDOW_CLOSE_H" file="resources\input_ime\ime_win dow_close_hover.png" type="BINDATA" /> 607 <include name="IDR_IME_WINDOW_CLOSE_H" file="resources\input_ime\ime_win dow_close_hover.png" type="BINDATA" />
595 </if> 608 </if>
596 <include name="IDR_CHROME_CONTENT_BROWSER_MANIFEST_OVERLAY" file="chrome_c ontent_browser_manifest_overlay.json" type="BINDATA" /> 609 <include name="IDR_CHROME_CONTENT_BROWSER_MANIFEST_OVERLAY" file="chrome_c ontent_browser_manifest_overlay.json" type="BINDATA" />
597 <include name="IDR_CHROME_CONTENT_GPU_MANIFEST_OVERLAY" file="chrome_conte nt_gpu_manifest_overlay.json" type="BINDATA" /> 610 <include name="IDR_CHROME_CONTENT_GPU_MANIFEST_OVERLAY" file="chrome_conte nt_gpu_manifest_overlay.json" type="BINDATA" />
598 <include name="IDR_CHROME_CONTENT_UTILITY_MANIFEST_OVERLAY" file="chrome_c ontent_utility_manifest_overlay.json" type="BINDATA" /> 611 <include name="IDR_CHROME_CONTENT_UTILITY_MANIFEST_OVERLAY" file="chrome_c ontent_utility_manifest_overlay.json" type="BINDATA" />
599 </includes> 612 </includes>
600 </release> 613 </release>
601 </grit> 614 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698