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

Side by Side Diff: ash/ash_resources.gyp

Issue 2026973002: Moves ash/wm/common/resources back to ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete revived file Created 4 years, 6 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
« no previous file with comments | « ash/ash.gyp ('k') | ash/resources/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //ash/resources 8 # GN version: //ash/resources
9 'target_name': 'ash_resources', 9 'target_name': 'ash_resources',
10 'type': 'none', 10 'type': 'none',
(...skipping 14 matching lines...) Expand all
25 { 25 {
26 # Creates a 100% pak file containing resources for ash_unittests, etc. 26 # Creates a 100% pak file containing resources for ash_unittests, etc.
27 # TODO(msw): Use ui_test.pak instead of its pieces? (no 200% support?) 27 # TODO(msw): Use ui_test.pak instead of its pieces? (no 200% support?)
28 # TODO(msw): Add copy steps and mac handling like repack_ui_test_pack? 28 # TODO(msw): Add copy steps and mac handling like repack_ui_test_pack?
29 # GN version: //ash/resources:ash_test_resources_100_percent 29 # GN version: //ash/resources:ash_test_resources_100_percent
30 'target_name': 'ash_test_resources_100_percent', 30 'target_name': 'ash_test_resources_100_percent',
31 'type': 'none', 31 'type': 'none',
32 'dependencies': [ 32 'dependencies': [
33 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 33 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
34 'ash_resources', 34 'ash_resources',
35 '../ash/wm/common/ash_wm_common_resources.gyp:ash_wm_common_resources',
36 ], 35 ],
37 'actions': [ 36 'actions': [
38 { 37 {
39 'action_name': 'repack_ash_test_resources', 38 'action_name': 'repack_ash_test_resources',
40 'variables': { 39 'variables': {
41 'pak_output': '<(PRODUCT_DIR)/ash_test_resources_100_percent.pak', 40 'pak_output': '<(PRODUCT_DIR)/ash_test_resources_100_percent.pak',
42 'pak_inputs': [ 41 'pak_inputs': [
43 '<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_100_percen t.pak', 42 '<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_100_percen t.pak',
44 '<(SHARED_INTERMEDIATE_DIR)/ash/wm/common/resources/ash_wm_common_ resources_100_percent.pak',
45 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent. pak', 43 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent. pak',
46 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', 44 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak',
47 ], 45 ],
48 'conditions': [ 46 'conditions': [
49 ['chromeos==1', { 47 ['chromeos==1', {
50 'pak_inputs': [ 48 'pak_inputs': [
51 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_ resources_100_percent.pak', 49 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_ resources_100_percent.pak',
52 ], 50 ],
53 }], 51 }],
54 ['toolkit_views==1', { 52 ['toolkit_views==1', {
(...skipping 25 matching lines...) Expand all
80 { 78 {
81 # Creates a 200% pak file containing resources for ash_unittests, etc. 79 # Creates a 200% pak file containing resources for ash_unittests, etc.
82 # TODO(msw): Use ui_test.pak instead of its pieces? (no 200% support?) 80 # TODO(msw): Use ui_test.pak instead of its pieces? (no 200% support?)
83 # TODO(msw): Add copy steps and mac handling like repack_ui_test_pack? 81 # TODO(msw): Add copy steps and mac handling like repack_ui_test_pack?
84 # GN version: //ash/resources:ash_test_resources_200_percent 82 # GN version: //ash/resources:ash_test_resources_200_percent
85 'target_name': 'ash_test_resources_200_percent', 83 'target_name': 'ash_test_resources_200_percent',
86 'type': 'none', 84 'type': 'none',
87 'dependencies': [ 85 'dependencies': [
88 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 86 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
89 'ash_resources', 87 'ash_resources',
90 '../ash/wm/common/ash_wm_common_resources.gyp:ash_wm_common_resources',
91 ], 88 ],
92 'actions': [ 89 'actions': [
93 { 90 {
94 'action_name': 'repack_ash_test_resources', 91 'action_name': 'repack_ash_test_resources',
95 'variables': { 92 'variables': {
96 'pak_output': '<(PRODUCT_DIR)/ash_test_resources_200_percent.pak', 93 'pak_output': '<(PRODUCT_DIR)/ash_test_resources_200_percent.pak',
97 'pak_inputs': [ 94 'pak_inputs': [
98 '<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_200_percen t.pak', 95 '<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_200_percen t.pak',
99 '<(SHARED_INTERMEDIATE_DIR)/ash/wm/common/resources/ash_wm_common_ resources_200_percent.pak',
100 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_200_percent. pak', 96 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_200_percent. pak',
101 ], 97 ],
102 'conditions': [ 98 'conditions': [
103 ['chromeos==1', { 99 ['chromeos==1', {
104 'pak_inputs': [ 100 'pak_inputs': [
105 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_ resources_200_percent.pak', 101 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_ resources_200_percent.pak',
106 ], 102 ],
107 }], 103 }],
108 ['toolkit_views==1', { 104 ['toolkit_views==1', {
109 'pak_inputs': [ 105 'pak_inputs': [
(...skipping 14 matching lines...) Expand all
124 }], 120 }],
125 ['toolkit_views==1', { 121 ['toolkit_views==1', {
126 'dependencies': [ 122 'dependencies': [
127 '<(DEPTH)/ui/views/resources/views_resources.gyp:views_resources', 123 '<(DEPTH)/ui/views/resources/views_resources.gyp:views_resources',
128 ], 124 ],
129 }], 125 }],
130 ], 126 ],
131 }, 127 },
132 ], 128 ],
133 } 129 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698