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

Side by Side Diff: chrome/chrome_repack_chrome_100_percent.gypi

Issue 18470007: Swtich guard from aura to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_repack_chrome_200_percent.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'action_name': 'repack_chrome_resources_100_percent', 5 'action_name': 'repack_chrome_resources_100_percent',
6 'variables': { 6 'variables': {
7 'pak_inputs': [ 7 'pak_inputs': [
8 '<(grit_out_dir)/renderer_resources_100_percent.pak', 8 '<(grit_out_dir)/renderer_resources_100_percent.pak',
9 '<(grit_out_dir)/theme_resources_100_percent.pak', 9 '<(grit_out_dir)/theme_resources_100_percent.pak',
10 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.pak', 10 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.pak',
11 ], 11 ],
12 'conditions': [ 12 'conditions': [
13 ['OS != "ios"', { 13 ['OS != "ios"', {
14 'pak_inputs': [ 14 'pak_inputs': [
15 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pak', 15 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pak',
16 ], 16 ],
17 }], 17 }],
18 ['use_aura==1', { 18 ['use_ash==1', {
19 'pak_inputs': [ 19 'pak_inputs': [
20 '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_resources_100_percen t.pak', 20 '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_resources_100_percen t.pak',
21 ], 21 ],
22 'dependencies': [
23 'ash/ash_resources:ash_resources'
24 ],
Peter Mayo 2013/07/15 22:58:36 dependencies don't work on actions, they work on t
22 }], 25 }],
23 ], 26 ],
24 }, 27 },
25 'inputs': [ 28 'inputs': [
26 '<(repack_path)', 29 '<(repack_path)',
27 '<@(pak_inputs)', 30 '<@(pak_inputs)',
28 ], 31 ],
29 'outputs': [ 32 'outputs': [
30 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak', 33 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak',
31 ], 34 ],
32 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'], 35 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'],
33 } 36 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_repack_chrome_200_percent.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698