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

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

Issue 11442044: Show app list items which open in chrome with a tab overlay. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 8 years 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
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/ui/app_list/extension_app_item.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 <!-- 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 24 matching lines...) Expand all
35 <structure type="chrome_scaled_image" name="IDR_ACTION_BOX_BUTTON_PUSHED" file="action_box_button_pushed.png" /> 35 <structure type="chrome_scaled_image" name="IDR_ACTION_BOX_BUTTON_PUSHED" file="action_box_button_pushed.png" />
36 <structure type="chrome_scaled_image" name="IDR_ALLOWED_FULLSCREEN" file=" allowed_fullscreen.png" /> 36 <structure type="chrome_scaled_image" name="IDR_ALLOWED_FULLSCREEN" file=" allowed_fullscreen.png" />
37 <structure type="chrome_scaled_image" name="IDR_ALLOWED_IMAGES" file="allo wed_images.png" /> 37 <structure type="chrome_scaled_image" name="IDR_ALLOWED_IMAGES" file="allo wed_images.png" />
38 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MOUSE_CURSOR" file ="allowed_mouse_cursor.png" /> 38 <structure type="chrome_scaled_image" name="IDR_ALLOWED_MOUSE_CURSOR" file ="allowed_mouse_cursor.png" />
39 <structure type="chrome_scaled_image" name="IDR_ALLOWED_NOTIFICATION" file ="allowed_notifications.png" /> 39 <structure type="chrome_scaled_image" name="IDR_ALLOWED_NOTIFICATION" file ="allowed_notifications.png" />
40 <structure type="chrome_scaled_image" name="IDR_ALLOWED_POPUPS" file="allo wed_popups.png" /> 40 <structure type="chrome_scaled_image" name="IDR_ALLOWED_POPUPS" file="allo wed_popups.png" />
41 <structure type="chrome_scaled_image" name="IDR_ALLOWED_PLUGINS" file="all owed_plugins.png" /> 41 <structure type="chrome_scaled_image" name="IDR_ALLOWED_PLUGINS" file="all owed_plugins.png" />
42 <structure type="chrome_scaled_image" name="IDR_ALLOWED_JAVASCRIPT" file=" allowed_script.png" /> 42 <structure type="chrome_scaled_image" name="IDR_ALLOWED_JAVASCRIPT" file=" allowed_script.png" />
43 <structure type="chrome_scaled_image" name="IDR_APP_DEFAULT_ICON" file="ap p_default_icon.png" /> 43 <structure type="chrome_scaled_image" name="IDR_APP_DEFAULT_ICON" file="ap p_default_icon.png" />
44 <structure type="chrome_scaled_image" name="IDR_APP_DROPARROW" file="app_d roparrow.png" /> 44 <structure type="chrome_scaled_image" name="IDR_APP_DROPARROW" file="app_d roparrow.png" />
45 <if expr="pp_ifdef('enable_settings_app')">
46 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TAB_OVERLAY" fi le="app_list_tab_overlay.png" />
47 </if>
45 <structure type="chrome_scaled_image" name="IDR_APP_NOTIFICATION_NUB" file ="nub.png" /> 48 <structure type="chrome_scaled_image" name="IDR_APP_NOTIFICATION_NUB" file ="nub.png" />
46 <structure type="chrome_scaled_image" name="IDR_APP_NOTIFICATION_NUB_MASK" file="nub_mask.png" /> 49 <structure type="chrome_scaled_image" name="IDR_APP_NOTIFICATION_NUB_MASK" file="nub_mask.png" />
47 <structure type="chrome_scaled_image" name="IDR_APP_NOTIFICATION_SMALL_BUB BLE" file="small_bubble.png" /> 50 <structure type="chrome_scaled_image" name="IDR_APP_NOTIFICATION_SMALL_BUB BLE" file="small_bubble.png" />
48 <structure type="chrome_scaled_image" name="IDR_ASK_MEDIA" file="ask_media .png" /> 51 <structure type="chrome_scaled_image" name="IDR_ASK_MEDIA" file="ask_media .png" />
49 <if expr="pp_ifdef('toolkit_views')"> 52 <if expr="pp_ifdef('toolkit_views')">
50 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE" file=" win/app_window_close.png" /> 53 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE" file=" win/app_window_close.png" />
51 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_H" file ="win/app_window_close_hover.png" /> 54 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_H" file ="win/app_window_close_hover.png" />
52 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_P" file ="win/app_window_close_active.png" /> 55 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_P" file ="win/app_window_close_active.png" />
53 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE" file ="win/app_window_restore.png" /> 56 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_RESTORE" file ="win/app_window_restore.png" />
54 <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" />
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" /> 889 <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_16" file=" google_chrome/webstore_icon_16.png" /> 890 <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_24" file=" google_chrome/webstore_icon_24.png" /> 891 <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_32" file=" google_chrome/webstore_icon_32.png" /> 892 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
890 </if> 893 </if>
891 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" /> 894 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" />
892 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" /> 895 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" />
893 </structures> 896 </structures>
894 </release> 897 </release>
895 </grit> 898 </grit>
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/ui/app_list/extension_app_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698