| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 'edk/js/tests/js_to_cpp_tests.cc', | 297 'edk/js/tests/js_to_cpp_tests.cc', |
| 298 ], | 298 ], |
| 299 }, | 299 }, |
| 300 { | 300 { |
| 301 'target_name': 'mojo_js_to_cpp_bindings', | 301 'target_name': 'mojo_js_to_cpp_bindings', |
| 302 'type': 'none', | 302 'type': 'none', |
| 303 'variables': { | 303 'variables': { |
| 304 'mojom_files': [ | 304 'mojom_files': [ |
| 305 'edk/js/tests/js_to_cpp.mojom', | 305 'edk/js/tests/js_to_cpp.mojom', |
| 306 ], | 306 ], |
| 307 'use_new_wrapper_types': 'false', | |
| 308 }, | 307 }, |
| 309 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], | 308 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
| 310 }, | 309 }, |
| 311 ], | 310 ], |
| 312 'conditions': [ | 311 'conditions': [ |
| 313 ['test_isolation_mode != "noop"', { | 312 ['test_isolation_mode != "noop"', { |
| 314 'targets': [ | 313 'targets': [ |
| 315 { | 314 { |
| 316 'target_name': 'mojo_public_bindings_unittests_run', | 315 'target_name': 'mojo_public_bindings_unittests_run', |
| 317 'type': 'none', | 316 'type': 'none', |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 ], | 388 ], |
| 390 'variables': { | 389 'variables': { |
| 391 'test_suite_name': 'mojo_system_unittests', | 390 'test_suite_name': 'mojo_system_unittests', |
| 392 }, | 391 }, |
| 393 'includes': [ '../build/apk_test.gypi' ], | 392 'includes': [ '../build/apk_test.gypi' ], |
| 394 }, | 393 }, |
| 395 ], | 394 ], |
| 396 }], | 395 }], |
| 397 ], | 396 ], |
| 398 } | 397 } |
| OLD | NEW |