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

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

Issue 847833002: Upstream iOS specific design for omnibox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove common/ subdirectory Created 5 years, 11 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-part> 2 <grit-part>
3 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_EXTENSION_APP" file="c ommon/omnibox/omnibox_extension_app.png" /> 3 <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_HTTP" file="common/omn ibox/omnibox_http.png" /> 4 <if expr="is_ios">
5 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH" file="common/o mnibox/omnibox_search.png" /> 5 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HISTORY" file="omnib ox/ios/omnibox_history.png" />
6 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HISTORY_INCOGNITO" f ile="omnibox/ios/omnibox_history_incognito.png" />
7 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="omnibox/ ios/omnibox_http.png" />
8 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP_INCOGNITO" file ="omnibox/ios/omnibox_http_incognito.png" />
9 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH" file="omnibo x/ios/omnibox_search.png" />
10 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH_INCOGNITO" fi le="omnibox/ios/omnibox_search_incognito.png" />
11 </if>
12 <if expr="not is_ios">
13 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="omnibox/ omnibox_http.png" />
14 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH" file="omnibo x/omnibox_search.png" />
15 </if>
6 </grit-part> 16 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698