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

Side by Side Diff: ash/resources/ash_resources.grd

Issue 2441043003: A few more cleanups to overview mode code related to the pre-MD version. (Closed)
Patch Set: Created 4 years, 2 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/ash_resources.h" type="rc_header" context="default_10 0_percent"> 4 <output filename="grit/ash_resources.h" type="rc_header" context="default_10 0_percent">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="ash_resources_100_percent.pak" type="data_package" context ="default_100_percent" /> 7 <output filename="ash_resources_100_percent.pak" type="data_package" context ="default_100_percent" />
8 <output filename="ash_resources_200_percent.pak" type="data_package" context ="default_200_percent" /> 8 <output filename="ash_resources_200_percent.pak" type="data_package" context ="default_200_percent" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_UPDATE_DARK _RED" file="cros/status/status_update_dark_red.png" /> 178 <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_UPDATE_DARK _RED" file="cros/status/status_update_dark_red.png" />
179 179
180 <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_VOLUME_LEVE LS" file="cros/status/status_volume_dark.png" /> 180 <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_VOLUME_LEVE LS" file="cros/status/status_volume_dark.png" />
181 <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_VOLUME_MUTE " file="cros/status/status_volume_mute.png" /> 181 <structure type="chrome_scaled_image" name="IDR_AURA_UBER_TRAY_VOLUME_MUTE " file="cros/status/status_volume_mute.png" />
182 182
183 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_SHADE_I NACTIVE_BOTTOM" file="common/window_header_shade_bottom_inactive.png" /> 183 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_SHADE_I NACTIVE_BOTTOM" file="common/window_header_shade_bottom_inactive.png" />
184 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_SHADE_I NACTIVE_LEFT" file="common/window_header_shade_left_inactive.png" /> 184 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_SHADE_I NACTIVE_LEFT" file="common/window_header_shade_left_inactive.png" />
185 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_SHADE_I NACTIVE_RIGHT" file="common/window_header_shade_right_inactive.png" /> 185 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_SHADE_I NACTIVE_RIGHT" file="common/window_header_shade_right_inactive.png" />
186 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_SHADE_I NACTIVE_TOP" file="common/window_header_shade_top_inactive.png" /> 186 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_SHADE_I NACTIVE_TOP" file="common/window_header_shade_top_inactive.png" />
187 187
188 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_OVERVIEW_CLOSE " file="common/window_overview_close_normal.png" />
189 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_OVERVIEW_CLOSE _H" file="common/window_overview_close_hover.png" />
190 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_OVERVIEW_CLOSE _P" file="common/window_overview_close_pressed.png" />
191
192 <structure type="chrome_scaled_image" name="IDR_AVATAR_HOLDER" file="cros/ avatar_holder.png" /> 188 <structure type="chrome_scaled_image" name="IDR_AVATAR_HOLDER" file="cros/ avatar_holder.png" />
193 <structure type="chrome_scaled_image" name="IDR_AVATAR_HOLDER_MASK" file=" cros/avatar_holder_mask.png" /> 189 <structure type="chrome_scaled_image" name="IDR_AVATAR_HOLDER_MASK" file=" cros/avatar_holder_mask.png" />
194 </structures> 190 </structures>
195 </release> 191 </release>
196 </grit> 192 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698