OLD | NEW |
1 { | 1 { |
2 'targets': [ | 2 'targets': [ |
3 { | 3 { |
4 'target_name': 'mojo_system', | 4 'target_name': 'mojo_system', |
5 'type': 'static_library', | 5 'type': 'static_library', |
6 'defines': [ | 6 'defines': [ |
7 'MOJO_SYSTEM_IMPLEMENTATION', | 7 'MOJO_SYSTEM_IMPLEMENTATION', |
8 ], | 8 ], |
9 'include_dirs': [ | 9 'include_dirs': [ |
10 '..', | 10 '..', |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 ], | 263 ], |
264 'sources': [ | 264 'sources': [ |
265 'public/js/bindings/constants.cc', | 265 'public/js/bindings/constants.cc', |
266 'public/js/bindings/constants.h', | 266 'public/js/bindings/constants.h', |
267 ], | 267 ], |
268 }, | 268 }, |
269 { | 269 { |
270 'target_name': 'mojo_public_test_interfaces', | 270 'target_name': 'mojo_public_test_interfaces', |
271 'type': 'static_library', | 271 'type': 'static_library', |
272 'sources': [ | 272 'sources': [ |
| 273 'public/interfaces/bindings/tests/js_to_cpp.mojom', |
273 'public/interfaces/bindings/tests/math_calculator.mojom', | 274 'public/interfaces/bindings/tests/math_calculator.mojom', |
274 'public/interfaces/bindings/tests/sample_factory.mojom', | 275 'public/interfaces/bindings/tests/sample_factory.mojom', |
275 'public/interfaces/bindings/tests/sample_import.mojom', | 276 'public/interfaces/bindings/tests/sample_import.mojom', |
276 'public/interfaces/bindings/tests/sample_import2.mojom', | 277 'public/interfaces/bindings/tests/sample_import2.mojom', |
277 'public/interfaces/bindings/tests/sample_interfaces.mojom', | 278 'public/interfaces/bindings/tests/sample_interfaces.mojom', |
278 'public/interfaces/bindings/tests/sample_service.mojom', | 279 'public/interfaces/bindings/tests/sample_service.mojom', |
279 'public/interfaces/bindings/tests/test_structs.mojom', | 280 'public/interfaces/bindings/tests/test_structs.mojom', |
280 ], | 281 ], |
281 'variables': { | 282 'variables': { |
282 'mojom_base_output_dir': 'mojo', | 283 'mojom_base_output_dir': 'mojo', |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 'type': 'none', | 378 'type': 'none', |
378 'variables': { | 379 'variables': { |
379 'java_in_dir': 'public/java', | 380 'java_in_dir': 'public/java', |
380 }, | 381 }, |
381 'includes': [ '../build/java.gypi' ], | 382 'includes': [ '../build/java.gypi' ], |
382 }, | 383 }, |
383 ], | 384 ], |
384 }], | 385 }], |
385 ], | 386 ], |
386 } | 387 } |
OLD | NEW |