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

Side by Side Diff: chrome/app/theme/theme_resources.grd

Issue 10957010: alternate ntp: focus border of omnibox in ntp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased, merged conflicts Created 8 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/ui/views/location_bar/location_bar_view.h » ('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/theme_resources.h" type="rc_header" context="default_ 100_percent"> 4 <output filename="grit/theme_resources.h" type="rc_header" context="default_ 100_percent">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/theme_resources_map.cc" type="resource_map_source" co ntext="default_100_percent" /> 7 <output filename="grit/theme_resources_map.cc" type="resource_map_source" co ntext="default_100_percent" />
8 <output filename="grit/theme_resources_map.h" type="resource_map_header" con text="default_100_percent" /> 8 <output filename="grit/theme_resources_map.h" type="resource_map_header" con text="default_100_percent" />
9 <output filename="theme_resources_100_percent.pak" type="data_package" conte xt="default_100_percent" /> 9 <output filename="theme_resources_100_percent.pak" type="data_package" conte xt="default_100_percent" />
10 <output filename="theme_resources_200_percent.pak" type="data_package" conte xt="default_200_percent" /> 10 <output filename="theme_resources_200_percent.pak" type="data_package" conte xt="default_200_percent" />
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 <structure type="chrome_scaled_image" name="IDR_LOCATIONBG_L" file="comm on/browser_omnibox_left.png" /> 427 <structure type="chrome_scaled_image" name="IDR_LOCATIONBG_L" file="comm on/browser_omnibox_left.png" />
428 </if> 428 </if>
429 <structure type="chrome_scaled_image" name="IDR_LOCATIONBG_POPUPMODE_CENTE R" file="omnibox_popup_c.png" /> 429 <structure type="chrome_scaled_image" name="IDR_LOCATIONBG_POPUPMODE_CENTE R" file="omnibox_popup_c.png" />
430 <structure type="chrome_scaled_image" name="IDR_LOCATIONBG_POPUPMODE_EDGE" file="omnibox_popup_edge.png" /> 430 <structure type="chrome_scaled_image" name="IDR_LOCATIONBG_POPUPMODE_EDGE" file="omnibox_popup_edge.png" />
431 <if expr="not pp_ifdef('toolkit_views')"> 431 <if expr="not pp_ifdef('toolkit_views')">
432 <structure type="chrome_scaled_image" name="IDR_LOCATIONBG_R" file="omni box_r.png" /> 432 <structure type="chrome_scaled_image" name="IDR_LOCATIONBG_R" file="omni box_r.png" />
433 </if> 433 </if>
434 <if expr="pp_ifdef('toolkit_views')"> 434 <if expr="pp_ifdef('toolkit_views')">
435 <structure type="chrome_scaled_image" name="IDR_LOCATIONBG_R" file="comm on/browser_omnibox_right.png" /> 435 <structure type="chrome_scaled_image" name="IDR_LOCATIONBG_R" file="comm on/browser_omnibox_right.png" />
436 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_BORDER" fil e="common/browser_omnibox_border.png" /> 436 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_BORDER" fil e="common/browser_omnibox_border.png" />
437 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_SEARCH_FOCU S_BORDER_MASK" file="common/browser_omnibox_search_focus_border_mask.png" />
437 </if> 438 </if>
438 <if expr="is_macosx"> 439 <if expr="is_macosx">
439 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_KEYWORD_HIN T_TAB" file="mac/keyword_hint_tab.png" /> 440 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_KEYWORD_HIN T_TAB" file="mac/keyword_hint_tab.png" />
440 </if> 441 </if>
441 <if expr="not is_macosx"> 442 <if expr="not is_macosx">
442 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_KEYWORD_HIN T_TAB" file="common/keyword_hint_tab.png" /> 443 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_KEYWORD_HIN T_TAB" file="common/keyword_hint_tab.png" />
443 </if> 444 </if>
444 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_SELECTED_KEYW ORD_BACKGROUND_C" file="common/keyword_search_bubble_center.png" /> 445 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_SELECTED_KEYW ORD_BACKGROUND_C" file="common/keyword_search_bubble_center.png" />
445 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_SELECTED_KEYW ORD_BACKGROUND_L" file="common/keyword_search_bubble_left.png" /> 446 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_SELECTED_KEYW ORD_BACKGROUND_L" file="common/keyword_search_bubble_left.png" />
446 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_SELECTED_KEYW ORD_BACKGROUND_R" file="common/keyword_search_bubble_right.png" /> 447 <structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_SELECTED_KEYW ORD_BACKGROUND_R" file="common/keyword_search_bubble_right.png" />
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 <if expr="not is_macosx"> 976 <if expr="not is_macosx">
976 <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22.pn g" type="BINDATA" /> 977 <include name="IDR_STATUS_TRAY_ICON" file="chromium/product_logo_22.pn g" type="BINDATA" />
977 <include name="IDR_STATUS_TRAY_ICON_PRESSED" file="chromium/product_lo go_22.png" type="BINDATA" /> 978 <include name="IDR_STATUS_TRAY_ICON_PRESSED" file="chromium/product_lo go_22.png" type="BINDATA" />
978 </if> 979 </if>
979 <include name="IDR_WIZARD_ICON" file="chromium/wizard_icon.png" type="BI NDATA" /> 980 <include name="IDR_WIZARD_ICON" file="chromium/wizard_icon.png" type="BI NDATA" />
980 <include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" /> 981 <include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" />
981 </if> 982 </if>
982 </includes> 983 </includes>
983 </release> 984 </release>
984 </grit> 985 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/location_bar/location_bar_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698