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

Side by Side Diff: cc/cc_unittests.isolate

Issue 854743002: Swarm cc_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « cc/cc_tests.gyp ('k') | testing/buildbot/chromium.linux.json » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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=="linux" or OS=="mac" or OS=="win"', {
7 'variables': { 7 'variables': {
8 'files': [ 8 'files': [
9 '../media/test/data/',
10 'test/data/', 9 'test/data/',
10 '../testing/test_env.py',
11 '<(PRODUCT_DIR)/cc_unittests<(EXECUTABLE_SUFFIX)',
11 ], 12 ],
12 }, 13 },
13 }], 14 }],
14 ['OS=="android"', {
15 'variables': {
16 'files': [
17 '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak',
18 ],
19 },
20 }],
21 ['OS=="linux" or OS=="mac" or OS=="win"', {
22 'variables': {
23 'files': [
24 '<(PRODUCT_DIR)/content_shell.pak',
25 ],
26 },
27 }],
28 ['OS=="linux" or OS=="mac" or OS=="win"', {
29 'variables': {
30 'files': [
31 '../testing/test_env.py',
32 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
33 ],
34 },
35 }],
36 ['OS=="linux"', { 15 ['OS=="linux"', {
37 'variables': { 16 'variables': {
38 'command': [ 17 'command': [
39 '../testing/xvfb.py', 18 '../testing/xvfb.py',
40 '<(PRODUCT_DIR)', 19 '<(PRODUCT_DIR)',
41 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', 20 '<(PRODUCT_DIR)/cc_unittests',
42 '--brave-new-test-launcher', 21 '--brave-new-test-launcher',
43 '--test-launcher-bot-mode', 22 '--test-launcher-bot-mode',
44 '--asan=<(asan)', 23 '--asan=<(asan)',
45 '--lsan=<(lsan)', 24 '--lsan=<(lsan)',
46 ], 25 ],
47 'files': [ 26 'files': [
48 '../testing/xvfb.py', 27 '../testing/xvfb.py',
49 '<(PRODUCT_DIR)/libffmpegsumo.so', 28 '<(PRODUCT_DIR)/libffmpegsumo.so',
50 '<(PRODUCT_DIR)/libosmesa.so', 29 '<(PRODUCT_DIR)/libosmesa.so',
30 '<(PRODUCT_DIR)/xdisplaycheck',
M-A Ruel 2015/01/15 23:39:17 Someone had been switching this condition on use_x
jam 2015/01/16 00:03:15 ah, I had removed it since ozone isn't using swarm
M-A Ruel 2015/01/16 00:16:37 Maybe it had broken compile? I don't mind really,
51 ], 31 ],
52 }, 32 },
53 }], 33 }],
54 ['OS=="linux" and use_ozone==0', {
55 'variables': {
56 'files': [
57 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
58 ],
59 },
60 }],
61 ['OS=="mac"', { 34 ['OS=="mac"', {
62 'variables': { 35 'variables': {
63 'command': [ 36 'command': [
64 '../testing/test_env.py', 37 '../testing/test_env.py',
65 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', 38 '<(PRODUCT_DIR)/cc_unittests',
66 '--brave-new-test-launcher', 39 '--brave-new-test-launcher',
67 '--test-launcher-bot-mode', 40 '--test-launcher-bot-mode',
68 '--asan=<(asan)', 41 '--asan=<(asan)',
69 '--lsan=<(lsan)', 42 '--lsan=<(lsan)',
70 ], 43 ],
71 'files': [ 44 'files': [
72 '<(PRODUCT_DIR)/ffmpegsumo.so', 45 '<(PRODUCT_DIR)/ffmpegsumo.so',
73 '<(PRODUCT_DIR)/osmesa.so', 46 '<(PRODUCT_DIR)/osmesa.so',
74 ], 47 ],
75 }, 48 },
76 }], 49 }],
77 ['OS=="win"', { 50 ['OS=="win"', {
78 'variables': { 51 'variables': {
79 'command': [ 52 'command': [
80 '../testing/test_env.py', 53 '../testing/test_env.py',
81 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', 54 '<(PRODUCT_DIR)/content_unittests.exe',
82 '--brave-new-test-launcher', 55 '--brave-new-test-launcher',
83 '--test-launcher-bot-mode', 56 '--test-launcher-bot-mode',
84 '--asan=<(asan)', 57 '--asan=<(asan)',
85 '--lsan=<(lsan)', 58 '--lsan=<(lsan)',
86 ], 59 ],
87 'files': [ 60 'files': [
88 '<(PRODUCT_DIR)/ffmpegsumo.dll', 61 '<(PRODUCT_DIR)/ffmpegsumo.dll',
89 '<(PRODUCT_DIR)/osmesa.dll', 62 '<(PRODUCT_DIR)/osmesa.dll',
90 ], 63 ],
91 }, 64 },
92 }], 65 }],
93 ['OS=="win" and (fastbuild==0 or fastbuild==1)', { 66 ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
94 'variables': { 67 'variables': {
95 'files': [ 68 'files': [
96 '<(PRODUCT_DIR)/content_unittests.exe.pdb', 69 '<(PRODUCT_DIR)/cc_unittests.exe.pdb',
97 ], 70 ],
98 }, 71 },
99 }], 72 }],
100 ], 73 ],
101 'includes': [ 74 'includes': [
102 '../base/base.isolate', 75 '../base/base.isolate',
103 '../gin/v8.isolate',
104 ], 76 ],
105 } 77 }
OLDNEW
« no previous file with comments | « cc/cc_tests.gyp ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698