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/connect.h', | 371 'public/cpp/shell/service.h', |
372 'public/cpp/shell/lib/application.cc', | 372 'public/cpp/shell/lib/application.cc', |
373 'public/cpp/shell/lib/service_connector.cc', | 373 'public/cpp/shell/lib/service.cc', |
374 'public/cpp/shell/lib/service_connector.h', | |
375 ], | 374 ], |
376 'dependencies': [ | 375 'dependencies': [ |
377 'mojo_shell_bindings', | 376 'mojo_shell_bindings', |
378 ], | 377 ], |
379 'export_dependent_settings': [ | 378 'export_dependent_settings': [ |
380 'mojo_shell_bindings', | 379 'mojo_shell_bindings', |
381 ], | 380 ], |
382 }, | 381 }, |
383 ], | 382 ], |
384 'conditions': [ | 383 'conditions': [ |
(...skipping 15 matching lines...) Expand all Loading... |
400 }, | 399 }, |
401 'dependencies': [ | 400 'dependencies': [ |
402 'mojo_public_java', | 401 'mojo_public_java', |
403 ], | 402 ], |
404 'includes': [ '../build/java.gypi' ], | 403 'includes': [ '../build/java.gypi' ], |
405 }, | 404 }, |
406 ], | 405 ], |
407 }], | 406 }], |
408 ], | 407 ], |
409 } | 408 } |
OLD | NEW |