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

Side by Side Diff: chrome/interactive_ui_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 | « chrome/browser_tests.isolate ('k') | chrome/sync_integration_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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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=="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 18 matching lines...) Expand all
29 '../net/tools/testserver/testserver.py', 29 '../net/tools/testserver/testserver.py',
30 '../net/tools/testserver/testserver_base.py', 30 '../net/tools/testserver/testserver_base.py',
31 '../testing/test_env.py', 31 '../testing/test_env.py',
32 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)', 32 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)',
33 '<(PRODUCT_DIR)/resources.pak', 33 '<(PRODUCT_DIR)/resources.pak',
34 ], 34 ],
35 'isolate_dependency_untracked': [ 35 'isolate_dependency_untracked': [
36 '../third_party/pyftpdlib/', 36 '../third_party/pyftpdlib/',
37 '../third_party/pywebsocket/src/mod_pywebsocket/', 37 '../third_party/pywebsocket/src/mod_pywebsocket/',
38 '../third_party/tlslite/tlslite/', 38 '../third_party/tlslite/tlslite/',
39 '../tools/swarm_client/', 39 '../tools/swarming_client/',
40 'test/data/', 40 'test/data/',
41 ], 41 ],
42 }, 42 },
43 }], 43 }],
44 ['OS=="linux" or OS=="win"', { 44 ['OS=="linux" or OS=="win"', {
45 'variables': { 45 'variables': {
46 'isolate_dependency_tracked': [ 46 'isolate_dependency_tracked': [
47 '<(PRODUCT_DIR)/chrome_100_percent.pak', 47 '<(PRODUCT_DIR)/chrome_100_percent.pak',
48 '<(PRODUCT_DIR)/locales/en-US.pak', 48 '<(PRODUCT_DIR)/locales/en-US.pak',
49 '<(PRODUCT_DIR)/locales/fr.pak', 49 '<(PRODUCT_DIR)/locales/fr.pak',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 '<(PRODUCT_DIR)/libGLESv2.dll', 81 '<(PRODUCT_DIR)/libGLESv2.dll',
82 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', 82 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll',
83 ], 83 ],
84 'isolate_dependency_untracked': [ 84 'isolate_dependency_untracked': [
85 '../third_party/python_26/', 85 '../third_party/python_26/',
86 ], 86 ],
87 }, 87 },
88 }], 88 }],
89 ], 89 ],
90 } 90 }
OLDNEW
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/sync_integration_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698