| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 'dependencies': [ | 319 'dependencies': [ |
| 320 'mojo_public_system_unittests', | 320 'mojo_public_system_unittests', |
| 321 ], | 321 ], |
| 322 'includes': [ | 322 'includes': [ |
| 323 '../build/isolate.gypi', | 323 '../build/isolate.gypi', |
| 324 ], | 324 ], |
| 325 'sources': [ | 325 'sources': [ |
| 326 'mojo_public_system_unittests.isolate', | 326 'mojo_public_system_unittests.isolate', |
| 327 ], | 327 ], |
| 328 }, | 328 }, |
| 329 { |
| 330 'target_name': 'mojo_js_unittests_run', |
| 331 'type': 'none', |
| 332 'dependencies': [ |
| 333 'mojo_js_unittests', |
| 334 ], |
| 335 'includes': [ |
| 336 '../build/isolate.gypi', |
| 337 ], |
| 338 'sources': [ |
| 339 'mojo_js_unittests.isolate', |
| 340 ], |
| 341 }, |
| 342 { |
| 343 'target_name': 'mojo_js_integration_tests_run', |
| 344 'type': 'none', |
| 345 'dependencies': [ |
| 346 'mojo_js_integration_tests', |
| 347 ], |
| 348 'includes': [ |
| 349 '../build/isolate.gypi', |
| 350 ], |
| 351 'sources': [ |
| 352 'mojo_js_integration_tests.isolate', |
| 353 ], |
| 354 }, |
| 355 { |
| 356 'target_name': 'mojo_system_unittests_run', |
| 357 'type': 'none', |
| 358 'dependencies': [ |
| 359 'mojo_system_unittests', |
| 360 ], |
| 361 'includes': [ |
| 362 '../build/isolate.gypi', |
| 363 ], |
| 364 'sources': [ |
| 365 'mojo_system_unittests.isolate', |
| 366 ], |
| 367 }, |
| 329 ], | 368 ], |
| 330 }], | 369 }], |
| 331 ], | 370 ], |
| 332 } | 371 } |
| OLD | NEW |