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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 'public/cpp/utility/lib/mutex.cc', | 349 'public/cpp/utility/lib/mutex.cc', |
350 'public/cpp/utility/lib/thread.cc', | 350 'public/cpp/utility/lib/thread.cc', |
351 ], | 351 ], |
352 }], | 352 }], |
353 ], | 353 ], |
354 'include_dirs': [ | 354 'include_dirs': [ |
355 '..', | 355 '..', |
356 ], | 356 ], |
357 }, | 357 }, |
358 { | 358 { |
| 359 # GN version: //mojo/public/interfaces/interface_provider:interface_provid
er |
| 360 'target_name': 'mojo_interface_provider_bindings', |
| 361 'type': 'static_library', |
| 362 'sources': [ |
| 363 'public/interfaces/interface_provider/interface_provider.mojom', |
| 364 ], |
| 365 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 366 'dependencies': [ |
| 367 'mojo_cpp_bindings', |
| 368 ], |
| 369 'export_dependent_settings': [ |
| 370 'mojo_cpp_bindings', |
| 371 ], |
| 372 }, |
| 373 { |
359 # GN version: //mojo/public/interfaces/service_provider:service_provider | 374 # GN version: //mojo/public/interfaces/service_provider:service_provider |
360 'target_name': 'mojo_service_provider_bindings', | 375 'target_name': 'mojo_service_provider_bindings', |
361 'type': 'static_library', | 376 'type': 'static_library', |
362 'sources': [ | 377 'sources': [ |
363 'public/interfaces/service_provider/service_provider.mojom', | 378 'public/interfaces/service_provider/service_provider.mojom', |
364 ], | 379 ], |
365 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 380 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
366 'dependencies': [ | 381 'dependencies': [ |
367 'mojo_cpp_bindings', | 382 'mojo_cpp_bindings', |
368 ], | 383 ], |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 }, | 422 }, |
408 'dependencies': [ | 423 'dependencies': [ |
409 'mojo_public_java', | 424 'mojo_public_java', |
410 ], | 425 ], |
411 'includes': [ '../build/java.gypi' ], | 426 'includes': [ '../build/java.gypi' ], |
412 }, | 427 }, |
413 ], | 428 ], |
414 }], | 429 }], |
415 ], | 430 ], |
416 } | 431 } |
OLD | NEW |