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

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

Issue 197773004: Move avatar holder code to ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_MIDDL E_P" file="common/window_position_middle_pressed.png" /> 264 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_MIDDL E_P" file="common/window_position_middle_pressed.png" />
265 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT " file="common/window_position_right_normal.png" /> 265 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT " file="common/window_position_right_normal.png" />
266 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _H" file="common/window_position_right_hover.png" /> 266 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _H" file="common/window_position_right_hover.png" />
267 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _P" file="common/window_position_right_pressed.png" /> 267 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _P" file="common/window_position_right_pressed.png" />
268 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_ RESTORE" file="common/window_position_left_normal_restore.png" /> 268 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_ RESTORE" file="common/window_position_left_normal_restore.png" />
269 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_ RESTORE_H" file="common/window_position_left_hover_restore.png" /> 269 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_ RESTORE_H" file="common/window_position_left_hover_restore.png" />
270 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_ RESTORE_P" file="common/window_position_left_pressed_restore.png" /> 270 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_ RESTORE_P" file="common/window_position_left_pressed_restore.png" />
271 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _RESTORE" file="common/window_position_right_normal_restore.png" /> 271 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _RESTORE" file="common/window_position_right_normal_restore.png" />
272 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _RESTORE_H" file="common/window_position_right_hover_restore.png" /> 272 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _RESTORE_H" file="common/window_position_right_hover_restore.png" />
273 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _RESTORE_P" file="common/window_position_right_pressed_restore.png" /> 273 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _RESTORE_P" file="common/window_position_right_pressed_restore.png" />
274 <structure type="chrome_scaled_image" name="IDR_AVATAR_HOLDER" file="cros/ avatar_holder.png" />
275 <structure type="chrome_scaled_image" name="IDR_AVATAR_HOLDER_MASK" file=" cros/avatar_holder_mask.png" />
274 </structures> 276 </structures>
275 </release> 277 </release>
276 </grit> 278 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698