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

Side by Side Diff: content/content_browsertests.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 | « chrome/unit_tests.isolate ('k') | content/content_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"', { 6 ['OS=="android"', {
7 'variables': { 7 'variables': {
8 'isolate_dependency_tracked': [ 8 'isolate_dependency_tracked': [
9 '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak', 9 '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak',
10 ], 10 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 '../testing/test_env.py', 46 '../testing/test_env.py',
47 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)', 47 '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
48 ], 48 ],
49 'isolate_dependency_untracked': [ 49 'isolate_dependency_untracked': [
50 '../net/tools/testserver/', 50 '../net/tools/testserver/',
51 '../third_party/WebKit/Tools/Scripts/', 51 '../third_party/WebKit/Tools/Scripts/',
52 '../third_party/lighttpd/', 52 '../third_party/lighttpd/',
53 '../third_party/pyftpdlib/', 53 '../third_party/pyftpdlib/',
54 '../third_party/pywebsocket/', 54 '../third_party/pywebsocket/',
55 '../third_party/tlslite/', 55 '../third_party/tlslite/',
56 '../tools/swarm_client/', 56 '../tools/swarming_client/',
57 ], 57 ],
58 }, 58 },
59 }], 59 }],
60 ['OS=="mac"', { 60 ['OS=="mac"', {
61 'variables': { 61 'variables': {
62 'isolate_dependency_tracked': [ 62 'isolate_dependency_tracked': [
63 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', 63 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
64 '<(PRODUCT_DIR)/content_resources.pak', 64 '<(PRODUCT_DIR)/content_resources.pak',
65 '<(PRODUCT_DIR)/ffmpegsumo.so', 65 '<(PRODUCT_DIR)/ffmpegsumo.so',
66 '<(PRODUCT_DIR)/plugins/TestNestscapePlugin.plugin', 66 '<(PRODUCT_DIR)/plugins/TestNestscapePlugin.plugin',
(...skipping 27 matching lines...) Expand all
94 # The two directories below are only needed for 94 # The two directories below are only needed for
95 # WorkerXHRHttpLayoutTest.Tests which are currently disabled. 95 # WorkerXHRHttpLayoutTest.Tests which are currently disabled.
96 #'../third_party/cygwin/', 96 #'../third_party/cygwin/',
97 #'../third_party/perl/perl/', 97 #'../third_party/perl/perl/',
98 '../third_party/python_26/', 98 '../third_party/python_26/',
99 ], 99 ],
100 }, 100 },
101 }], 101 }],
102 ], 102 ],
103 } 103 }
OLDNEW
« no previous file with comments | « chrome/unit_tests.isolate ('k') | content/content_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698