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

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

Issue 14514003: Make OSX App Launcher Launchable from the Dock. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase off cl14603002 Created 7 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
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/app/theme/chromium/app_list_128.png » ('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 not pre-scaled for device 2 <!-- This grd file contains images that are not pre-scaled for device
3 scale factors. The image returned by 3 scale factors. The image returned by
4 |base::ResourceBundle::GetImageNamed| only contains 100P, and 4 |base::ResourceBundle::GetImageNamed| only contains 100P, and
5 it is the caller's responsibility to do the right thing when the 5 it is the caller's responsibility to do the right thing when the
6 display is not at 100P device scale factor. 6 display is not at 100P device scale factor.
7 --> 7 -->
8 <grit latest_public_release="0" current_release="1"> 8 <grit latest_public_release="0" current_release="1">
9 <outputs> 9 <outputs>
10 <output filename="grit/chrome_unscaled_resources.h" type="rc_header"> 10 <output filename="grit/chrome_unscaled_resources.h" type="rc_header">
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 <include name="IDR_PROFILE_AVATAR_2X_17" file="default_200_percent/profi le_avatar_soccer.png" type="BINDATA" /> 72 <include name="IDR_PROFILE_AVATAR_2X_17" file="default_200_percent/profi le_avatar_soccer.png" type="BINDATA" />
73 <include name="IDR_PROFILE_AVATAR_2X_18" file="default_200_percent/profi le_avatar_burger.png" type="BINDATA" /> 73 <include name="IDR_PROFILE_AVATAR_2X_18" file="default_200_percent/profi le_avatar_burger.png" type="BINDATA" />
74 <include name="IDR_PROFILE_AVATAR_2X_19" file="default_200_percent/profi le_avatar_cat.png" type="BINDATA" /> 74 <include name="IDR_PROFILE_AVATAR_2X_19" file="default_200_percent/profi le_avatar_cat.png" type="BINDATA" />
75 <include name="IDR_PROFILE_AVATAR_2X_20" file="default_200_percent/profi le_avatar_cupcake.png" type="BINDATA" /> 75 <include name="IDR_PROFILE_AVATAR_2X_20" file="default_200_percent/profi le_avatar_cupcake.png" type="BINDATA" />
76 <include name="IDR_PROFILE_AVATAR_2X_21" file="default_200_percent/profi le_avatar_dog.png" type="BINDATA" /> 76 <include name="IDR_PROFILE_AVATAR_2X_21" file="default_200_percent/profi le_avatar_dog.png" type="BINDATA" />
77 <include name="IDR_PROFILE_AVATAR_2X_22" file="default_200_percent/profi le_avatar_horse.png" type="BINDATA" /> 77 <include name="IDR_PROFILE_AVATAR_2X_22" file="default_200_percent/profi le_avatar_horse.png" type="BINDATA" />
78 <include name="IDR_PROFILE_AVATAR_2X_23" file="default_200_percent/profi le_avatar_margarita.png" type="BINDATA" /> 78 <include name="IDR_PROFILE_AVATAR_2X_23" file="default_200_percent/profi le_avatar_margarita.png" type="BINDATA" />
79 <include name="IDR_PROFILE_AVATAR_2X_24" file="default_200_percent/profi le_avatar_note.png" type="BINDATA" /> 79 <include name="IDR_PROFILE_AVATAR_2X_24" file="default_200_percent/profi le_avatar_note.png" type="BINDATA" />
80 <include name="IDR_PROFILE_AVATAR_2X_25" file="default_200_percent/profi le_avatar_sun_cloud.png" type="BINDATA" /> 80 <include name="IDR_PROFILE_AVATAR_2X_25" file="default_200_percent/profi le_avatar_sun_cloud.png" type="BINDATA" />
81 </if> 81 </if>
82 <if expr="is_macosx and pp_ifdef('enable_app_list')">
83 <!-- App Launcher icons for .app shim, dock icon, etc. -->
84 <include name="IDR_APP_LIST_128" file="chromium/app_list_128.png" type=" BINDATA" />
85 </if>
82 </includes> 86 </includes>
83 </release> 87 </release>
84 </grit> 88 </grit>
OLDNEW
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/app/theme/chromium/app_list_128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698