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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 'dependencies': [ | 313 'dependencies': [ |
314 'mojo_cpp_bindings', | 314 'mojo_cpp_bindings', |
315 ], | 315 ], |
316 }, | 316 }, |
317 { | 317 { |
318 'target_name': 'mojo_environment_standalone', | 318 'target_name': 'mojo_environment_standalone', |
319 'type': 'static_library', | 319 'type': 'static_library', |
320 'sources': [ | 320 'sources': [ |
321 'public/c/environment/async_waiter.h', | 321 'public/c/environment/async_waiter.h', |
322 'public/c/environment/logger.h', | 322 'public/c/environment/logger.h', |
323 'public/cpp/environment/default_async_waiter.h', | |
324 'public/cpp/environment/default_logger.h', | |
325 'public/cpp/environment/environment.h', | 323 'public/cpp/environment/environment.h', |
326 'public/cpp/environment/lib/default_async_waiter.cc', | 324 'public/cpp/environment/lib/default_async_waiter.cc', |
| 325 'public/cpp/environment/lib/default_async_waiter.h', |
327 'public/cpp/environment/lib/default_logger.cc', | 326 'public/cpp/environment/lib/default_logger.cc', |
| 327 'public/cpp/environment/lib/default_logger.h', |
328 'public/cpp/environment/lib/environment.cc', | 328 'public/cpp/environment/lib/environment.cc', |
329 ], | 329 ], |
330 'include_dirs': [ | 330 'include_dirs': [ |
331 '..', | 331 '..', |
332 ], | 332 ], |
333 }, | 333 }, |
334 { | 334 { |
335 'target_name': 'mojo_utility', | 335 'target_name': 'mojo_utility', |
336 'type': 'static_library', | 336 'type': 'static_library', |
337 'sources': [ | 337 'sources': [ |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 }, | 430 }, |
431 'dependencies': [ | 431 'dependencies': [ |
432 'mojo_public_java', | 432 'mojo_public_java', |
433 ], | 433 ], |
434 'includes': [ '../build/java.gypi' ], | 434 'includes': [ '../build/java.gypi' ], |
435 }, | 435 }, |
436 ], | 436 ], |
437 }], | 437 }], |
438 ], | 438 ], |
439 } | 439 } |
OLD | NEW |