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 11493003: Remove the protector service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix implicit ExtensionSystem -> TemplateURLService dependency 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 | 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 <if expr="pp_ifdef('chromeos')"> 310 <if expr="pp_ifdef('chromeos')">
311 <structure type="chrome_scaled_image" name="IDR_HELP_MENU" file="help_16 .png" /> 311 <structure type="chrome_scaled_image" name="IDR_HELP_MENU" file="help_16 .png" />
312 </if> 312 </if>
313 <structure type="chrome_scaled_image" name="IDR_HISTORY_FAVICON" file="com mon/favicon_history.png" /> 313 <structure type="chrome_scaled_image" name="IDR_HISTORY_FAVICON" file="com mon/favicon_history.png" />
314 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> 314 <if expr="not pp_ifdef('toolkit_views') and not is_macosx">
315 <structure type="chrome_scaled_image" name="IDR_HOME" file="home.png" /> 315 <structure type="chrome_scaled_image" name="IDR_HOME" file="home.png" />
316 </if> 316 </if>
317 <if expr="pp_ifdef('toolkit_views') or is_macosx"> 317 <if expr="pp_ifdef('toolkit_views') or is_macosx">
318 <structure type="chrome_scaled_image" name="IDR_HOME" file="common/brows er_home_normal.png" /> 318 <structure type="chrome_scaled_image" name="IDR_HOME" file="common/brows er_home_normal.png" />
319 </if> 319 </if>
320 <structure type="chrome_scaled_image" name="IDR_HOMEPAGE_CHANGE_ALERT" fil e="protector_home_alert.png" />
321 <structure type="chrome_scaled_image" name="IDR_HOMEPAGE_CHANGE_BADGE" fil e="protector_home_badge.png" />
322 <structure type="chrome_scaled_image" name="IDR_HOMEPAGE_CHANGE_MENU" file ="protector_home_menu.png" />
323 <if expr="not pp_ifdef('toolkit_views') and not is_macosx"> 320 <if expr="not pp_ifdef('toolkit_views') and not is_macosx">
324 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="home_hover .png" /> 321 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="home_hover .png" />
325 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="home_press ed.png" /> 322 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="home_press ed.png" />
326 </if> 323 </if>
327 <if expr="pp_ifdef('toolkit_views') or is_macosx"> 324 <if expr="pp_ifdef('toolkit_views') or is_macosx">
328 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="common/bro wser_home_hover.png" /> 325 <structure type="chrome_scaled_image" name="IDR_HOME_H" file="common/bro wser_home_hover.png" />
329 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="common/bro wser_home_pressed.png" /> 326 <structure type="chrome_scaled_image" name="IDR_HOME_P" file="common/bro wser_home_pressed.png" />
330 </if> 327 </if>
331 <if expr="pp_ifdef('chromeos')"> 328 <if expr="pp_ifdef('chromeos')">
332 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER24" file="i con_add_user24.png" /> 329 <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER24" file="i con_add_user24.png" />
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="common/bro wser_reload_normal.png" /> 656 <structure type="chrome_scaled_image" name="IDR_RELOAD" file="common/bro wser_reload_normal.png" />
660 <structure type="chrome_scaled_image" name="IDR_RELOAD_D" file="common/b rowser_reload_disabled.png" /> 657 <structure type="chrome_scaled_image" name="IDR_RELOAD_D" file="common/b rowser_reload_disabled.png" />
661 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="common/b rowser_reload_hover.png" /> 658 <structure type="chrome_scaled_image" name="IDR_RELOAD_H" file="common/b rowser_reload_hover.png" />
662 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="common/b rowser_reload_pressed.png" /> 659 <structure type="chrome_scaled_image" name="IDR_RELOAD_P" file="common/b rowser_reload_pressed.png" />
663 <structure type="chrome_scaled_image" name="IDR_RELOAD_DIMMED" file="com mon/browser_reload_dimmed.png" /> 660 <structure type="chrome_scaled_image" name="IDR_RELOAD_DIMMED" file="com mon/browser_reload_dimmed.png" />
664 </if> 661 </if>
665 <structure type="chrome_scaled_image" name="IDR_RESTORE_BUTTON_MASK" file= "restore_button_mask.png" /> 662 <structure type="chrome_scaled_image" name="IDR_RESTORE_BUTTON_MASK" file= "restore_button_mask.png" />
666 <structure type="chrome_scaled_image" name="IDR_SAD_FAVICON" file="common/ favicon_sad_tab.png" /> 663 <structure type="chrome_scaled_image" name="IDR_SAD_FAVICON" file="common/ favicon_sad_tab.png" />
667 <structure type="chrome_scaled_image" name="IDR_SAD_TAB" file="sadtab.png" /> 664 <structure type="chrome_scaled_image" name="IDR_SAD_TAB" file="sadtab.png" />
668 <structure type="chrome_scaled_image" name="IDR_SAFEBROWSING_WARNING" file ="safebrowsing_warning.png" /> 665 <structure type="chrome_scaled_image" name="IDR_SAFEBROWSING_WARNING" file ="safebrowsing_warning.png" />
669 <structure type="chrome_scaled_image" name="IDR_SEARCH_ENGINE_CHANGE_ALERT " file="protector_search_alert.png" /> 666 <structure type="chrome_scaled_image" name="IDR_SCRIPT_BUBBLE" file="commo n/favicon_extensions.png" />
670 <structure type="chrome_scaled_image" name="IDR_SEARCH_ENGINE_CHANGE_BADGE " file="protector_search_badge.png" />
671 <structure type="chrome_scaled_image" name="IDR_SEARCH_ENGINE_CHANGE_MENU" file="protector_search_menu.png" />
672 <if expr="pp_ifdef('enable_settings_app')"> 667 <if expr="pp_ifdef('enable_settings_app')">
673 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_128" f ile="settings_app_icon_128.png" /> 668 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_128" f ile="settings_app_icon_128.png" />
674 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_16" fi le="settings_app_icon_16.png" /> 669 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_16" fi le="settings_app_icon_16.png" />
675 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_32" fi le="settings_app_icon_32.png" /> 670 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_32" fi le="settings_app_icon_32.png" />
676 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_48" fi le="settings_app_icon_48.png" /> 671 <structure type="chrome_scaled_image" name="IDR_SETTINGS_APP_ICON_48" fi le="settings_app_icon_48.png" />
677 </if> 672 </if>
678 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" /> 673 <structure type="chrome_scaled_image" name="IDR_SETTINGS_FAVICON" file="co mmon/favicon_settings.png" />
679 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi le="common/speech_input_mic_empty.png" /> 674 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_EMPTY" fi le="common/speech_input_mic_empty.png" />
680 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil e="common/speech_input_mic_full.png" /> 675 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_FULL" fil e="common/speech_input_mic_full.png" />
681 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil e="common/speech_input_mic_mask.png" /> 676 <structure type="chrome_scaled_image" name="IDR_SPEECH_INPUT_MIC_MASK" fil e="common/speech_input_mic_mask.png" />
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" /> 882 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON" file="goo gle_chrome/webstore_icon.png" />
888 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" /> 883 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" />
889 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" /> 884 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" />
890 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 885 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
891 </if> 886 </if>
892 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" /> 887 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" />
893 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" /> 888 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" />
894 </structures> 889 </structures>
895 </release> 890 </release>
896 </grit> 891 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698