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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 'public/interfaces/bindings/tests/rect.mojom', | 364 'public/interfaces/bindings/tests/rect.mojom', |
365 'public/interfaces/bindings/tests/regression_tests.mojom', | 365 'public/interfaces/bindings/tests/regression_tests.mojom', |
366 'public/interfaces/bindings/tests/sample_factory.mojom', | 366 'public/interfaces/bindings/tests/sample_factory.mojom', |
367 'public/interfaces/bindings/tests/sample_import.mojom', | 367 'public/interfaces/bindings/tests/sample_import.mojom', |
368 'public/interfaces/bindings/tests/sample_import2.mojom', | 368 'public/interfaces/bindings/tests/sample_import2.mojom', |
369 'public/interfaces/bindings/tests/sample_interfaces.mojom', | 369 'public/interfaces/bindings/tests/sample_interfaces.mojom', |
370 'public/interfaces/bindings/tests/sample_service.mojom', | 370 'public/interfaces/bindings/tests/sample_service.mojom', |
371 'public/interfaces/bindings/tests/scoping.mojom', | 371 'public/interfaces/bindings/tests/scoping.mojom', |
372 'public/interfaces/bindings/tests/serialization_test_structs.mojom', | 372 'public/interfaces/bindings/tests/serialization_test_structs.mojom', |
373 'public/interfaces/bindings/tests/test_constants.mojom', | 373 'public/interfaces/bindings/tests/test_constants.mojom', |
| 374 'public/interfaces/bindings/tests/test_native_types.mojom', |
374 'public/interfaces/bindings/tests/test_structs.mojom', | 375 'public/interfaces/bindings/tests/test_structs.mojom', |
375 'public/interfaces/bindings/tests/test_sync_methods.mojom', | 376 'public/interfaces/bindings/tests/test_sync_methods.mojom', |
376 'public/interfaces/bindings/tests/test_unions.mojom', | 377 'public/interfaces/bindings/tests/test_unions.mojom', |
377 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', | 378 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', |
378 ], | 379 ], |
379 }, | 380 }, |
380 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], | 381 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
381 }, | 382 }, |
382 { | 383 { |
383 'target_name': 'mojo_public_test_interfaces_struct_traits', | 384 'target_name': 'mojo_public_test_interfaces_struct_traits', |
(...skipping 10 matching lines...) Expand all Loading... |
394 }, | 395 }, |
395 { | 396 { |
396 'target_name': 'mojo_public_test_interfaces_mojom_blink', | 397 'target_name': 'mojo_public_test_interfaces_mojom_blink', |
397 'type': 'none', | 398 'type': 'none', |
398 'variables': { | 399 'variables': { |
399 'mojom_variant': 'blink', | 400 'mojom_variant': 'blink', |
400 'mojom_extra_generator_args': [ | 401 'mojom_extra_generator_args': [ |
401 '--typemap', '<(DEPTH)/mojo/public/interfaces/bindings/tests/blink_tes
t.typemap', | 402 '--typemap', '<(DEPTH)/mojo/public/interfaces/bindings/tests/blink_tes
t.typemap', |
402 ], | 403 ], |
403 'mojom_files': [ | 404 'mojom_files': [ |
| 405 'public/interfaces/bindings/tests/math_calculator.mojom', |
| 406 'public/interfaces/bindings/tests/no_module.mojom', |
| 407 'public/interfaces/bindings/tests/ping_service.mojom', |
| 408 'public/interfaces/bindings/tests/rect.mojom', |
| 409 'public/interfaces/bindings/tests/regression_tests.mojom', |
| 410 'public/interfaces/bindings/tests/sample_factory.mojom', |
| 411 'public/interfaces/bindings/tests/sample_import.mojom', |
| 412 'public/interfaces/bindings/tests/sample_import2.mojom', |
| 413 'public/interfaces/bindings/tests/sample_interfaces.mojom', |
| 414 'public/interfaces/bindings/tests/sample_service.mojom', |
| 415 'public/interfaces/bindings/tests/scoping.mojom', |
| 416 'public/interfaces/bindings/tests/serialization_test_structs.mojom', |
| 417 'public/interfaces/bindings/tests/test_constants.mojom', |
404 'public/interfaces/bindings/tests/test_native_types.mojom', | 418 'public/interfaces/bindings/tests/test_native_types.mojom', |
| 419 'public/interfaces/bindings/tests/test_structs.mojom', |
| 420 'public/interfaces/bindings/tests/test_sync_methods.mojom', |
| 421 'public/interfaces/bindings/tests/test_unions.mojom', |
| 422 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', |
405 ], | 423 ], |
406 }, | 424 }, |
407 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], | 425 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
408 'dependencies': [ | 426 'dependencies': [ |
409 'mojo_public_test_interfaces_mojom', | 427 'mojo_public_test_interfaces_mojom', |
410 ], | 428 ], |
411 }, | 429 }, |
412 { | 430 { |
413 'target_name': 'mojo_public_test_interfaces_mojom_chromium', | 431 'target_name': 'mojo_public_test_interfaces_mojom_chromium', |
414 'type': 'none', | 432 'type': 'none', |
415 'variables': { | 433 'variables': { |
416 'mojom_variant': 'chromium', | 434 'mojom_variant': 'chromium', |
417 'mojom_extra_generator_args': [ | 435 'mojom_extra_generator_args': [ |
418 '--typemap', '<(DEPTH)/mojo/public/interfaces/bindings/tests/chromium_
test.typemap', | 436 '--typemap', '<(DEPTH)/mojo/public/interfaces/bindings/tests/chromium_
test.typemap', |
419 ], | 437 ], |
420 'mojom_files': [ | 438 'mojom_files': [ |
| 439 'public/interfaces/bindings/tests/math_calculator.mojom', |
| 440 'public/interfaces/bindings/tests/no_module.mojom', |
| 441 'public/interfaces/bindings/tests/ping_service.mojom', |
| 442 'public/interfaces/bindings/tests/rect.mojom', |
| 443 'public/interfaces/bindings/tests/regression_tests.mojom', |
| 444 'public/interfaces/bindings/tests/sample_factory.mojom', |
| 445 'public/interfaces/bindings/tests/sample_import.mojom', |
| 446 'public/interfaces/bindings/tests/sample_import2.mojom', |
| 447 'public/interfaces/bindings/tests/sample_interfaces.mojom', |
| 448 'public/interfaces/bindings/tests/sample_service.mojom', |
| 449 'public/interfaces/bindings/tests/scoping.mojom', |
| 450 'public/interfaces/bindings/tests/serialization_test_structs.mojom', |
| 451 'public/interfaces/bindings/tests/test_constants.mojom', |
421 'public/interfaces/bindings/tests/test_native_types.mojom', | 452 'public/interfaces/bindings/tests/test_native_types.mojom', |
| 453 'public/interfaces/bindings/tests/test_structs.mojom', |
| 454 'public/interfaces/bindings/tests/test_sync_methods.mojom', |
| 455 'public/interfaces/bindings/tests/test_unions.mojom', |
| 456 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', |
422 ], | 457 ], |
423 }, | 458 }, |
424 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], | 459 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
425 'dependencies': [ | 460 'dependencies': [ |
426 'mojo_public_test_interfaces_mojom', | 461 'mojo_public_test_interfaces_mojom', |
427 ], | 462 ], |
428 }, | 463 }, |
429 { | 464 { |
430 # GN version: //mojo/public/interfaces/bindings/tests:test_interfaces | 465 # GN version: //mojo/public/interfaces/bindings/tests:test_interfaces |
431 'target_name': 'mojo_public_test_interfaces', | 466 'target_name': 'mojo_public_test_interfaces', |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
553 'mojo_interface_bindings_java_sources', | 588 'mojo_interface_bindings_java_sources', |
554 'mojo_public_java', | 589 'mojo_public_java', |
555 '<(DEPTH)/base/base.gyp:base_java', | 590 '<(DEPTH)/base/base.gyp:base_java', |
556 ], | 591 ], |
557 'includes': [ '../build/java.gypi' ], | 592 'includes': [ '../build/java.gypi' ], |
558 }, | 593 }, |
559 ], | 594 ], |
560 }], | 595 }], |
561 ], | 596 ], |
562 } | 597 } |
OLD | NEW |