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

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

Issue 1231283003: Convert mojo_public_bindings_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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'target_name': 'mojo_js_to_cpp_bindings', 265 'target_name': 'mojo_js_to_cpp_bindings',
266 'type': 'none', 266 'type': 'none',
267 'variables': { 267 'variables': {
268 'mojom_files': [ 268 'mojom_files': [
269 'src/mojo/edk/js/tests/js_to_cpp.mojom', 269 'src/mojo/edk/js/tests/js_to_cpp.mojom',
270 ], 270 ],
271 }, 271 },
272 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], 272 'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
273 }, 273 },
274 ], 274 ],
275 'conditions': [
276 ['test_isolation_mode != "noop"', {
277 'targets': [
278 {
279 'target_name': 'mojo_public_bindings_unittests_run',
280 'type': 'none',
281 'dependencies': [
282 'mojo_public_bindings_unittests',
283 ],
284 'includes': [
285 '../../build/isolate.gypi',
286 ],
287 'sources': [
288 'mojo_public_bindings_unittests.isolate',
289 ],
290 },
291 ],
292 }],
293 ],
275 } 294 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | third_party/mojo/mojo_public_bindings_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698