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

Side by Side Diff: components/resources/components_scaled_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
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/components_scaled_resources.h" type="rc_header" conte xt="default_100_percent"> 4 <output filename="grit/components_scaled_resources.h" type="rc_header" conte xt="default_100_percent">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/components_scaled_resources_map.cc" type="resource_ma p_source" context="default_100_percent" /> 7 <output filename="grit/components_scaled_resources_map.cc" type="resource_ma p_source" context="default_100_percent" />
8 <output filename="grit/components_scaled_resources_map.h" type="resource_map _header" context="default_100_percent" /> 8 <output filename="grit/components_scaled_resources_map.h" type="resource_map _header" context="default_100_percent" />
9 <output filename="components_resources_100_percent.pak" type="data_package" context="default_100_percent" /> 9 <output filename="components_resources_100_percent.pak" type="data_package" context="default_100_percent" />
10 <output filename="components_resources_200_percent.pak" type="data_package" context="default_200_percent" /> 10 <output filename="components_resources_200_percent.pak" type="data_package" context="default_200_percent" />
11 <output filename="components_resources_300_percent.pak" type="data_package" context="default_300_percent" /> 11 <output filename="components_resources_300_percent.pak" type="data_package" context="default_300_percent" />
12 <output filename="components_resources_material_100_percent.pak" type="data_ package" context="material_100_percent" fallback_to_default_layout="false" /> 12 <output filename="components_resources_material_100_percent.pak" type="data_ package" context="material_100_percent" fallback_to_default_layout="false" />
13 <output filename="components_resources_material_200_percent.pak" type="data_ package" context="material_200_percent" fallback_to_default_layout="false" /> 13 <output filename="components_resources_material_200_percent.pak" type="data_ package" context="material_200_percent" fallback_to_default_layout="false" />
14 </outputs> 14 </outputs>
15 <release seq="1"> 15 <release seq="1">
16 <structures fallback_to_low_resolution="true"> 16 <structures fallback_to_low_resolution="true">
17 <part file="autofill_scaled_resources.grdp" /> 17 <part file="autofill_scaled_resources.grdp" />
18 <part file="crash_scaled_resources.grdp" /> 18 <part file="crash_scaled_resources.grdp" />
19 <part file="flags_ui_scaled_resources.grdp" /> 19 <part file="flags_ui_scaled_resources.grdp" />
20 <part file="neterror_scaled_resources.grdp" />
20 <part file="omnibox_scaled_resources.grdp" /> 21 <part file="omnibox_scaled_resources.grdp" />
21 <part file="version_ui_scaled_resources.grdp" /> 22 <part file="version_ui_scaled_resources.grdp" />
22 23
23 <!-- Generic resources --> 24 <!-- Generic resources -->
24 <structure type="chrome_scaled_image" name="IDR_HISTORY_FAVICON" file="fav icon_history.png" /> 25 <structure type="chrome_scaled_image" name="IDR_HISTORY_FAVICON" file="fav icon_history.png" />
25 </structures> 26 </structures>
26 </release> 27 </release>
27 </grit> 28 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698