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

Side by Side Diff: chrome/renderer/resources/renderer_resources.grd

Issue 1668963002: Componentize IDR_NET_ERROR_HTML for sharing it with iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase & remove jar@chromium.org from components/resources/OWNERS Created 4 years, 10 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/renderer/resources/offline.js ('k') | chrome/renderer/resources/sounds/button-press.mp3 » ('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/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"> 17 <if expr="is_android">
18 <include name="IDR_MOBILE_YOUTUBE_PLUGIN_HTML" file="plugins/mobile_yout ube_plugin.html" flattenhtml="true" type="BINDATA" /> 18 <include name="IDR_MOBILE_YOUTUBE_PLUGIN_HTML" file="plugins/mobile_yout ube_plugin.html" flattenhtml="true" type="BINDATA" />
19 </if> 19 </if>
20 <include name="IDR_BLOCKED_PLUGIN_HTML" file="plugins/blocked_plugin.html" flattenhtml="true" type="BINDATA" /> 20 <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" /> 21 <include name="IDR_DISABLED_PLUGIN_HTML" file="plugins/disabled_plugin.htm l" flattenhtml="true" type="BINDATA" />
22 <include name="IDR_NET_ERROR_HTML" file="neterror.html" flattenhtml="true" type="BINDATA" />
23 <include name="IDR_PLUGIN_POSTER_HTML" file="plugins/plugin_poster.html" f lattenhtml="true" type="BINDATA" /> 22 <include name="IDR_PLUGIN_POSTER_HTML" file="plugins/plugin_poster.html" f lattenhtml="true" type="BINDATA" />
24 23
25 <!-- Searchbox API --> 24 <!-- Searchbox API -->
26 <if expr="enable_extensions or is_android"> 25 <if expr="enable_extensions or is_android">
27 <include name="IDR_SEARCHBOX_API" file="extensions\searchbox_api.js" typ e="BINDATA" /> 26 <include name="IDR_SEARCHBOX_API" file="extensions\searchbox_api.js" typ e="BINDATA" />
28 </if> 27 </if>
29 28
30 <!-- Extension libraries. --> 29 <!-- Extension libraries. -->
31 <if expr="enable_extensions"> 30 <if expr="enable_extensions">
32 <!-- Custom bindings for extension APIs. --> 31 <!-- Custom bindings for extension APIs. -->
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 <include name="IDR_TTS_ENGINE_CUSTOM_BINDINGS_JS" file="extensions\tts_e ngine_custom_bindings.js" type="BINDATA" /> 86 <include name="IDR_TTS_ENGINE_CUSTOM_BINDINGS_JS" file="extensions\tts_e ngine_custom_bindings.js" type="BINDATA" />
88 <include name="IDR_WEBRTC_DESKTOP_CAPTURE_PRIVATE_CUSTOM_BINDINGS_JS" fi le="extensions\webrtc_desktop_capture_private_custom_bindings.js" type="BINDATA" /> 87 <include name="IDR_WEBRTC_DESKTOP_CAPTURE_PRIVATE_CUSTOM_BINDINGS_JS" fi le="extensions\webrtc_desktop_capture_private_custom_bindings.js" type="BINDATA" />
89 <include name="IDR_WEBSTORE_CUSTOM_BINDINGS_JS" file="extensions\webstor e_custom_bindings.js" type="BINDATA" /> 88 <include name="IDR_WEBSTORE_CUSTOM_BINDINGS_JS" file="extensions\webstor e_custom_bindings.js" type="BINDATA" />
90 89
91 <!-- Platform app support. --> 90 <!-- Platform app support. -->
92 <include name="IDR_INJECT_APP_TITLEBAR_JS" file="extensions\inject_app_t itlebar.js" type="BINDATA" /> 91 <include name="IDR_INJECT_APP_TITLEBAR_JS" file="extensions\inject_app_t itlebar.js" type="BINDATA" />
93 </if> 92 </if>
94 </includes> 93 </includes>
95 </release> 94 </release>
96 </grit> 95 </grit>
OLDNEW
« no previous file with comments | « chrome/renderer/resources/offline.js ('k') | chrome/renderer/resources/sounds/button-press.mp3 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698