| 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 ], | 357 ], |
| 358 'export_dependent_settings': [ | 358 'export_dependent_settings': [ |
| 359 'mojo_cpp_bindings', | 359 'mojo_cpp_bindings', |
| 360 ], | 360 ], |
| 361 }, | 361 }, |
| 362 { | 362 { |
| 363 'target_name': 'mojo_shell_client', | 363 'target_name': 'mojo_shell_client', |
| 364 'type': 'static_library', | 364 'type': 'static_library', |
| 365 'sources': [ | 365 'sources': [ |
| 366 'public/cpp/shell/application.h', | 366 'public/cpp/shell/application.h', |
| 367 'public/cpp/shell/service.h', | 367 'public/cpp/shell/connect.h', |
| 368 'public/cpp/shell/lib/application.cc', | 368 'public/cpp/shell/lib/application.cc', |
| 369 'public/cpp/shell/lib/service.cc', | 369 'public/cpp/shell/lib/service_connector.cc', |
| 370 'public/cpp/shell/lib/service_connector.h', |
| 370 ], | 371 ], |
| 371 'dependencies': [ | 372 'dependencies': [ |
| 372 'mojo_shell_bindings', | 373 'mojo_shell_bindings', |
| 373 ], | 374 ], |
| 374 'export_dependent_settings': [ | 375 'export_dependent_settings': [ |
| 375 'mojo_shell_bindings', | 376 'mojo_shell_bindings', |
| 376 ], | 377 ], |
| 377 }, | 378 }, |
| 378 ], | 379 ], |
| 379 'conditions': [ | 380 'conditions': [ |
| 380 ['OS == "android"', { | 381 ['OS == "android"', { |
| 381 'targets': [ | 382 'targets': [ |
| 382 { | 383 { |
| 383 'target_name': 'mojo_public_java', | 384 'target_name': 'mojo_public_java', |
| 384 'type': 'none', | 385 'type': 'none', |
| 385 'variables': { | 386 'variables': { |
| 386 'java_in_dir': 'public/java', | 387 'java_in_dir': 'public/java', |
| 387 }, | 388 }, |
| 388 'includes': [ '../build/java.gypi' ], | 389 'includes': [ '../build/java.gypi' ], |
| 389 }, | 390 }, |
| 390 ], | 391 ], |
| 391 }], | 392 }], |
| 392 ], | 393 ], |
| 393 } | 394 } |
| OLD | NEW |