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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 'include_dirs': [ | 241 'include_dirs': [ |
242 '..' | 242 '..' |
243 ], | 243 ], |
244 'sources': [ | 244 'sources': [ |
245 'public/bindings/allocation_scope.h', | 245 'public/bindings/allocation_scope.h', |
246 'public/bindings/array.h', | 246 'public/bindings/array.h', |
247 'public/bindings/buffer.h', | 247 'public/bindings/buffer.h', |
248 'public/bindings/callback.h', | 248 'public/bindings/callback.h', |
249 'public/bindings/error_handler.h', | 249 'public/bindings/error_handler.h', |
250 'public/bindings/interface.h', | 250 'public/bindings/interface.h', |
| 251 'public/bindings/js/defaults.cc', |
| 252 'public/bindings/js/defaults.h', |
251 'public/bindings/message.h', | 253 'public/bindings/message.h', |
252 'public/bindings/passable.h', | 254 'public/bindings/passable.h', |
253 'public/bindings/remote_ptr.h', | 255 'public/bindings/remote_ptr.h', |
254 'public/bindings/sync_dispatcher.h', | 256 'public/bindings/sync_dispatcher.h', |
255 'public/bindings/type_converter.h', | 257 'public/bindings/type_converter.h', |
256 'public/bindings/lib/array.cc', | 258 'public/bindings/lib/array.cc', |
257 'public/bindings/lib/array_internal.h', | 259 'public/bindings/lib/array_internal.h', |
258 'public/bindings/lib/array_internal.cc', | 260 'public/bindings/lib/array_internal.cc', |
259 'public/bindings/lib/bindings_internal.h', | 261 'public/bindings/lib/bindings_internal.h', |
260 'public/bindings/lib/bindings_serialization.cc', | 262 'public/bindings/lib/bindings_serialization.cc', |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 'mojo_bindings', | 362 'mojo_bindings', |
361 'mojo_system', | 363 'mojo_system', |
362 ], | 364 ], |
363 'export_dependent_settings': [ | 365 'export_dependent_settings': [ |
364 'mojo_bindings', | 366 'mojo_bindings', |
365 'mojo_system', | 367 'mojo_system', |
366 ], | 368 ], |
367 }, | 369 }, |
368 ], | 370 ], |
369 } | 371 } |
OLD | NEW |