| 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/renderer_resources.h" type="rc_header" context="defau
lt_100_percent"> | 4 <output filename="grit/renderer_resources.h" type="rc_header" context="defau
lt_100_percent"> |
| 5 <emit emit_type='prepend'></emit> | 5 <emit emit_type='prepend'></emit> |
| 6 </output> | 6 </output> |
| 7 <output filename="renderer_resources_100_percent.pak" type="data_package" co
ntext="default_100_percent" /> | 7 <output filename="renderer_resources_100_percent.pak" type="data_package" co
ntext="default_100_percent" /> |
| 8 <output filename="renderer_resources_200_percent.pak" type="data_package" co
ntext="default_200_percent" /> | 8 <output filename="renderer_resources_200_percent.pak" type="data_package" co
ntext="default_200_percent" /> |
| 9 <output filename="renderer_resources_300_percent.pak" type="data_package" co
ntext="default_300_percent" /> | 9 <output filename="renderer_resources_300_percent.pak" type="data_package" co
ntext="default_300_percent" /> |
| 10 </outputs> | 10 </outputs> |
| 11 <release seq="1"> | 11 <release seq="1"> |
| 12 <structures fallback_to_low_resolution="true"> | 12 <structures fallback_to_low_resolution="true"> |
| 13 <structure type="chrome_scaled_image" name="IDR_SAD_WEBVIEW" file="common\
webview-crash.png" /> | 13 <structure type="chrome_scaled_image" name="IDR_SAD_WEBVIEW" file="common\
webview-crash.png" /> |
| 14 <structure type="chrome_scaled_image" name="IDR_SAD_PLUGIN" file="common\s
adplugin.png" /> | 14 <structure type="chrome_scaled_image" name="IDR_SAD_PLUGIN" file="common\s
adplugin.png" /> |
| 15 </structures> | 15 </structures> |
| 16 <includes> | 16 <includes> |
| 17 <if expr="is_android"> | |
| 18 <include name="IDR_MOBILE_YOUTUBE_PLUGIN_HTML" file="plugins/mobile_yout
ube_plugin.html" flattenhtml="true" type="BINDATA" /> | |
| 19 </if> | |
| 20 <include name="IDR_BLOCKED_PLUGIN_HTML" file="plugins/blocked_plugin.html"
flattenhtml="true" type="BINDATA" /> | 17 <include name="IDR_BLOCKED_PLUGIN_HTML" file="plugins/blocked_plugin.html"
flattenhtml="true" type="BINDATA" /> |
| 21 <include name="IDR_DISABLED_PLUGIN_HTML" file="plugins/disabled_plugin.htm
l" flattenhtml="true" type="BINDATA" /> | 18 <include name="IDR_DISABLED_PLUGIN_HTML" file="plugins/disabled_plugin.htm
l" flattenhtml="true" type="BINDATA" /> |
| 22 <include name="IDR_PREFER_HTML_PLUGIN_HTML" file="plugins/prefer_html_plug
in.html" flattenhtml="true" type="BINDATA" /> | 19 <include name="IDR_PREFER_HTML_PLUGIN_HTML" file="plugins/prefer_html_plug
in.html" flattenhtml="true" type="BINDATA" /> |
| 23 <include name="IDR_PLUGIN_POSTER_HTML" file="plugins/plugin_poster.html" f
lattenhtml="true" type="BINDATA" /> | 20 <include name="IDR_PLUGIN_POSTER_HTML" file="plugins/plugin_poster.html" f
lattenhtml="true" type="BINDATA" /> |
| 24 | 21 |
| 25 <!-- Searchbox API --> | 22 <!-- Searchbox API --> |
| 26 <if expr="enable_extensions or is_android"> | 23 <if expr="enable_extensions or is_android"> |
| 27 <include name="IDR_SEARCHBOX_API" file="extensions\searchbox_api.js" typ
e="BINDATA" /> | 24 <include name="IDR_SEARCHBOX_API" file="extensions\searchbox_api.js" typ
e="BINDATA" /> |
| 28 </if> | 25 </if> |
| 29 | 26 |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 <include name="IDR_PLATFORM_KEYS_INTERNAL_API_JS" file="extensions\pla
tform_keys\internal_api.js" type="BINDATA" /> | 83 <include name="IDR_PLATFORM_KEYS_INTERNAL_API_JS" file="extensions\pla
tform_keys\internal_api.js" type="BINDATA" /> |
| 87 <include name="IDR_PLATFORM_KEYS_KEY_JS" file="extensions\platform_key
s\key.js" type="BINDATA" /> | 84 <include name="IDR_PLATFORM_KEYS_KEY_JS" file="extensions\platform_key
s\key.js" type="BINDATA" /> |
| 88 <include name="IDR_PLATFORM_KEYS_SUBTLE_CRYPTO_JS" file="extensions\pl
atform_keys\subtle_crypto.js" type="BINDATA" /> | 85 <include name="IDR_PLATFORM_KEYS_SUBTLE_CRYPTO_JS" file="extensions\pl
atform_keys\subtle_crypto.js" type="BINDATA" /> |
| 89 <include name="IDR_PLATFORM_KEYS_UTILS_JS" file="extensions\platform_k
eys\utils.js" type="BINDATA" /> | 86 <include name="IDR_PLATFORM_KEYS_UTILS_JS" file="extensions\platform_k
eys\utils.js" type="BINDATA" /> |
| 90 <include name="IDR_TERMINAL_PRIVATE_CUSTOM_BINDINGS_JS" file="extensio
ns\terminal_private_custom_bindings.js" type="BINDATA" /> | 87 <include name="IDR_TERMINAL_PRIVATE_CUSTOM_BINDINGS_JS" file="extensio
ns\terminal_private_custom_bindings.js" type="BINDATA" /> |
| 91 </if> | 88 </if> |
| 92 </if> | 89 </if> |
| 93 </includes> | 90 </includes> |
| 94 </release> | 91 </release> |
| 95 </grit> | 92 </grit> |
| OLD | NEW |