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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 'sources': [ | 412 'sources': [ |
413 'public/interfaces/bindings/tests/struct_with_traits.mojom', | 413 'public/interfaces/bindings/tests/struct_with_traits.mojom', |
414 'public/cpp/bindings/tests/struct_with_traits_impl_traits.cc', | 414 'public/cpp/bindings/tests/struct_with_traits_impl_traits.cc', |
415 ], | 415 ], |
416 'includes': [ 'mojom_bindings_generator.gypi' ], | 416 'includes': [ 'mojom_bindings_generator.gypi' ], |
417 }, | 417 }, |
418 { | 418 { |
419 'target_name': 'mojo_public_test_interfaces_mojom_blink', | 419 'target_name': 'mojo_public_test_interfaces_mojom_blink', |
420 'type': 'none', | 420 'type': 'none', |
421 'variables': { | 421 'variables': { |
422 'mojom_variant': 'wtf', | |
423 'for_blink': 'true', | 422 'for_blink': 'true', |
424 'mojom_typemaps': [ | 423 'mojom_typemaps': [ |
425 'public/cpp/bindings/tests/rect_blink.typemap', | 424 'public/cpp/bindings/tests/rect_blink.typemap', |
426 'public/cpp/bindings/tests/test_native_types_blink.typemap', | 425 'public/cpp/bindings/tests/test_native_types_blink.typemap', |
427 ], | 426 ], |
428 'mojom_files': '<(mojo_public_test_interfaces_mojom_files)', | 427 'mojom_files': '<(mojo_public_test_interfaces_mojom_files)', |
429 }, | 428 }, |
430 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], | 429 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
431 }, | 430 }, |
432 { | 431 { |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 'type': 'static_library', | 490 'type': 'static_library', |
492 'sources': [ | 491 'sources': [ |
493 'public/interfaces/bindings/tests/test_wtf_types.mojom', | 492 'public/interfaces/bindings/tests/test_wtf_types.mojom', |
494 ], | 493 ], |
495 'includes': [ 'mojom_bindings_generator.gypi' ], | 494 'includes': [ 'mojom_bindings_generator.gypi' ], |
496 }, | 495 }, |
497 { | 496 { |
498 'target_name': 'mojo_public_test_wtf_types_blink', | 497 'target_name': 'mojo_public_test_wtf_types_blink', |
499 'type': 'static_library', | 498 'type': 'static_library', |
500 'variables': { | 499 'variables': { |
501 'mojom_variant': 'wtf', | |
502 'for_blink': 'true', | 500 'for_blink': 'true', |
503 }, | 501 }, |
504 'sources': [ | 502 'sources': [ |
505 'public/interfaces/bindings/tests/test_wtf_types.mojom', | 503 'public/interfaces/bindings/tests/test_wtf_types.mojom', |
506 ], | 504 ], |
507 'includes': [ 'mojom_bindings_generator.gypi' ], | 505 'includes': [ 'mojom_bindings_generator.gypi' ], |
508 }, | 506 }, |
509 ], | 507 ], |
510 'conditions': [ | 508 'conditions': [ |
511 ['OS == "android"', { | 509 ['OS == "android"', { |
(...skipping 27 matching lines...) Expand all Loading... |
539 'mojo_interface_bindings_java_sources', | 537 'mojo_interface_bindings_java_sources', |
540 'mojo_public_java', | 538 'mojo_public_java', |
541 '<(DEPTH)/base/base.gyp:base_java', | 539 '<(DEPTH)/base/base.gyp:base_java', |
542 ], | 540 ], |
543 'includes': [ '../build/java.gypi' ], | 541 'includes': [ '../build/java.gypi' ], |
544 }, | 542 }, |
545 ], | 543 ], |
546 }], | 544 }], |
547 ], | 545 ], |
548 } | 546 } |
OLD | NEW |