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

Side by Side Diff: ipc/ipc.gyp

Issue 1217213002: Convert ipc_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2_aura_unittests
Patch Set: Created 5 years, 5 months 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/gn_migration.gypi ('k') | ipc/ipc_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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ipc.gypi', 10 'ipc.gypi',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'type': 'none', 191 'type': 'none',
192 'dependencies': [ 192 'dependencies': [
193 'ipc_perftests', 193 'ipc_perftests',
194 ], 194 ],
195 'variables': { 195 'variables': {
196 'test_suite_name': 'ipc_perftests', 196 'test_suite_name': 'ipc_perftests',
197 }, 197 },
198 'includes': [ '../build/apk_test.gypi' ], 198 'includes': [ '../build/apk_test.gypi' ],
199 }], 199 }],
200 }], 200 }],
201 ['test_isolation_mode != "noop"', {
202 'targets': [
203 {
204 'target_name': 'ipc_tests_run',
205 'type': 'none',
206 'dependencies': [
207 'ipc_tests',
208 ],
209 'includes': [
210 '../build/isolate.gypi',
211 ],
212 'sources': [
213 'ipc_tests.isolate',
214 ],
215 },
216 ],
217 }],
201 ], 218 ],
202 } 219 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | ipc/ipc_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698