| 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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 }, | 379 }, |
| 380 { | 380 { |
| 381 'target_name': 'mojo_public_test_associated_interfaces_mojom', | 381 'target_name': 'mojo_public_test_associated_interfaces_mojom', |
| 382 'type': 'none', | 382 'type': 'none', |
| 383 'variables': { | 383 'variables': { |
| 384 # These files are not included in the mojo_public_test_interfaces_mojom | 384 # These files are not included in the mojo_public_test_interfaces_mojom |
| 385 # target because associated interfaces are not supported by all bindings | 385 # target because associated interfaces are not supported by all bindings |
| 386 # languages yet. | 386 # languages yet. |
| 387 'mojom_files': [ | 387 'mojom_files': [ |
| 388 '../../mojo/public/interfaces/bindings/tests/test_associated_interface
s.mojom', | 388 '../../mojo/public/interfaces/bindings/tests/test_associated_interface
s.mojom', |
| 389 '../../mojo/public/interfaces/bindings/tests/validation_test_associate
d_interfaces.mojom', |
| 389 ], | 390 ], |
| 390 }, | 391 }, |
| 391 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], | 392 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
| 392 }, | 393 }, |
| 393 { | 394 { |
| 394 # GN version: //mojo/public/interfaces/bindings/tests:test_associated_inte
rfaces | 395 # GN version: //mojo/public/interfaces/bindings/tests:test_associated_inte
rfaces |
| 395 'target_name': 'mojo_public_test_associated_interfaces', | 396 'target_name': 'mojo_public_test_associated_interfaces', |
| 396 'type': 'static_library', | 397 'type': 'static_library', |
| 397 'export_dependent_settings': [ | 398 'export_dependent_settings': [ |
| 398 'mojo_cpp_bindings', | 399 'mojo_cpp_bindings', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 'dependencies': [ | 435 'dependencies': [ |
| 435 'mojo_interface_bindings_java_sources', | 436 'mojo_interface_bindings_java_sources', |
| 436 'mojo_public_java', | 437 'mojo_public_java', |
| 437 ], | 438 ], |
| 438 'includes': [ '../../build/java.gypi' ], | 439 'includes': [ '../../build/java.gypi' ], |
| 439 }, | 440 }, |
| 440 ], | 441 ], |
| 441 }], | 442 }], |
| 442 ], | 443 ], |
| 443 } | 444 } |
| OLD | NEW |