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

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

Issue 11783039: add resources for requestAutocomplete dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: crushed Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/app/theme/default_100_percent/autofill_dialog_menu_button_pressed.png ('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 <!-- 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_H" fi le="win/app_window_restore_hover.png" /> 57 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_H" fi le="win/app_window_restore_hover.png" />
58 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_P" fi le="win/app_window_restore_active.png" /> 58 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_P" fi le="win/app_window_restore_active.png" />
59 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE" fil e="win/app_window_maximize.png" /> 59 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE" fil e="win/app_window_maximize.png" />
60 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_D" f ile="win/app_window_maximize_disabled.png" /> 60 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_D" f ile="win/app_window_maximize_disabled.png" />
61 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_H" f ile="win/app_window_maximize_hover.png" /> 61 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_H" f ile="win/app_window_maximize_hover.png" />
62 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_P" f ile="win/app_window_maximize_active.png" /> 62 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_P" f ile="win/app_window_maximize_active.png" />
63 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE" fil e="win/app_window_minimize.png" /> 63 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE" fil e="win/app_window_minimize.png" />
64 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE_H" f ile="win/app_window_minimize_hover.png" /> 64 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE_H" f ile="win/app_window_minimize_hover.png" />
65 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE_P" f ile="win/app_window_minimize_active.png" /> 65 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE_P" f ile="win/app_window_minimize_active.png" />
66 </if> 66 </if>
67 <!-- TODO(estade): Replace these placeholder resources with real ones. -->
68 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N" file="autofill_dialog_menu_button_n.png" />
69 <structure type="chrome_scaled_image" name="IDR_AUTOFILL_DIALOG_MENU_BUTTO N_P" file="autofill_dialog_menu_button_pressed.png" />
67 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> 70 <if expr="not pp_ifdef('toolkit_views') and not is_macosx">
68 <structure type="chrome_scaled_image" name="IDR_BACK" file="back.png" /> 71 <structure type="chrome_scaled_image" name="IDR_BACK" file="back.png" />
69 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="back_disab led.png" /> 72 <structure type="chrome_scaled_image" name="IDR_BACK_D" file="back_disab led.png" />
70 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="back_hover .png" /> 73 <structure type="chrome_scaled_image" name="IDR_BACK_H" file="back_hover .png" />
71 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="back_press ed.png" /> 74 <structure type="chrome_scaled_image" name="IDR_BACK_P" file="back_press ed.png" />
72 </if> 75 </if>
73 <!-- TODO(jamescook): Update all Chrome platforms to use the new art and m etrics 76 <!-- TODO(jamescook): Update all Chrome platforms to use the new art and m etrics
74 from Ash, crbug.com/118228 --> 77 from Ash, crbug.com/118228 -->
75 <if expr="pp_ifdef('toolkit_views') or is_macosx"> 78 <if expr="pp_ifdef('toolkit_views') or is_macosx">
76 <structure type="chrome_scaled_image" name="IDR_BACK" file="common/brows er_back_normal.png" /> 79 <structure type="chrome_scaled_image" name="IDR_BACK" file="common/brows er_back_normal.png" />
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" /> 887 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" />
885 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" /> 888 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" />
886 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" /> 889 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" />
887 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 890 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
888 </if> 891 </if>
889 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" /> 892 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" />
890 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" /> 893 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" />
891 </structures> 894 </structures>
892 </release> 895 </release>
893 </grit> 896 </grit>
OLDNEW
« no previous file with comments | « chrome/app/theme/default_100_percent/autofill_dialog_menu_button_pressed.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698