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

Side by Side Diff: components/resources/omnibox_scaled_resources.grdp

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 | « components/resources/neterror_scaled_resources.grdp ('k') | no next file » | 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-part> 2 <grit-part>
3 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_CALCULATOR" file="omni box/omnibox_calculator.png" /> 3 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_CALCULATOR" file="omni box/omnibox_calculator.png" />
4 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_EXTENSION_APP" file="o mnibox/omnibox_extension_app.png" /> 4 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_EXTENSION_APP" file="o mnibox/omnibox_extension_app.png" />
5 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_POLICY_WARNING" file="omnibox/controlled_setting_mandatory.png" /> 5 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_POLICY_WARNING" file="omnibox/controlled_setting_mandatory.png" />
6 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH_BUTTON_LOUPE" f ile="omnibox/omnibox_search_button_loupe.png" />
6 <if expr="is_ios"> 7 <if expr="is_ios">
7 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_HTTP" file="omn ibox/ios/location_bar_http.png" /> 8 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_HTTP" file="omn ibox/ios/location_bar_http.png" />
8 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HISTORY" file="omnib ox/ios/omnibox_history.png" /> 9 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HISTORY" file="omnib ox/ios/omnibox_history.png" />
9 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HISTORY_INCOGNITO" f ile="omnibox/ios/omnibox_history_incognito.png" /> 10 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HISTORY_INCOGNITO" f ile="omnibox/ios/omnibox_history_incognito.png" />
10 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="omnibox/ ios/omnibox_http.png" /> 11 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="omnibox/ ios/omnibox_http.png" />
11 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_INVALID" file= "omnibox/ios/omnibox_https_invalid.png" /> 12 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_INVALID" file= "omnibox/ios/omnibox_https_invalid.png" />
12 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_VALID" file="o mnibox/ios/omnibox_https_valid.png" /> 13 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_VALID" file="o mnibox/ios/omnibox_https_valid.png" />
13 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP_INCOGNITO" file ="omnibox/ios/omnibox_http_incognito.png" /> 14 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP_INCOGNITO" file ="omnibox/ios/omnibox_http_incognito.png" />
14 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH" file="omnibo x/ios/omnibox_search.png" /> 15 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH" file="omnibo x/ios/omnibox_search.png" />
15 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH_INCOGNITO" fi le="omnibox/ios/omnibox_search_incognito.png" /> 16 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH_INCOGNITO" fi le="omnibox/ios/omnibox_search_incognito.png" />
16 </if> 17 </if>
17 <if expr="not is_ios"> 18 <if expr="not is_ios">
18 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_HTTP" file="omn ibox/location_bar_http.png" /> 19 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_HTTP" file="omn ibox/location_bar_http.png" />
19 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="omnibox/ omnibox_http.png" /> 20 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="omnibox/ omnibox_http.png" />
20 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_INVALID" file= "omnibox/omnibox_https_invalid.png" /> 21 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_INVALID" file= "omnibox/omnibox_https_invalid.png" />
21 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_VALID" file="o mnibox/omnibox_https_valid.png" /> 22 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTPS_VALID" file="o mnibox/omnibox_https_valid.png" />
22 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH" file="omnibo x/omnibox_search.png" /> 23 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH" file="omnibo x/omnibox_search.png" />
23 </if> 24 </if>
24 </grit-part> 25 </grit-part>
OLDNEW
« no previous file with comments | « components/resources/neterror_scaled_resources.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698