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

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

Issue 17472002: Use new logos in requestAutocomplete splash page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « no previous file | chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc » ('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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 <structure type="chrome_scaled_image" name="IDR_PANEL_RESTORE_C" file="pan el_restore_click.png" /> 615 <structure type="chrome_scaled_image" name="IDR_PANEL_RESTORE_C" file="pan el_restore_click.png" />
616 <structure type="chrome_scaled_image" name="IDR_PANEL_RESTORE_H" file="pan el_restore_hover.png" /> 616 <structure type="chrome_scaled_image" name="IDR_PANEL_RESTORE_H" file="pan el_restore_hover.png" />
617 <structure type="chrome_scaled_image" name="IDR_PHONE_FAVICON" file="commo n/favicon_phone.png" /> 617 <structure type="chrome_scaled_image" name="IDR_PHONE_FAVICON" file="commo n/favicon_phone.png" />
618 <structure type="chrome_scaled_image" name="IDR_PLUGINS_FAVICON" file="com mon/favicon_extensions.png" /> 618 <structure type="chrome_scaled_image" name="IDR_PLUGINS_FAVICON" file="com mon/favicon_extensions.png" />
619 <structure type="chrome_scaled_image" name="IDR_PRERENDER" file="prerender _succeed_icon.png" /> 619 <structure type="chrome_scaled_image" name="IDR_PRERENDER" file="prerender _succeed_icon.png" />
620 <if expr="not pp_ifdef('_google_chrome')"> 620 <if expr="not pp_ifdef('_google_chrome')">
621 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="chro mium/product_logo.png" /> 621 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="chro mium/product_logo.png" />
622 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="c hromium/product_logo_16.png" /> 622 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="c hromium/product_logo_16.png" />
623 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_26" file="c hromium/product_logo_26.png" /> 623 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_26" file="c hromium/product_logo_26.png" />
624 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="c hromium/product_logo_32.png" /> 624 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="c hromium/product_logo_32.png" />
625 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_48" fi le="chromium/product_logo_name_48.png" />
625 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file ="chromium/product_logo_white.png" /> 626 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file ="chromium/product_logo_white.png" />
626 </if> 627 </if>
627 <if expr="pp_ifdef('_google_chrome')"> 628 <if expr="pp_ifdef('_google_chrome')">
628 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="goog le_chrome/product_logo.png" /> 629 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO" file="goog le_chrome/product_logo.png" />
629 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="g oogle_chrome/product_logo_16.png" /> 630 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_16" file="g oogle_chrome/product_logo_16.png" />
630 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_26" file="g oogle_chrome/product_logo_26.png" /> 631 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_26" file="g oogle_chrome/product_logo_26.png" />
631 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="g oogle_chrome/product_logo_32.png" /> 632 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_32" file="g oogle_chrome/product_logo_32.png" />
633 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_48" fi le="google_chrome/product_logo_name_48.png" />
Dmitry Polukhin 2013/06/21 12:54:03 This CL broke official builds, see http://build.ch
632 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file ="google_chrome/product_logo_white.png" /> 634 <structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_WHITE" file ="google_chrome/product_logo_white.png" />
633 </if> 635 </if>
634 <if expr="is_macosx"> 636 <if expr="is_macosx">
635 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file=" profile_avatar_generic_mac.png" /> 637 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_0" file=" profile_avatar_generic_mac.png" />
636 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_1" file=" profile_avatar_generic_aqua_mac.png" /> 638 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_1" file=" profile_avatar_generic_aqua_mac.png" />
637 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_2" file=" profile_avatar_generic_blue_mac.png" /> 639 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_2" file=" profile_avatar_generic_blue_mac.png" />
638 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_3" file=" profile_avatar_generic_green_mac.png" /> 640 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_3" file=" profile_avatar_generic_green_mac.png" />
639 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_4" file=" profile_avatar_generic_orange_mac.png" /> 641 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_4" file=" profile_avatar_generic_orange_mac.png" />
640 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_5" file=" profile_avatar_generic_purple_mac.png" /> 642 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_5" file=" profile_avatar_generic_purple_mac.png" />
641 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_6" file=" profile_avatar_generic_red_mac.png" /> 643 <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_6" file=" profile_avatar_generic_red_mac.png" />
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" /> 956 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_16" file=" google_chrome/webstore_icon_16.png" />
955 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" /> 957 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_24" file=" google_chrome/webstore_icon_24.png" />
956 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" /> 958 <structure type="chrome_scaled_image" name="IDR_WEBSTORE_ICON_32" file=" google_chrome/webstore_icon_32.png" />
957 </if> 959 </if>
958 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" /> 960 <structure type="chrome_scaled_image" name="IDR_ZOOM_MINUS" file="zoom_min us.png" />
959 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" /> 961 <structure type="chrome_scaled_image" name="IDR_ZOOM_PLUS" file="zoom_plus .png" />
960 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="zoom_re set.png" /> 962 <structure type="chrome_scaled_image" name="IDR_ZOOM_NORMAL" file="zoom_re set.png" />
961 </structures> 963 </structures>
962 </release> 964 </release>
963 </grit> 965 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698