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

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

Issue 55243005: Implement learn more bubble on views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 1 month 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This grd file contains images that are pre-scaled for device scale 2 <!-- This grd file contains images that are pre-scaled for device scale
3 factors. The image returned by |base::ResourceBundle::GetImageNamed| 3 factors. The image returned by |base::ResourceBundle::GetImageNamed|
4 will contain multiple |gfx:ImageSkiaReps| for each scale factors. The 4 will contain multiple |gfx:ImageSkiaReps| for each scale factors. The
5 |fallback_to_low_resolution| attribute controls behavior when 5 |fallback_to_low_resolution| attribute controls behavior when
6 an image file is missing for target scale factor. If true, chrome 6 an image file is missing for target scale factor. If true, chrome
7 will automatically scale the 1x image to the target scale factor. 7 will automatically scale the 1x image to the target scale factor.
8 If false, build will fail due to missing resources. This is 8 If false, build will fail due to missing resources. This is
9 currently set to true for all resources, but the default will 9 currently set to true for all resources, but the default will
10 become false in near future. 10 become false in near future.
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_H" f ile="win/app_window_maximize_hover.png" /> 65 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_H" f ile="win/app_window_maximize_hover.png" />
66 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_P" f ile="win/app_window_maximize_active.png" /> 66 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_P" f ile="win/app_window_maximize_active.png" />
67 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE" fil e="win/app_window_minimize.png" /> 67 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE" fil e="win/app_window_minimize.png" />
68 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE_H" f ile="win/app_window_minimize_hover.png" /> 68 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE_H" f ile="win/app_window_minimize_hover.png" />
69 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE_P" f ile="win/app_window_minimize_active.png" /> 69 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE_P" f ile="win/app_window_minimize_active.png" />
70 </if> 70 </if>
71 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N" file="common/autofill_dialog_menu_button_normal.png" /> 71 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N" file="common/autofill_dialog_menu_button_normal.png" />
72 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N_P" file="common/autofill_dialog_menu_button_pressed.png" /> 72 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N_P" file="common/autofill_dialog_menu_button_pressed.png" />
73 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N_H" file="common/autofill_dialog_menu_button_hover.png" /> 73 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N_H" file="common/autofill_dialog_menu_button_hover.png" />
74 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N_D" file="common/autofill_dialog_menu_button_disabled.png" /> 74 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N_D" file="common/autofill_dialog_menu_button_disabled.png" />
75 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON" fil e="common/autofill_tooltip_icon.png" /> 75 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_LEARN_MORE_ICON" file="common/autofill_learn_more_icon.png" />
76 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_TOOLTIP_ICON_H" f ile="common/autofill_tooltip_icon_hover.png" /> 76 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_LEARN_MORE_ICON_H " file="common/autofill_learn_more_icon_hover.png" />
77 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios"> 77 <if expr="not pp_ifdef('toolkit_views') and not is_macosx and not is_ios">
78 <structure type="chrome_scaled_image" name="IDR_BACK" file="back.png" /> 78 <structure type="chrome_scaled_image" name="IDR_BACK" file="back.png" />
79 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="back_disab led.png" /> 79 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="back_disab led.png" />
80 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="back_hover .png" /> 80 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="back_hover .png" />
81 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="back_press ed.png" /> 81 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="back_press ed.png" />
82 </if> 82 </if>
83 <!-- TODO(jamescook): Update all Chrome platforms to use the new art and m etrics 83 <!-- TODO(jamescook): Update all Chrome platforms to use the new art and m etrics
84 from Ash, crbug.com/118228 --> 84 from Ash, crbug.com/118228 -->
85 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios"> 85 <if expr="pp_ifdef('toolkit_views') or is_macosx or is_ios">
86 <structure type="chrome_scaled_image" name="IDR_BACK" file="common/brows er_back_normal.png" /> 86 <structure type="chrome_scaled_image" name="IDR_BACK" file="common/brows er_back_normal.png" />
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1111 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1112 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1112 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1113 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1113 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1114 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1114 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1115 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1115 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1116 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1116 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1117 1117
1118 </structures> 1118 </structures>
1119 </release> 1119 </release>
1120 </grit> 1120 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698