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

Unified Diff: ash/ash_resources.gyp

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/ash_resources.gyp
diff --git a/ash/ash_resources.gyp b/ash/ash_resources.gyp
index 199d6a167567f9f6b334184d84a137f3eae2cacb..94847b6d73e07718f3d924ede629a03f3e279250 100644
--- a/ash/ash_resources.gyp
+++ b/ash/ash_resources.gyp
@@ -32,6 +32,7 @@
'dependencies': [
'<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
'ash_resources',
+ '../ash/wm/common/ash_wm_common_resources.gyp:ash_wm_common_resources',
],
'actions': [
{
@@ -40,6 +41,7 @@
'pak_output': '<(PRODUCT_DIR)/ash_test_resources_100_percent.pak',
'pak_inputs': [
'<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_100_percent.pak',
+ '<(SHARED_INTERMEDIATE_DIR)/ash/wm/common/resources/ash_wm_common_resources_100_percent.pak',
'<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.pak',
'<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak',
],
@@ -89,6 +91,7 @@
'dependencies': [
'<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
'ash_resources',
+ '../ash/wm/common/ash_wm_common_resources.gyp:ash_wm_common_resources',
],
'actions': [
{
@@ -97,6 +100,7 @@
'pak_output': '<(PRODUCT_DIR)/ash_test_resources_200_percent.pak',
'pak_inputs': [
'<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_200_percent.pak',
+ '<(SHARED_INTERMEDIATE_DIR)/ash/wm/common/resources/ash_wm_common_resources_200_percent.pak',
'<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_200_percent.pak',
],
'conditions': [
« no previous file with comments | « ash/ash.gyp ('k') | ash/resources/BUILD.gn » ('j') | ash/shelf/shelf_widget.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698