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

Side by Side Diff: chrome/browser_tests.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 | « build/isolate.gypi ('k') | chrome/interactive_ui_tests.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=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/xvfb.py', 9 '../testing/xvfb.py',
10 '<(PRODUCT_DIR)', 10 '<(PRODUCT_DIR)',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'isolate_dependency_untracked': [ 60 'isolate_dependency_untracked': [
61 '../content/test/data/', 61 '../content/test/data/',
62 '../net/data/', 62 '../net/data/',
63 '../net/tools/testserver/', 63 '../net/tools/testserver/',
64 '../third_party/WebKit/Tools/Scripts/', 64 '../third_party/WebKit/Tools/Scripts/',
65 '../third_party/pyftpdlib/', 65 '../third_party/pyftpdlib/',
66 '../third_party/pywebsocket/', 66 '../third_party/pywebsocket/',
67 '../third_party/safe_browsing/', 67 '../third_party/safe_browsing/',
68 '../third_party/simplejson/', 68 '../third_party/simplejson/',
69 '../third_party/tlslite/', 69 '../third_party/tlslite/',
70 '../tools/swarm_client/', 70 '../tools/swarming_client/',
71 '<(PRODUCT_DIR)/nacl_test_data/', 71 '<(PRODUCT_DIR)/nacl_test_data/',
72 '<(PRODUCT_DIR)/pnacl/', 72 '<(PRODUCT_DIR)/pnacl/',
73 '<(PRODUCT_DIR)/pseudo_locales/', 73 '<(PRODUCT_DIR)/pseudo_locales/',
74 '<(PRODUCT_DIR)/pyproto/', 74 '<(PRODUCT_DIR)/pyproto/',
75 '<(PRODUCT_DIR)/test_data/chrome/', 75 '<(PRODUCT_DIR)/test_data/chrome/',
76 '<(PRODUCT_DIR)/test_data/ppapi/', 76 '<(PRODUCT_DIR)/test_data/ppapi/',
77 '<(PRODUCT_DIR)/test_url_loader_data/', 77 '<(PRODUCT_DIR)/test_url_loader_data/',
78 'common/extensions/docs/examples/apps/calculator/tests/', 78 'common/extensions/docs/examples/apps/calculator/tests/',
79 'test/data/', 79 'test/data/',
80 'third_party/mock4js/', 80 'third_party/mock4js/',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 ], 155 ],
156 'isolate_dependency_untracked': [ 156 'isolate_dependency_untracked': [
157 '../third_party/npapi/npspy/extern/plugin/', 157 '../third_party/npapi/npspy/extern/plugin/',
158 '../third_party/psyco_win32/psyco/', 158 '../third_party/psyco_win32/psyco/',
159 '../third_party/python_26/', 159 '../third_party/python_26/',
160 ], 160 ],
161 }, 161 },
162 }], 162 }],
163 ], 163 ],
164 } 164 }
OLDNEW
« no previous file with comments | « build/isolate.gypi ('k') | chrome/interactive_ui_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698