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

Unified Diff: ash/wm/common/resources/ash_wm_common_resources.grd

Issue 1994993003: Moves resources used by ash/wm/common to ash/wm/common/resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: repack chrome Created 4 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 side-by-side diff with in-line comments
Download patch
Index: ash/wm/common/resources/ash_wm_common_resources.grd
diff --git a/ash/wm/common/resources/ash_wm_common_resources.grd b/ash/wm/common/resources/ash_wm_common_resources.grd
new file mode 100644
index 0000000000000000000000000000000000000000..b54d527098e1df4297c87114ed79ece7508f0b0a
--- /dev/null
+++ b/ash/wm/common/resources/ash_wm_common_resources.grd
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grit latest_public_release="0" current_release="1">
+ <outputs>
+ <output filename="grit/ash_wm_common_resources.h" type="rc_header" context="default_100_percent">
+ <emit emit_type='prepend'></emit>
+ </output>
+ <output filename="ash_wm_common_resources_100_percent.pak" type="data_package" context="default_100_percent" />
+ <output filename="ash_wm_common_resources_200_percent.pak" type="data_package" context="default_200_percent" />
+ </outputs>
+ <release seq="1">
+ <structures fallback_to_low_resolution="true">
+ <!-- KEEP THESE IN ALPHABETICAL ORDER! DO NOT ADD TO RANDOM PLACES JUST
+ BECAUSE YOUR RESOURCES ARE FUNCTIONALLY RELATED OR FALL UNDER THE
+ SAME CONDITIONALS. -->
+ <structure type="chrome_scaled_image" name="IDR_ASH_WM_COMMON_MULTI_WINDOW_RESIZE_H" file="common/multi_window_resize_horizontal.png" />
+ <structure type="chrome_scaled_image" name="IDR_ASH_WM_COMMON_MULTI_WINDOW_RESIZE_V" file="common/multi_window_resize_vertical.png" />
+ <!-- TODO(sky): I suspect this one should be moved to a common
+ resources directory. -->
+ <structure type="chrome_scaled_image" name="IDR_ASH_WM_COMMON_SHELF_BACKGROUND" file="common/shelf/shelf_background.png" />
+ <structure type="chrome_scaled_image" name="IDR_ASH_WM_COMMON_PHANTOM_WINDOW_BOTTOM" file="common/phantom_window_bottom.png" />
+ <structure type="chrome_scaled_image" name="IDR_ASH_WM_COMMON_PHANTOM_WINDOW_BOTTOM_LEFT" file="common/phantom_window_bottom_left.png" />
+ <structure type="chrome_scaled_image" name="IDR_ASH_WM_COMMON_PHANTOM_WINDOW_BOTTOM_RIGHT" file="common/phantom_window_bottom_right.png" />
+ <structure type="chrome_scaled_image" name="IDR_ASH_WM_COMMON_PHANTOM_WINDOW_CENTER" file="common/phantom_window_center.png" />
+ <structure type="chrome_scaled_image" name="IDR_ASH_WM_COMMON_PHANTOM_WINDOW_LEFT" file="common/phantom_window_left.png" />
+ <structure type="chrome_scaled_image" name="IDR_ASH_WM_COMMON_PHANTOM_WINDOW_RIGHT" file="common/phantom_window_right.png" />
+ <structure type="chrome_scaled_image" name="IDR_ASH_WM_COMMON_PHANTOM_WINDOW_TOP" file="common/phantom_window_top.png" />
+ <structure type="chrome_scaled_image" name="IDR_ASH_WM_COMMON_PHANTOM_WINDOW_TOP_LEFT" file="common/phantom_window_top_left.png" />
+ <structure type="chrome_scaled_image" name="IDR_ASH_WM_COMMON_PHANTOM_WINDOW_TOP_RIGHT" file="common/phantom_window_top_right.png" />
+ </structures>
+ </release>
+</grit>

Powered by Google App Engine
This is Rietveld 408576698