Chromium Code Reviews| OLD | NEW |
|---|---|
| 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> |
| 11 <if expr="enable_app_list"> | 11 <if expr="enable_app_list"> |
| 12 <structure name="IDR_APP_LIST_START_PAGE_CSS" file="resources\app_list\s tart_page.css" flattenhtml="true" type="chrome_html" /> | 12 <structure name="IDR_APP_LIST_START_PAGE_CSS" file="resources\app_list\s tart_page.css" flattenhtml="true" type="chrome_html" /> |
| 13 <structure name="IDR_APP_LIST_START_PAGE_HTML" file="resources\app_list\ start_page.html" flattenhtml="true" type="chrome_html" /> | 13 <structure name="IDR_APP_LIST_START_PAGE_HTML" file="resources\app_list\ start_page.html" flattenhtml="true" type="chrome_html" /> |
| 14 <structure name="IDR_APP_LIST_START_PAGE_JS" file="resources\app_list\st art_page.js" flattenhtml="true" type="chrome_html" /> | 14 <structure name="IDR_APP_LIST_START_PAGE_JS" file="resources\app_list\st art_page.js" flattenhtml="true" type="chrome_html" /> |
| 15 </if> | 15 </if> |
| 16 <if expr="is_win"> | |
| 17 <structure name="IDR_CLEANUP_TOOL_HTML" | |
| 18 file="resources\cleanup_tool\cleanup.html" type="chrome_html" /> | |
|
Dan Beam
2017/04/04 17:40:57
why are you wrapping like this? can you just foll
proberge
2017/04/04 19:08:33
Done.
| |
| 19 <structure name="IDR_CLEANUP_TOOL_TOOLBAR_HTML" | |
| 20 file="resources\cleanup_tool\toolbar.html" type="chrome_html" /> | |
| 21 <structure name="IDR_CLEANUP_TOOL_TOOLBAR_JS" | |
| 22 file="resources\cleanup_tool\toolbar.js" type="chrome_html" /> | |
| 23 </if> | |
| 16 <if expr="enable_extensions"> | 24 <if expr="enable_extensions"> |
| 17 <structure name="IDR_EXTENSIONS_HTML" file="resources\extensions\extensi ons.html" flattenhtml="true" type="chrome_html" /> | 25 <structure name="IDR_EXTENSIONS_HTML" file="resources\extensions\extensi ons.html" flattenhtml="true" type="chrome_html" /> |
| 18 <structure name="IDR_MD_EXTENSIONS_EXTENSIONS_HTML" file="resources\md_e xtensions\extensions.html" flattenhtml="true" allowexternalscript="true" type="c hrome_html" /> | 26 <structure name="IDR_MD_EXTENSIONS_EXTENSIONS_HTML" file="resources\md_e xtensions\extensions.html" flattenhtml="true" allowexternalscript="true" type="c hrome_html" /> |
| 19 </if> | 27 </if> |
| 20 <if expr="chromeos"> | 28 <if expr="chromeos"> |
| 21 <structure name="IDR_FIRST_RUN_HTML" file="resources\chromeos\first_run\ first_run.html" flattenhtml="true" type="chrome_html"/> | 29 <structure name="IDR_FIRST_RUN_HTML" file="resources\chromeos\first_run\ first_run.html" flattenhtml="true" type="chrome_html"/> |
| 22 <structure name="IDR_FIRST_RUN_JS" file="resources\chromeos\first_run\fi rst_run.js" flattenhtml="true" type="chrome_html" /> | 30 <structure name="IDR_FIRST_RUN_JS" file="resources\chromeos\first_run\fi rst_run.js" flattenhtml="true" type="chrome_html" /> |
| 23 </if> | 31 </if> |
| 24 <if expr="not is_android"> | 32 <if expr="not is_android"> |
| 25 <structure name="IDR_HELP_CSS" file="resources\help\help.css" flattenhtm l="true" type="chrome_html" /> | 33 <structure name="IDR_HELP_CSS" file="resources\help\help.css" flattenhtm l="true" type="chrome_html" /> |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 117 <include name="IDR_BLUETOOTH_INTERNALS_VALUE_CONTROL_JS" file="resources\b luetooth_internals\value_control.js" type="BINDATA" compress="gzip" /> | 125 <include name="IDR_BLUETOOTH_INTERNALS_VALUE_CONTROL_JS" file="resources\b luetooth_internals\value_control.js" type="BINDATA" compress="gzip" /> |
| 118 <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\ma nifest.json" type="BINDATA" /> | 126 <include name="IDR_BOOKMARKS_MANIFEST" file="resources\bookmark_manager\ma nifest.json" type="BINDATA" /> |
| 119 <if expr="is_posix and not is_macosx and not is_ios"> | 127 <if expr="is_posix and not is_macosx and not is_ios"> |
| 120 <include name="IDR_CERTIFICATE_VIEWER_HTML" file="resources\certificate_ viewer.html" type="BINDATA" /> | 128 <include name="IDR_CERTIFICATE_VIEWER_HTML" file="resources\certificate_ viewer.html" type="BINDATA" /> |
| 121 <include name="IDR_CERTIFICATE_VIEWER_JS" file="resources\certificate_vi ewer.js" type="BINDATA" /> | 129 <include name="IDR_CERTIFICATE_VIEWER_JS" file="resources\certificate_vi ewer.js" type="BINDATA" /> |
| 122 <include name="IDR_CERTIFICATE_VIEWER_CSS" file="resources\certificate_v iewer.css" type="BINDATA" /> | 130 <include name="IDR_CERTIFICATE_VIEWER_CSS" file="resources\certificate_v iewer.css" type="BINDATA" /> |
| 123 </if> | 131 </if> |
| 124 <if expr="enable_app_list"> | 132 <if expr="enable_app_list"> |
| 125 <include name="IDR_CHROME_APP_MANIFEST" file="resources\chrome_app\manif est.json" type="BINDATA" /> | 133 <include name="IDR_CHROME_APP_MANIFEST" file="resources\chrome_app\manif est.json" type="BINDATA" /> |
| 126 </if> | 134 </if> |
| 127 <if expr="is_win"> | |
| 128 <include name="IDR_CLEANUP_TOOL_HTML" file="resources\cleanup_tool\main. html" type="chrome_html" /> | |
| 129 </if> | |
| 130 <if expr="enable_printing"> | 135 <if expr="enable_printing"> |
| 131 <include name="IDR_CLOUDPRINT_MANIFEST" file="resources\cloud_print_app\ manifest.json" type="BINDATA" /> | 136 <include name="IDR_CLOUDPRINT_MANIFEST" file="resources\cloud_print_app\ manifest.json" type="BINDATA" /> |
| 132 </if> | 137 </if> |
| 133 <if expr="not is_ios"> | 138 <if expr="not is_ios"> |
| 134 <include name="IDR_DEVTOOLS_DISCOVERY_PAGE_HTML" file="devtools\frontend \devtools_discovery_page.html" type="BINDATA"/> | 139 <include name="IDR_DEVTOOLS_DISCOVERY_PAGE_HTML" file="devtools\frontend \devtools_discovery_page.html" type="BINDATA"/> |
| 135 </if> | 140 </if> |
| 136 <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_HTML" file="resources\doma in_reliability_internals.html" compress="gzip" type="BINDATA" /> | 141 <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_HTML" file="resources\doma in_reliability_internals.html" compress="gzip" type="BINDATA" /> |
| 137 <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_CSS" file="resources\domai n_reliability_internals.css" compress="gzip" type="BINDATA" /> | 142 <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_CSS" file="resources\domai n_reliability_internals.css" compress="gzip" type="BINDATA" /> |
| 138 <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_JS" file="resources\domain _reliability_internals.js" compress="gzip" type="BINDATA" /> | 143 <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_JS" file="resources\domain _reliability_internals.js" compress="gzip" type="BINDATA" /> |
| 139 <if expr="safe_browsing_mode != 0"> | 144 <if expr="safe_browsing_mode != 0"> |
| (...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 651 <include name="IDR_WELCOME_WIN10_DEFAULT_SMALL_WEBP" file="resources\wel come\win10\default-small.webp" type="BINDATA" /> | 656 <include name="IDR_WELCOME_WIN10_DEFAULT_SMALL_WEBP" file="resources\wel come\win10\default-small.webp" type="BINDATA" /> |
| 652 <include name="IDR_WELCOME_WIN10_PIN_LARGE_WEBP" file="resources\welcome \win10\pin-large.webp" type="BINDATA" /> | 657 <include name="IDR_WELCOME_WIN10_PIN_LARGE_WEBP" file="resources\welcome \win10\pin-large.webp" type="BINDATA" /> |
| 653 <include name="IDR_WELCOME_WIN10_PIN_SMALL_WEBP" file="resources\welcome \win10\pin-small.webp" type="BINDATA" /> | 658 <include name="IDR_WELCOME_WIN10_PIN_SMALL_WEBP" file="resources\welcome \win10\pin-small.webp" type="BINDATA" /> |
| 654 </if> | 659 </if> |
| 655 <if expr="not is_android and not is_ios"> | 660 <if expr="not is_android and not is_ios"> |
| 656 <include name="IDR_SSL_ERROR_ASSISTANT_PB" file="${root_gen_dir}/chrome/ browser/resources/ssl/ssl_error_assistant/ssl_error_assistant.pb" use_base_dir=" false" type="BINDATA" /> | 661 <include name="IDR_SSL_ERROR_ASSISTANT_PB" file="${root_gen_dir}/chrome/ browser/resources/ssl/ssl_error_assistant/ssl_error_assistant.pb" use_base_dir=" false" type="BINDATA" /> |
| 657 </if> | 662 </if> |
| 658 </includes> | 663 </includes> |
| 659 </release> | 664 </release> |
| 660 </grit> | 665 </grit> |
| OLD | NEW |