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

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

Issue 146643004: Loads the logo image to the speech UI in app-list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
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 25 matching lines...) Expand all
36 <structure type="chrome_scaled_image" name="IDR_ALLOWED_PLUGINS" file="com mon/allowed_plugins.png" /> 36 <structure type="chrome_scaled_image" name="IDR_ALLOWED_PLUGINS" file="com mon/allowed_plugins.png" />
37 <structure type="chrome_scaled_image" name="IDR_ALLOWED_POPUPS" file="comm on/allowed_popups.png" /> 37 <structure type="chrome_scaled_image" name="IDR_ALLOWED_POPUPS" file="comm on/allowed_popups.png" />
38 <structure type="chrome_scaled_image" name="IDR_APP_DEFAULT_ICON" file="ap p_default_icon.png" /> 38 <structure type="chrome_scaled_image" name="IDR_APP_DEFAULT_ICON" file="ap p_default_icon.png" />
39 <structure type="chrome_scaled_image" name="IDR_APP_DROPARROW" file="app_d roparrow.png" /> 39 <structure type="chrome_scaled_image" name="IDR_APP_DROPARROW" file="app_d roparrow.png" />
40 <if expr="pp_ifdef('enable_app_list') and is_win and not pp_ifdef('_google _chrome')"> 40 <if expr="pp_ifdef('enable_app_list') and is_win and not pp_ifdef('_google _chrome')">
41 <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="chromium /app_list_48.png" /> 41 <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="chromium /app_list_48.png" />
42 </if> 42 </if>
43 <if expr="pp_ifdef('enable_app_list') and is_win and pp_ifdef('_google_chr ome')"> 43 <if expr="pp_ifdef('enable_app_list') and is_win and pp_ifdef('_google_chr ome')">
44 <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="google_c hrome/app_list_48.png" /> 44 <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="google_c hrome/app_list_48.png" />
45 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SXS" file="goog le_chrome/app_list_sxs_48.png" /> 45 <structure type="chrome_scaled_image" name="IDR_APP_LIST_SXS" file="goog le_chrome/app_list_sxs_48.png" />
46 <structure type="chrome_scaled_image" name="IDR_APP_LIST_GOOGLE_LOGO_VOI CE_SEARCH" file="google_chrome/google_logo_voice_search.png" />
46 </if> 47 </if>
47 <if expr="pp_ifdef('enable_app_list')"> 48 <if expr="pp_ifdef('enable_app_list')">
48 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TAB_OVERLAY" fi le="common/app_list_v1_overlay.png" /> 49 <structure type="chrome_scaled_image" name="IDR_APP_LIST_TAB_OVERLAY" fi le="common/app_list_v1_overlay.png" />
49 <structure type="chrome_scaled_image" name="IDR_APP_LIST_MIC_HOTWORD_OFF " file="common/app_list_mic_hotword_off.png" /> 50 <structure type="chrome_scaled_image" name="IDR_APP_LIST_MIC_HOTWORD_OFF " file="common/app_list_mic_hotword_off.png" />
50 </if> 51 </if>
51 <structure type="chrome_scaled_image" name="IDR_ASK_MEDIA" file="ask_media .png" /> 52 <structure type="chrome_scaled_image" name="IDR_ASK_MEDIA" file="ask_media .png" />
52 <if expr="pp_ifdef('toolkit_views')"> 53 <if expr="pp_ifdef('toolkit_views')">
53 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE" file=" win/app_window_close.png" /> 54 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE" file=" win/app_window_close.png" />
54 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_H" file ="win/app_window_close_hover.png" /> 55 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_H" file ="win/app_window_close_hover.png" />
55 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_P" file ="win/app_window_close_active.png" /> 56 <structure type="chrome_scaled_image" name="IDR_APP_WINDOW_CLOSE_P" file ="win/app_window_close_active.png" />
(...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" /> 1134 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL " file="common/mail.png" />
1134 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" /> 1135 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _HOVER" file="common/mail_hover.png" />
1135 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" /> 1136 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_EMAIL _PRESSED" file="common/mail_pressed.png" />
1136 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" /> 1137 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT" file="common/chat.png" />
1137 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" /> 1138 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ HOVER" file="common/chat_hover.png" />
1138 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" /> 1139 <structure type="chrome_scaled_image" name="IDR_PEOPLE_SEARCH_ACTION_CHAT_ PRESSED" file="common/chat_pressed.png" />
1139 1140
1140 </structures> 1141 </structures>
1141 </release> 1142 </release>
1142 </grit> 1143 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_list_view_delegate.cc » ('j') | ui/app_list/speech_ui_model.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698