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

Side by Side Diff: ash/ash_unittests.isolate

Issue 614923005: Rename all isolate_dependency_* to files. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 6 years, 2 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') | base/base.gyp » ('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) 2014 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'conditions': [ 5 'conditions': [
6 ['OS=="win" or chromeos==1', { 6 ['OS=="win" or chromeos==1', {
7 'variables': { 7 'variables': {
8 'isolate_dependency_tracked': [ 8 'files': [
9 '../testing/test_env.py', 9 '../testing/test_env.py',
10 '<(PRODUCT_DIR)/ash_unittests<(EXECUTABLE_SUFFIX)', 10 '<(PRODUCT_DIR)/ash_unittests<(EXECUTABLE_SUFFIX)',
11 '<(PRODUCT_DIR)/chrome_100_percent.pak', 11 '<(PRODUCT_DIR)/chrome_100_percent.pak',
12 '<(PRODUCT_DIR)/chrome_200_percent.pak', 12 '<(PRODUCT_DIR)/chrome_200_percent.pak',
13 '<(PRODUCT_DIR)/locales/en-US.pak', 13 '<(PRODUCT_DIR)/locales/en-US.pak',
14 '<(PRODUCT_DIR)/keyboard_resources.pak', 14 '<(PRODUCT_DIR)/keyboard_resources.pak',
15 ], 15 ],
16 }, 16 },
17 }], 17 }],
18 ['OS=="linux"', { 18 ['OS=="linux"', {
19 'variables': { 19 'variables': {
20 'command': [ 20 'command': [
21 '../testing/xvfb.py', 21 '../testing/xvfb.py',
22 '<(PRODUCT_DIR)', 22 '<(PRODUCT_DIR)',
23 '<(PRODUCT_DIR)/ash_unittests', 23 '<(PRODUCT_DIR)/ash_unittests',
24 '--test-launcher-bot-mode', 24 '--test-launcher-bot-mode',
25 ], 25 ],
26 'isolate_dependency_tracked': [ 26 'files': [
27 '../testing/xvfb.py', 27 '../testing/xvfb.py',
28 '<(PRODUCT_DIR)/libffmpegsumo.so', 28 '<(PRODUCT_DIR)/libffmpegsumo.so',
29 '<(PRODUCT_DIR)/libosmesa.so', 29 '<(PRODUCT_DIR)/libosmesa.so',
30 ], 30 ],
31 }, 31 },
32 }], 32 }],
33 ['OS=="linux" and use_ozone==0', { 33 ['OS=="linux" and use_ozone==0', {
34 'variables': { 34 'variables': {
35 'isolate_dependency_tracked': [ 35 'files': [
36 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 36 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
37 ], 37 ],
38 }, 38 },
39 }], 39 }],
40 ['OS=="win"', { 40 ['OS=="win"', {
41 'variables': { 41 'variables': {
42 'command': [ 42 'command': [
43 '../testing/test_env.py', 43 '../testing/test_env.py',
44 '<(PRODUCT_DIR)/ash_unittests.exe', 44 '<(PRODUCT_DIR)/ash_unittests.exe',
45 '--test-launcher-bot-mode', 45 '--test-launcher-bot-mode',
46 ], 46 ],
47 'isolate_dependency_tracked': [ 47 'files': [
48 '<(PRODUCT_DIR)/ffmpegsumo.dll', 48 '<(PRODUCT_DIR)/ffmpegsumo.dll',
49 '<(PRODUCT_DIR)/osmesa.dll', 49 '<(PRODUCT_DIR)/osmesa.dll',
50 ], 50 ],
51 }, 51 },
52 }], 52 }],
53 ['OS=="win" and (fastbuild==0 or fastbuild==1)', { 53 ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
54 'variables': { 54 'variables': {
55 'isolate_dependency_untracked': [ 55 'files': [
56 '<(PRODUCT_DIR)/ash_unittests.exe.pdb', 56 '<(PRODUCT_DIR)/ash_unittests.exe.pdb',
57 ], 57 ],
58 }, 58 },
59 }], 59 }],
60 ], 60 ],
61 'includes': [ 61 'includes': [
62 '../base/base.isolate', 62 '../base/base.isolate',
63 ], 63 ],
64 } 64 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698