OLD | NEW |
1 { | 1 { |
2 'targets': [ | 2 'targets': [ |
3 { | 3 { |
4 'target_name': 'mojo_system', | 4 'target_name': 'mojo_system', |
5 'type': 'shared_library', | 5 'type': 'shared_library', |
6 'defines': [ | 6 'defines': [ |
7 'MOJO_SYSTEM_IMPLEMENTATION', | 7 'MOJO_SYSTEM_IMPLEMENTATION', |
8 ], | 8 ], |
9 'include_dirs': [ | 9 'include_dirs': [ |
10 '..', | 10 '..', |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 { | 158 { |
159 'target_name': 'mojo_bindings', | 159 'target_name': 'mojo_bindings', |
160 'type': 'static_library', | 160 'type': 'static_library', |
161 'include_dirs': [ | 161 'include_dirs': [ |
162 '..' | 162 '..' |
163 ], | 163 ], |
164 'sources': [ | 164 'sources': [ |
165 'public/bindings/allocation_scope.h', | 165 'public/bindings/allocation_scope.h', |
166 'public/bindings/array.h', | 166 'public/bindings/array.h', |
167 'public/bindings/buffer.h', | 167 'public/bindings/buffer.h', |
| 168 'public/bindings/error_handler.h', |
168 'public/bindings/passable.h', | 169 'public/bindings/passable.h', |
169 'public/bindings/remote_ptr.h', | 170 'public/bindings/remote_ptr.h', |
170 'public/bindings/type_converter.h', | 171 'public/bindings/type_converter.h', |
171 'public/bindings/lib/array.cc', | 172 'public/bindings/lib/array.cc', |
172 'public/bindings/lib/array_internal.h', | 173 'public/bindings/lib/array_internal.h', |
173 'public/bindings/lib/array_internal.cc', | 174 'public/bindings/lib/array_internal.cc', |
174 'public/bindings/lib/bindings_internal.h', | 175 'public/bindings/lib/bindings_internal.h', |
175 'public/bindings/lib/bindings_serialization.cc', | 176 'public/bindings/lib/bindings_serialization.cc', |
176 'public/bindings/lib/bindings_serialization.h', | 177 'public/bindings/lib/bindings_serialization.h', |
177 'public/bindings/lib/buffer.cc', | 178 'public/bindings/lib/buffer.cc', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 'public/shell/service.h', | 242 'public/shell/service.h', |
242 ], | 243 ], |
243 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], | 244 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], |
244 'export_dependent_settings': [ | 245 'export_dependent_settings': [ |
245 'mojo_bindings', | 246 'mojo_bindings', |
246 'mojo_system', | 247 'mojo_system', |
247 ], | 248 ], |
248 }, | 249 }, |
249 ], | 250 ], |
250 } | 251 } |
OLD | NEW |