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

Side by Side Diff: third_party/mojo/mojo_edk_tests.gyp

Issue 1239153002: Convert mojo_public_environment_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
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
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 { 5 {
6 'includes': [ 6 'includes': [
7 'mojo_variables.gypi', 7 'mojo_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 'dependencies': [ 281 'dependencies': [
282 'mojo_public_bindings_unittests', 282 'mojo_public_bindings_unittests',
283 ], 283 ],
284 'includes': [ 284 'includes': [
285 '../../build/isolate.gypi', 285 '../../build/isolate.gypi',
286 ], 286 ],
287 'sources': [ 287 'sources': [
288 'mojo_public_bindings_unittests.isolate', 288 'mojo_public_bindings_unittests.isolate',
289 ], 289 ],
290 }, 290 },
291 {
292 'target_name': 'mojo_public_environment_unittests_run',
293 'type': 'none',
294 'dependencies': [
295 'mojo_public_environment_unittests',
296 ],
297 'includes': [
298 '../../build/isolate.gypi',
299 ],
300 'sources': [
301 'mojo_public_environment_unittests.isolate',
302 ],
303 },
291 ], 304 ],
292 }], 305 }],
293 ], 306 ],
294 } 307 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | third_party/mojo/mojo_public_environment_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698