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

Side by Side Diff: mojo/mojo_base.gyp

Issue 1235763002: Convert mojo_common_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
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 | « no previous file | mojo/mojo_common_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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # Essential components (and their tests) that are needed to build 5 # Essential components (and their tests) that are needed to build
6 # Chrome should be here. Other components that are useful only in 6 # Chrome should be here. Other components that are useful only in
7 # Mojo land like mojo_shell should be in mojo.gyp. 7 # Mojo land like mojo_shell should be in mojo.gyp.
8 { 8 {
9 'includes': [ 9 'includes': [
10 '../third_party/mojo/mojo_variables.gypi', 10 '../third_party/mojo/mojo_variables.gypi',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'dependencies': [ 336 'dependencies': [
337 '../base/base.gyp:base_java', 337 '../base/base.gyp:base_java',
338 'libmojo_system_java', 338 'libmojo_system_java',
339 '../third_party/mojo/mojo_public.gyp:mojo_public_java', 339 '../third_party/mojo/mojo_public.gyp:mojo_public_java',
340 ], 340 ],
341 'variables': { 341 'variables': {
342 'java_in_dir': '<(DEPTH)/mojo/android/system', 342 'java_in_dir': '<(DEPTH)/mojo/android/system',
343 }, 343 },
344 'includes': [ '../build/java.gypi' ], 344 'includes': [ '../build/java.gypi' ],
345 }, 345 },
346 ] 346 ],
347 }] 347 }],
348 ['test_isolation_mode != "noop"', {
349 'targets': [
350 {
351 'target_name': 'mojo_common_unittests_run',
352 'type': 'none',
353 'dependencies': [
354 'mojo_common_unittests',
355 ],
356 'includes': [
357 '../build/isolate.gypi',
358 ],
359 'sources': [
360 'mojo_common_unittests.isolate',
361 ],
362 },
363 ],
364 }],
348 ] 365 ]
349 } 366 }
OLDNEW
« no previous file with comments | « no previous file | mojo/mojo_common_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698