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', |
307 }, | 308 }, |
308 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], | 309 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
309 }, | 310 }, |
310 ], | 311 ], |
311 'conditions': [ | 312 'conditions': [ |
312 ['test_isolation_mode != "noop"', { | 313 ['test_isolation_mode != "noop"', { |
313 'targets': [ | 314 'targets': [ |
314 { | 315 { |
315 'target_name': 'mojo_public_bindings_unittests_run', | 316 'target_name': 'mojo_public_bindings_unittests_run', |
316 'type': 'none', | 317 'type': 'none', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 ], | 389 ], |
389 'variables': { | 390 'variables': { |
390 'test_suite_name': 'mojo_system_unittests', | 391 'test_suite_name': 'mojo_system_unittests', |
391 }, | 392 }, |
392 'includes': [ '../build/apk_test.gypi' ], | 393 'includes': [ '../build/apk_test.gypi' ], |
393 }, | 394 }, |
394 ], | 395 ], |
395 }], | 396 }], |
396 ], | 397 ], |
397 } | 398 } |
OLD | NEW |