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

Side by Side Diff: chrome/unit_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/sync_integration_tests.isolate ('k') | content/content_browsertests.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=="android" or OS=="linux"', { 6 ['OS=="android" or OS=="linux"', {
7 'variables': { 7 'variables': {
8 'isolate_dependency_untracked': [ 8 'isolate_dependency_untracked': [
9 '<(PRODUCT_DIR)/test_data/', 9 '<(PRODUCT_DIR)/test_data/',
10 ], 10 ],
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'isolate_dependency_tracked': [ 60 'isolate_dependency_tracked': [
61 '../testing/test_env.py', 61 '../testing/test_env.py',
62 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', 62 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
63 'browser/safe_browsing/two_phase_testserver.py', 63 'browser/safe_browsing/two_phase_testserver.py',
64 ], 64 ],
65 'isolate_dependency_untracked': [ 65 'isolate_dependency_untracked': [
66 '../net/tools/testserver/', 66 '../net/tools/testserver/',
67 '../third_party/pyftpdlib/', 67 '../third_party/pyftpdlib/',
68 '../third_party/pywebsocket/', 68 '../third_party/pywebsocket/',
69 '../third_party/tlslite/', 69 '../third_party/tlslite/',
70 '../tools/swarm_client/', 70 '../tools/swarming_client/',
71 '<(PRODUCT_DIR)/pyproto/', 71 '<(PRODUCT_DIR)/pyproto/',
72 ], 72 ],
73 }, 73 },
74 }], 74 }],
75 ['OS=="mac"', { 75 ['OS=="mac"', {
76 'variables': { 76 'variables': {
77 'isolate_dependency_tracked': [ 77 'isolate_dependency_tracked': [
78 '<(PRODUCT_DIR)/ffmpegsumo.so', 78 '<(PRODUCT_DIR)/ffmpegsumo.so',
79 ], 79 ],
80 'isolate_dependency_untracked': [ 80 'isolate_dependency_untracked': [
(...skipping 25 matching lines...) Expand all
106 'isolate_dependency_untracked': [ 106 'isolate_dependency_untracked': [
107 '../ppapi/lib/gl/include/KHR/', 107 '../ppapi/lib/gl/include/KHR/',
108 '../skia/ext/data/', 108 '../skia/ext/data/',
109 '../third_party/python_26/', 109 '../third_party/python_26/',
110 '../ui/base/glib/', 110 '../ui/base/glib/',
111 ], 111 ],
112 }, 112 },
113 }], 113 }],
114 ], 114 ],
115 } 115 }
OLDNEW
« no previous file with comments | « chrome/sync_integration_tests.isolate ('k') | content/content_browsertests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698