| 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 'target_name': 'mojo_public_test_interfaces', | 296 'target_name': 'mojo_public_test_interfaces', |
| 297 'type': 'static_library', | 297 'type': 'static_library', |
| 298 'sources': [ | 298 'sources': [ |
| 299 'public/interfaces/bindings/tests/math_calculator.mojom', | 299 'public/interfaces/bindings/tests/math_calculator.mojom', |
| 300 'public/interfaces/bindings/tests/sample_factory.mojom', | 300 'public/interfaces/bindings/tests/sample_factory.mojom', |
| 301 'public/interfaces/bindings/tests/sample_import.mojom', | 301 'public/interfaces/bindings/tests/sample_import.mojom', |
| 302 'public/interfaces/bindings/tests/sample_import2.mojom', | 302 'public/interfaces/bindings/tests/sample_import2.mojom', |
| 303 'public/interfaces/bindings/tests/sample_interfaces.mojom', | 303 'public/interfaces/bindings/tests/sample_interfaces.mojom', |
| 304 'public/interfaces/bindings/tests/sample_service.mojom', | 304 'public/interfaces/bindings/tests/sample_service.mojom', |
| 305 'public/interfaces/bindings/tests/test_structs.mojom', | 305 'public/interfaces/bindings/tests/test_structs.mojom', |
| 306 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', |
| 306 ], | 307 ], |
| 307 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 308 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 308 'export_dependent_settings': [ | 309 'export_dependent_settings': [ |
| 309 'mojo_cpp_bindings', | 310 'mojo_cpp_bindings', |
| 310 ], | 311 ], |
| 311 'dependencies': [ | 312 'dependencies': [ |
| 312 'mojo_cpp_bindings', | 313 'mojo_cpp_bindings', |
| 313 ], | 314 ], |
| 314 }, | 315 }, |
| 315 { | 316 { |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 }, | 425 }, |
| 425 'dependencies': [ | 426 'dependencies': [ |
| 426 'mojo_public_java', | 427 'mojo_public_java', |
| 427 ], | 428 ], |
| 428 'includes': [ '../build/java.gypi' ], | 429 'includes': [ '../build/java.gypi' ], |
| 429 }, | 430 }, |
| 430 ], | 431 ], |
| 431 }], | 432 }], |
| 432 ], | 433 ], |
| 433 } | 434 } |
| OLD | NEW |