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

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

Issue 274013002: Use light images in colored app frames, when the frame color is dark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better Created 6 years, 7 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 <!-- 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 </if> 46 </if>
47 <if expr="enable_app_list and _google_chrome"> 47 <if expr="enable_app_list and _google_chrome">
48 <structure type="chrome_scaled_image" name="IDR_APP_LIST_GOOGLE_LOGO_VOI CE_SEARCH" file="google_chrome/google_logo_voice_search.png" /> 48 <structure type="chrome_scaled_image" name="IDR_APP_LIST_GOOGLE_LOGO_VOI CE_SEARCH" file="google_chrome/google_logo_voice_search.png" />
49 </if> 49 </if>
50 <if expr="enable_app_list"> 50 <if expr="enable_app_list">
51 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TAB_OVERLAY" fi le="common/app_list_v1_overlay.png" /> 51 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TAB_OVERLAY" fi le="common/app_list_v1_overlay.png" />
52 <structure type="chrome_scaled_image" name="IDR_APP_LIST_MIC_HOTWORD_OFF " file="common/app_list_mic_hotword_off.png" /> 52 <structure type="chrome_scaled_image" name="IDR_APP_LIST_MIC_HOTWORD_OFF " file="common/app_list_mic_hotword_off.png" />
53 </if> 53 </if>
54 <structure type="chrome_scaled_image" name="IDR_ASK_MEDIA" file="ask_media .png" /> 54 <structure type="chrome_scaled_image" name="IDR_ASK_MEDIA" file="ask_media .png" />
55 <if expr="toolkit_views"> 55 <if expr="toolkit_views">
56 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE" file=" win/app_window_close.png" /> 56 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE" file=" common/app_window_close.png" />
57 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_H" file ="win/app_window_close_hover.png" /> 57 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_H" file ="common/app_window_close_hover.png" />
58 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_P" file ="win/app_window_close_active.png" /> 58 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_P" file ="common/app_window_close_active.png" />
59 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_U" file ="win/app_window_close_unfocused.png" /> 59 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_U" file ="common/app_window_close_unfocused.png" />
60 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE" file ="win/app_window_restore.png" /> 60 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE" file ="common/app_window_restore.png" />
61 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_H" fi le="win/app_window_restore_hover.png" /> 61 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_H" fi le="common/app_window_restore_hover.png" />
62 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_P" fi le="win/app_window_restore_active.png" /> 62 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_L" fi le="common/app_window_restore_light.png" />
63 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE" fil e="win/app_window_maximize.png" /> 63 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE_P" fi le="common/app_window_restore_active.png" />
64 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE_D" f ile="win/app_window_maximize_disabled.png" /> 64 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MAXIMIZE" fil e="common/app_window_maximize.png" />
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_D" f ile="common/app_window_maximize_disabled.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_H" f ile="common/app_window_maximize_hover.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_MAXIMIZE_L" f ile="common/app_window_maximize_light.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_MAXIMIZE_P" f ile="common/app_window_maximize_active.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" fil e="common/app_window_minimize.png" />
70 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE_H" f ile="common/app_window_minimize_hover.png" />
71 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE_L" f ile="common/app_window_minimize_light.png" />
72 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_MINIMIZE_P" f ile="common/app_window_minimize_active.png" />
70 </if> 73 </if>
71 <if expr="use_ash"> 74 <if expr="use_ash">
72 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_BACKGROUND_MAXIMIZED_H" file="common/ash/browser_window_control_background_ma ximized_hover.png" /> 75 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_BACKGROUND_MAXIMIZED_H" file="common/ash/browser_window_control_background_ma ximized_hover.png" />
73 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_BACKGROUND_MAXIMIZED_P" file="common/ash/browser_window_control_background_ma ximized_pressed.png" /> 76 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_BACKGROUND_MAXIMIZED_P" file="common/ash/browser_window_control_background_ma ximized_pressed.png" />
74 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_BACKGROUND_RESTORED_H" file="common/ash/browser_window_control_background_res tored_hover.png" /> 77 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_BACKGROUND_RESTORED_H" file="common/ash/browser_window_control_background_res tored_hover.png" />
75 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_BACKGROUND_RESTORED_P" file="common/ash/browser_window_control_background_res tored_pressed.png" /> 78 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_BACKGROUND_RESTORED_P" file="common/ash/browser_window_control_background_res tored_pressed.png" />
76 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_ICON_CLOSE" file="common/ash/browser_window_control_icon_close.png" /> 79 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_ICON_CLOSE" file="common/ash/browser_window_control_icon_close.png" />
77 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_ICON_LEFT_SNAPPED" file="common/ash/browser_window_control_icon_left_snapped. png" /> 80 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_ICON_LEFT_SNAPPED" file="common/ash/browser_window_control_icon_left_snapped. png" />
78 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_ICON_MINIMIZE" file="common/ash/browser_window_control_icon_minimize.png" /> 81 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_ICON_MINIMIZE" file="common/ash/browser_window_control_icon_minimize.png" />
79 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_ICON_RIGHT_SNAPPED" file="common/ash/browser_window_control_icon_right_snappe d.png" /> 82 <structure type="chrome_scaled_image" name="IDR_ASH_BROWSER_WINDOW_CONTR OL_ICON_RIGHT_SNAPPED" file="common/ash/browser_window_control_icon_right_snappe d.png" />
(...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1306 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1304 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1307 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1305 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1308 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1306 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1309 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1307 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1310 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1308 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1311 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1309 1312
1310 </structures> 1313 </structures>
1311 </release> 1314 </release>
1312 </grit> 1315 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698