OLD | NEW |
---|---|
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"> |
11 <includes> | 11 <includes> |
12 <!-- Fallback wallpaper used by Ash. --> | 12 <!-- Fallback wallpaper used by Ash. --> |
13 <include name="IDR_AURA_WALLPAPER_DEFAULT_LARGE" file="wallpaper/default_l arge.jpg" type="BINDATA" /> | 13 <include name="IDR_AURA_WALLPAPER_DEFAULT_LARGE" file="wallpaper/default_l arge.jpg" type="BINDATA" /> |
14 <include name="IDR_AURA_WALLPAPER_DEFAULT_SMALL" file="wallpaper/default_s mall.jpg" type="BINDATA" /> | 14 <include name="IDR_AURA_WALLPAPER_DEFAULT_SMALL" file="wallpaper/default_s mall.jpg" type="BINDATA" /> |
15 </includes> | 15 </includes> |
16 <structures fallback_to_low_resolution="true"> | 16 <structures fallback_to_low_resolution="true"> |
17 <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST | 17 <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST |
18 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE | 18 BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE |
19 SAME CONDITIONALS. --> | 19 SAME CONDITIONALS. --> |
20 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_BACKGROUND" file="common/launcher/launcher_background.png" /> | 20 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_BACKGROUND" file="common/launcher/launcher_background.png" /> |
21 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_CORNER" file ="common/launcher/launcher_corner.png" /> | 21 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_CORNER" file ="common/launcher/launcher_corner.png" /> |
22 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_DIMMING" fil e="common/launcher/launcher_dimming.png" /> | 22 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_DIMMING" fil e="common/launcher/launcher_dimming.png" /> |
23 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_ICON_APPLIST " file="common/launcher/launcher_appmenu.png" /> | 23 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_ICON_APPLIST " file="common/launcher/launcher_appmenu.png" /> |
24 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_ICON_APPLIST _ALTERNATE" file="common/alt_launcher/status_app_menu_icon.png" /> | 24 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_ICON_APPLIST _ALTERNATE" file="common/alt_launcher/status_app_menu_icon.png" /> |
25 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_ICON_APPLIST _HOT" file="common/launcher/launcher_appmenu_hover.png" /> | 25 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_ICON_APPLIST _HOT" file="common/launcher/launcher_appmenu_hover.png" /> |
26 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_ICON_APPLIST _PUSHED" file="common/launcher/launcher_appmenu_pressed.png" /> | 26 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_ICON_APPLIST _PUSHED" file="common/launcher/launcher_appmenu_pressed.png" /> |
27 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_LIST_BROWSER " file="common/launcher/window_switcher_icon_normal.png" /> | 27 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_LIST_BROWSER " file="common/launcher/window_switcher_icon_normal.png" /> |
28 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_LIST_INCOGNI TO_BROWSER" file="common/launcher/window_switcher_icon_incognito.png" /> | 28 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_LIST_INCOGNI TO_BROWSER" file="common/launcher/window_switcher_icon_incognito.png" /> |
29 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_OVERFLOW" fi le="common/launcher/launcher_overflow.png" /> | 29 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_OVERFLOW" fi le="common/launcher/launcher_overflow.png" /> |
30 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_UNDERLINE_AC TIVE" file="common/launcher/launcher_underline_bottom_active.png" /> | 30 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_UNDERLINE_AC TIVE" file="common/alt_launcher/launcher_underline_active.png" /> |
31 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_UNDERLINE_AC TIVE_ALTERNATE" file="common/alt_launcher/launcher_underline_active.png" /> | 31 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_UNDERLINE_RU NNING" file="common/alt_launcher/launcher_underline_running.png" /> |
32 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_UNDERLINE_HO VER" file="common/launcher/launcher_underline_bottom_hover.png" /> | |
James Cook
2014/01/25 00:12:15
You might want to delete the art assets in a diffe
| |
33 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_UNDERLINE_RU NNING" file="common/launcher/launcher_underline_bottom_running.png" /> | |
34 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_UNDERLINE_RU NNING_ALTERNATE" file="common/alt_launcher/launcher_underline_running.png" /> | |
35 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_ICON_TASK_MA NAGER" file="common/launcher/task_manager.png" /> | 32 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_ICON_TASK_MA NAGER" file="common/launcher/task_manager.png" /> |
36 <structure type="chrome_scaled_image" name="IDR_AURA_MULTI_WINDOW_RESIZE_H " file="common/multi_window_resize_horizontal.png" /> | 33 <structure type="chrome_scaled_image" name="IDR_AURA_MULTI_WINDOW_RESIZE_H " file="common/multi_window_resize_horizontal.png" /> |
37 <structure type="chrome_scaled_image" name="IDR_AURA_MULTI_WINDOW_RESIZE_V " file="common/multi_window_resize_vertical.png" /> | 34 <structure type="chrome_scaled_image" name="IDR_AURA_MULTI_WINDOW_RESIZE_V " file="common/multi_window_resize_vertical.png" /> |
38 <structure type="chrome_scaled_image" name="IDR_AURA_NOTIFICATION_BACKGROU ND_NORMAL" file="common/alt_launcher/status_icon_background_normal.png" /> | 35 <structure type="chrome_scaled_image" name="IDR_AURA_NOTIFICATION_BACKGROU ND_NORMAL" file="common/alt_launcher/status_icon_background_normal.png" /> |
39 <structure type="chrome_scaled_image" name="IDR_AURA_NOTIFICATION_BACKGROU ND_ON_BLACK" file="common/alt_launcher/status_icon_background_onblack_normal.png " /> | 36 <structure type="chrome_scaled_image" name="IDR_AURA_NOTIFICATION_BACKGROU ND_ON_BLACK" file="common/alt_launcher/status_icon_background_onblack_normal.png " /> |
40 <structure type="chrome_scaled_image" name="IDR_AURA_NOTIFICATION_BACKGROU ND_PRESSED" file="common/alt_launcher/status_icon_background_pressed.png" /> | 37 <structure type="chrome_scaled_image" name="IDR_AURA_NOTIFICATION_BACKGROU ND_PRESSED" file="common/alt_launcher/status_icon_background_pressed.png" /> |
41 <structure type="chrome_scaled_image" name="IDR_AURA_PHANTOM_WINDOW_BOTTOM " file="common/phantom_window_bottom.png" /> | 38 <structure type="chrome_scaled_image" name="IDR_AURA_PHANTOM_WINDOW_BOTTOM " file="common/phantom_window_bottom.png" /> |
42 <structure type="chrome_scaled_image" name="IDR_AURA_PHANTOM_WINDOW_BOTTOM _LEFT" file="common/phantom_window_bottom_left.png" /> | 39 <structure type="chrome_scaled_image" name="IDR_AURA_PHANTOM_WINDOW_BOTTOM _LEFT" file="common/phantom_window_bottom_left.png" /> |
43 <structure type="chrome_scaled_image" name="IDR_AURA_PHANTOM_WINDOW_BOTTOM _RIGHT" file="common/phantom_window_bottom_right.png" /> | 40 <structure type="chrome_scaled_image" name="IDR_AURA_PHANTOM_WINDOW_BOTTOM _RIGHT" file="common/phantom_window_bottom_right.png" /> |
44 <structure type="chrome_scaled_image" name="IDR_AURA_PHANTOM_WINDOW_CENTER " file="common/phantom_window_center.png" /> | 41 <structure type="chrome_scaled_image" name="IDR_AURA_PHANTOM_WINDOW_CENTER " file="common/phantom_window_center.png" /> |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
259 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _P" file="common/window_position_right_pressed.png" /> | 256 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _P" file="common/window_position_right_pressed.png" /> |
260 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_ RESTORE" file="common/window_position_left_normal_restore.png" /> | 257 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_ RESTORE" file="common/window_position_left_normal_restore.png" /> |
261 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_ RESTORE_H" file="common/window_position_left_hover_restore.png" /> | 258 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_ RESTORE_H" file="common/window_position_left_hover_restore.png" /> |
262 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_ RESTORE_P" file="common/window_position_left_pressed_restore.png" /> | 259 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_LEFT_ RESTORE_P" file="common/window_position_left_pressed_restore.png" /> |
263 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _RESTORE" file="common/window_position_right_normal_restore.png" /> | 260 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _RESTORE" file="common/window_position_right_normal_restore.png" /> |
264 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _RESTORE_H" file="common/window_position_right_hover_restore.png" /> | 261 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _RESTORE_H" file="common/window_position_right_hover_restore.png" /> |
265 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _RESTORE_P" file="common/window_position_right_pressed_restore.png" /> | 262 <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_POSITION_RIGHT _RESTORE_P" file="common/window_position_right_pressed_restore.png" /> |
266 </structures> | 263 </structures> |
267 </release> | 264 </release> |
268 </grit> | 265 </grit> |
OLD | NEW |