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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 ], | 361 ], |
362 'export_dependent_settings': [ | 362 'export_dependent_settings': [ |
363 'mojo_cpp_bindings', | 363 'mojo_cpp_bindings', |
364 ], | 364 ], |
365 }, | 365 }, |
366 { | 366 { |
367 'target_name': 'mojo_shell_client', | 367 'target_name': 'mojo_shell_client', |
368 'type': 'static_library', | 368 'type': 'static_library', |
369 'sources': [ | 369 'sources': [ |
370 'public/cpp/shell/application.h', | 370 'public/cpp/shell/application.h', |
371 'public/cpp/shell/service.h', | 371 'public/cpp/shell/connect.h', |
372 'public/cpp/shell/lib/application.cc', | 372 'public/cpp/shell/lib/application.cc', |
373 'public/cpp/shell/lib/service.cc', | 373 'public/cpp/shell/lib/service_connector.cc', |
| 374 'public/cpp/shell/lib/service_connector.h', |
374 ], | 375 ], |
375 'dependencies': [ | 376 'dependencies': [ |
376 'mojo_shell_bindings', | 377 'mojo_shell_bindings', |
377 ], | 378 ], |
378 'export_dependent_settings': [ | 379 'export_dependent_settings': [ |
379 'mojo_shell_bindings', | 380 'mojo_shell_bindings', |
380 ], | 381 ], |
381 }, | 382 }, |
382 ], | 383 ], |
383 'conditions': [ | 384 'conditions': [ |
(...skipping 15 matching lines...) Expand all Loading... |
399 }, | 400 }, |
400 'dependencies': [ | 401 'dependencies': [ |
401 'mojo_public_java', | 402 'mojo_public_java', |
402 ], | 403 ], |
403 'includes': [ '../build/java.gypi' ], | 404 'includes': [ '../build/java.gypi' ], |
404 }, | 405 }, |
405 ], | 406 ], |
406 }], | 407 }], |
407 ], | 408 ], |
408 } | 409 } |
OLD | NEW |