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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 { | 117 { |
118 # GN version: //mojo/public/cpp/bindings | 118 # GN version: //mojo/public/cpp/bindings |
119 'target_name': 'mojo_cpp_bindings', | 119 'target_name': 'mojo_cpp_bindings', |
120 'type': 'static_library', | 120 'type': 'static_library', |
121 'include_dirs': [ | 121 'include_dirs': [ |
122 '..' | 122 '..' |
123 ], | 123 ], |
124 'sources': [ | 124 'sources': [ |
125 'public/cpp/bindings/array.h', | 125 'public/cpp/bindings/array.h', |
126 'public/cpp/bindings/array_traits.h', | 126 'public/cpp/bindings/array_traits.h', |
| 127 'public/cpp/bindings/array_traits_carray.h', |
127 'public/cpp/bindings/array_traits_standard.h', | 128 'public/cpp/bindings/array_traits_standard.h', |
128 'public/cpp/bindings/array_traits_stl.h', | 129 'public/cpp/bindings/array_traits_stl.h', |
129 'public/cpp/bindings/associated_binding.h', | 130 'public/cpp/bindings/associated_binding.h', |
130 'public/cpp/bindings/associated_group.h', | 131 'public/cpp/bindings/associated_group.h', |
131 'public/cpp/bindings/associated_interface_ptr.h', | 132 'public/cpp/bindings/associated_interface_ptr.h', |
132 'public/cpp/bindings/associated_interface_ptr_info.h', | 133 'public/cpp/bindings/associated_interface_ptr_info.h', |
133 'public/cpp/bindings/associated_interface_request.h', | 134 'public/cpp/bindings/associated_interface_request.h', |
134 'public/cpp/bindings/binding.h', | 135 'public/cpp/bindings/binding.h', |
135 'public/cpp/bindings/binding_set.h', | 136 'public/cpp/bindings/binding_set.h', |
136 'public/cpp/bindings/callback.h', | 137 'public/cpp/bindings/callback.h', |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 }, | 533 }, |
533 'sources': [ | 534 'sources': [ |
534 'public/interfaces/bindings/tests/test_wtf_types.mojom', | 535 'public/interfaces/bindings/tests/test_wtf_types.mojom', |
535 ], | 536 ], |
536 'includes': [ 'mojom_bindings_generator.gypi' ], | 537 'includes': [ 'mojom_bindings_generator.gypi' ], |
537 }, | 538 }, |
538 ], | 539 ], |
539 }], | 540 }], |
540 ], | 541 ], |
541 } | 542 } |
OLD | NEW |