| 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': [
|
|
|