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

Side by Side Diff: content/content_unittests.isolate

Issue 29993003: Use swarming_client instead of swarm_client. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebased Created 7 years, 1 month 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 | « content/content_browsertests.isolate ('k') | net/net_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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'isolate_dependency_untracked': [
9 '../media/test/data/', 9 '../media/test/data/',
10 '../webkit/data/', 10 '../webkit/data/',
11 'test/data/', 11 'test/data/',
12 ], 12 ],
13 }, 13 },
14 }], 14 }],
15 ['OS=="android" or OS=="mac" or OS=="win"', { 15 ['OS=="android" or OS=="mac" or OS=="win"', {
16 'variables': { 16 'variables': {
17 'isolate_dependency_tracked': [ 17 'isolate_dependency_tracked': [
18 '<(PRODUCT_DIR)/content_resources.pak', 18 '<(PRODUCT_DIR)/content_resources.pak',
19 ], 19 ],
20 }, 20 },
21 }], 21 }],
22 ['OS=="linux" or OS=="mac" or OS=="win"', { 22 ['OS=="linux" or OS=="mac" or OS=="win"', {
23 'variables': { 23 'variables': {
24 'isolate_dependency_tracked': [ 24 'isolate_dependency_tracked': [
25 '../testing/test_env.py', 25 '../testing/test_env.py',
26 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', 26 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
27 ], 27 ],
28 'isolate_dependency_untracked': [ 28 'isolate_dependency_untracked': [
29 '../tools/swarm_client/', 29 '../tools/swarming_client/',
30 ], 30 ],
31 }, 31 },
32 }], 32 }],
33 ['OS=="linux"', { 33 ['OS=="linux"', {
34 'variables': { 34 'variables': {
35 'command': [ 35 'command': [
36 '../testing/xvfb.py', 36 '../testing/xvfb.py',
37 '<(PRODUCT_DIR)', 37 '<(PRODUCT_DIR)',
38 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', 38 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
39 '--brave-new-test-launcher', 39 '--brave-new-test-launcher',
(...skipping 26 matching lines...) Expand all
66 ], 66 ],
67 'isolate_dependency_tracked': [ 67 'isolate_dependency_tracked': [
68 '<(PRODUCT_DIR)/aura_test_support_resources.pak', 68 '<(PRODUCT_DIR)/aura_test_support_resources.pak',
69 '<(PRODUCT_DIR)/ffmpegsumo.dll', 69 '<(PRODUCT_DIR)/ffmpegsumo.dll',
70 '<(PRODUCT_DIR)/icudt.dll', 70 '<(PRODUCT_DIR)/icudt.dll',
71 ], 71 ],
72 }, 72 },
73 }], 73 }],
74 ], 74 ],
75 } 75 }
OLDNEW
« no previous file with comments | « content/content_browsertests.isolate ('k') | net/net_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698