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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
475 'target_name': 'mojo_cpp_bindings_wtf_support', | 475 'target_name': 'mojo_cpp_bindings_wtf_support', |
476 'type': 'static_library', | 476 'type': 'static_library', |
477 'include_dirs': [ | 477 'include_dirs': [ |
478 '..' | 478 '..' |
479 ], | 479 ], |
480 'sources': [ | 480 'sources': [ |
481 'public/cpp/bindings/array_traits_wtf.h', | 481 'public/cpp/bindings/array_traits_wtf.h', |
482 'public/cpp/bindings/array_traits_wtf_vector.h', | 482 'public/cpp/bindings/array_traits_wtf_vector.h', |
483 'public/cpp/bindings/lib/string_traits_wtf.cc', | 483 'public/cpp/bindings/lib/string_traits_wtf.cc', |
484 'public/cpp/bindings/lib/wtf_serialization.h', | 484 'public/cpp/bindings/lib/wtf_serialization.h', |
| 485 'public/cpp/bindings/map_traits_wtf.h', |
485 'public/cpp/bindings/string_traits_wtf.h', | 486 'public/cpp/bindings/string_traits_wtf.h', |
486 'public/cpp/bindings/wtf_array.h', | 487 'public/cpp/bindings/wtf_array.h', |
| 488 'public/cpp/bindings/wtf_map.h', |
487 ], | 489 ], |
488 'dependencies': [ | 490 'dependencies': [ |
489 'mojo_cpp_bindings', | 491 'mojo_cpp_bindings', |
490 '../third_party/WebKit/Source/config.gyp:config', | 492 '../third_party/WebKit/Source/config.gyp:config', |
491 '../third_party/WebKit/Source/wtf/wtf.gyp:wtf', | 493 '../third_party/WebKit/Source/wtf/wtf.gyp:wtf', |
492 ], | 494 ], |
493 'export_dependent_settings': [ | 495 'export_dependent_settings': [ |
494 'mojo_cpp_bindings', | 496 'mojo_cpp_bindings', |
495 '../third_party/WebKit/Source/config.gyp:config', | 497 '../third_party/WebKit/Source/config.gyp:config', |
496 ], | 498 ], |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 }, | 534 }, |
533 'sources': [ | 535 'sources': [ |
534 'public/interfaces/bindings/tests/test_wtf_types.mojom', | 536 'public/interfaces/bindings/tests/test_wtf_types.mojom', |
535 ], | 537 ], |
536 'includes': [ 'mojom_bindings_generator.gypi' ], | 538 'includes': [ 'mojom_bindings_generator.gypi' ], |
537 }, | 539 }, |
538 ], | 540 ], |
539 }], | 541 }], |
540 ], | 542 ], |
541 } | 543 } |
OLD | NEW |