| 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 'public/cpp/utility/lib/mutex.cc', | 373 'public/cpp/utility/lib/mutex.cc', |
| 374 'public/cpp/utility/lib/thread.cc', | 374 'public/cpp/utility/lib/thread.cc', |
| 375 ], | 375 ], |
| 376 }], | 376 }], |
| 377 ], | 377 ], |
| 378 'include_dirs': [ | 378 'include_dirs': [ |
| 379 '..', | 379 '..', |
| 380 ], | 380 ], |
| 381 }, | 381 }, |
| 382 { | 382 { |
| 383 # GN version: //mojo/public/interfaces/interface_provider:interface_provid
er | |
| 384 'target_name': 'mojo_interface_provider_bindings', | |
| 385 'type': 'static_library', | |
| 386 'sources': [ | |
| 387 'public/interfaces/interface_provider/interface_provider.mojom', | |
| 388 ], | |
| 389 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | |
| 390 'dependencies': [ | |
| 391 'mojo_cpp_bindings', | |
| 392 ], | |
| 393 'export_dependent_settings': [ | |
| 394 'mojo_cpp_bindings', | |
| 395 ], | |
| 396 }, | |
| 397 { | |
| 398 # GN version: //mojo/public/interfaces/service_provider:service_provider | 383 # GN version: //mojo/public/interfaces/service_provider:service_provider |
| 399 'target_name': 'mojo_service_provider_bindings', | 384 'target_name': 'mojo_service_provider_bindings', |
| 400 'type': 'static_library', | 385 'type': 'static_library', |
| 401 'sources': [ | 386 'sources': [ |
| 402 'public/interfaces/service_provider/service_provider.mojom', | 387 'public/interfaces/service_provider/service_provider.mojom', |
| 403 ], | 388 ], |
| 404 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 389 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 405 'dependencies': [ | 390 'dependencies': [ |
| 406 'mojo_cpp_bindings', | 391 'mojo_cpp_bindings', |
| 407 ], | 392 ], |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 }, | 435 }, |
| 451 'dependencies': [ | 436 'dependencies': [ |
| 452 'mojo_public_java', | 437 'mojo_public_java', |
| 453 ], | 438 ], |
| 454 'includes': [ '../build/java.gypi' ], | 439 'includes': [ '../build/java.gypi' ], |
| 455 }, | 440 }, |
| 456 ], | 441 ], |
| 457 }], | 442 }], |
| 458 ], | 443 ], |
| 459 } | 444 } |
| OLD | NEW |