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

Side by Side Diff: base/base_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 | « base/base.isolate ('k') | breakpad/breakpad_unittests.isolate » ('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 'conditions': [ 5 'conditions': [
6 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { 6 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
7 'variables': { 7 'variables': {
8 'isolate_dependency_untracked': [ 8 'files': [
9 'test/data/', 9 'test/data/',
10 ], 10 ],
11 }, 11 },
12 }], 12 }],
13 ['OS=="linux"', { 13 ['OS=="linux"', {
14 'variables': { 14 'variables': {
15 'command': [ 15 'command': [
16 '../testing/xvfb.py', 16 '../testing/xvfb.py',
17 '<(PRODUCT_DIR)', 17 '<(PRODUCT_DIR)',
18 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', 18 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
19 '--brave-new-test-launcher', 19 '--brave-new-test-launcher',
20 '--test-launcher-bot-mode', 20 '--test-launcher-bot-mode',
21 ], 21 ],
22 'isolate_dependency_tracked': [ 22 'files': [
23 '../testing/xvfb.py', 23 '../testing/xvfb.py',
24 ], 24 ],
25 }, 25 },
26 }], 26 }],
27 ['OS=="linux" and use_ozone==0', { 27 ['OS=="linux" and use_ozone==0', {
28 'variables': { 28 'variables': {
29 'isolate_dependency_tracked': [ 29 'files': [
30 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 30 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
31 ], 31 ],
32 }, 32 },
33 }], 33 }],
34 ['OS=="linux" or OS=="mac" or OS=="win"', { 34 ['OS=="linux" or OS=="mac" or OS=="win"', {
35 'variables': { 35 'variables': {
36 'isolate_dependency_tracked': [ 36 'files': [
37 '../testing/test_env.py', 37 '../testing/test_env.py',
38 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', 38 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
39 ], 39 ],
40 'read_only': 1, 40 'read_only': 1,
41 }, 41 },
42 }], 42 }],
43 ['OS=="mac" or OS=="win"', { 43 ['OS=="mac" or OS=="win"', {
44 'variables': { 44 'variables': {
45 'command': [ 45 'command': [
46 '../testing/test_env.py', 46 '../testing/test_env.py',
47 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', 47 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
48 '--brave-new-test-launcher', 48 '--brave-new-test-launcher',
49 '--test-launcher-bot-mode', 49 '--test-launcher-bot-mode',
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)/base_unittests.exe.pdb', 56 '<(PRODUCT_DIR)/base_unittests.exe.pdb',
57 ], 57 ],
58 }, 58 },
59 }], 59 }],
60 ], 60 ],
61 'includes': [ 61 'includes': [
62 'base.isolate', 62 'base.isolate',
63 ], 63 ],
64 } 64 }
OLDNEW
« no previous file with comments | « base/base.isolate ('k') | breakpad/breakpad_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698