OLD | NEW |
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 'target_defaults' : { | 9 'target_defaults' : { |
10 'include_dirs': [ | 10 'include_dirs': [ |
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 'public/interfaces/bindings/tests/sample_factory.mojom', | 359 'public/interfaces/bindings/tests/sample_factory.mojom', |
360 'public/interfaces/bindings/tests/sample_import.mojom', | 360 'public/interfaces/bindings/tests/sample_import.mojom', |
361 'public/interfaces/bindings/tests/sample_import2.mojom', | 361 'public/interfaces/bindings/tests/sample_import2.mojom', |
362 'public/interfaces/bindings/tests/sample_interfaces.mojom', | 362 'public/interfaces/bindings/tests/sample_interfaces.mojom', |
363 'public/interfaces/bindings/tests/sample_service.mojom', | 363 'public/interfaces/bindings/tests/sample_service.mojom', |
364 'public/interfaces/bindings/tests/scoping.mojom', | 364 'public/interfaces/bindings/tests/scoping.mojom', |
365 'public/interfaces/bindings/tests/serialization_test_structs.mojom', | 365 'public/interfaces/bindings/tests/serialization_test_structs.mojom', |
366 'public/interfaces/bindings/tests/test_constants.mojom', | 366 'public/interfaces/bindings/tests/test_constants.mojom', |
367 'public/interfaces/bindings/tests/test_native_types.mojom', | 367 'public/interfaces/bindings/tests/test_native_types.mojom', |
368 'public/interfaces/bindings/tests/test_structs.mojom', | 368 'public/interfaces/bindings/tests/test_structs.mojom', |
| 369 'public/interfaces/bindings/tests/test_sync_methods.mojom', |
369 'public/interfaces/bindings/tests/test_unions.mojom', | 370 'public/interfaces/bindings/tests/test_unions.mojom', |
370 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', | 371 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', |
371 ], | 372 ], |
372 }, | 373 }, |
373 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], | 374 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
374 }, | 375 }, |
375 { | 376 { |
376 'target_name': 'mojo_public_test_interfaces_mojom_blink', | 377 'target_name': 'mojo_public_test_interfaces_mojom_blink', |
377 'type': 'none', | 378 'type': 'none', |
378 'variables': { | 379 'variables': { |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
501 'mojo_interface_bindings_java_sources', | 502 'mojo_interface_bindings_java_sources', |
502 'mojo_public_java', | 503 'mojo_public_java', |
503 '<(DEPTH)/base/base.gyp:base_java', | 504 '<(DEPTH)/base/base.gyp:base_java', |
504 ], | 505 ], |
505 'includes': [ '../build/java.gypi' ], | 506 'includes': [ '../build/java.gypi' ], |
506 }, | 507 }, |
507 ], | 508 ], |
508 }], | 509 }], |
509 ], | 510 ], |
510 } | 511 } |
OLD | NEW |