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"> | 2 <grit latest_public_release="0" current_release="1"> |
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 </outputs> | 10 </outputs> |
10 <release seq="1"> | 11 <release seq="1"> |
11 <structures fallback_to_low_resolution="true"> | 12 <structures fallback_to_low_resolution="true"> |
12 <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" /> |
13 <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" /> |
14 </structures> | 15 </structures> |
15 <includes> | 16 <includes> |
16 <if expr="is_android"> | 17 <if expr="is_android"> |
17 <include name="IDR_MOBILE_YOUTUBE_PLUGIN_HTML" file="mobile_youtube_plug
in.html" flattenhtml="true" type="BINDATA" /> | 18 <include name="IDR_MOBILE_YOUTUBE_PLUGIN_HTML" file="mobile_youtube_plug
in.html" flattenhtml="true" type="BINDATA" /> |
18 </if> | 19 </if> |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 <include name="IDR_TTS_CUSTOM_BINDINGS_JS" file="extensions\tts_custom_b
indings.js" type="BINDATA" /> | 83 <include name="IDR_TTS_CUSTOM_BINDINGS_JS" file="extensions\tts_custom_b
indings.js" type="BINDATA" /> |
83 <include name="IDR_TTS_ENGINE_CUSTOM_BINDINGS_JS" file="extensions\tts_e
ngine_custom_bindings.js" type="BINDATA" /> | 84 <include name="IDR_TTS_ENGINE_CUSTOM_BINDINGS_JS" file="extensions\tts_e
ngine_custom_bindings.js" type="BINDATA" /> |
84 <include name="IDR_WEBSTORE_CUSTOM_BINDINGS_JS" file="extensions\webstor
e_custom_bindings.js" type="BINDATA" /> | 85 <include name="IDR_WEBSTORE_CUSTOM_BINDINGS_JS" file="extensions\webstor
e_custom_bindings.js" type="BINDATA" /> |
85 | 86 |
86 <!-- Platform app support. --> | 87 <!-- Platform app support. --> |
87 <include name="IDR_INJECT_APP_TITLEBAR_JS" file="extensions\inject_app_t
itlebar.js" type="BINDATA" /> | 88 <include name="IDR_INJECT_APP_TITLEBAR_JS" file="extensions\inject_app_t
itlebar.js" type="BINDATA" /> |
88 </if> | 89 </if> |
89 </includes> | 90 </includes> |
90 </release> | 91 </release> |
91 </grit> | 92 </grit> |
OLD | NEW |