| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'target_defaults': { | 6 'target_defaults': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['mojo_shell_debug_url != ""', { | 8 ['mojo_shell_debug_url != ""', { |
| 9 'defines': [ | 9 'defines': [ |
| 10 'MOJO_SHELL_DEBUG=1', | 10 'MOJO_SHELL_DEBUG=1', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 'target_name': 'mojo', | 28 'target_name': 'mojo', |
| 29 'type': 'none', | 29 'type': 'none', |
| 30 'dependencies': [ | 30 'dependencies': [ |
| 31 'mojo_apps_js_unittests', | 31 'mojo_apps_js_unittests', |
| 32 'mojo_bindings', | 32 'mojo_bindings', |
| 33 'mojo_compositor_app', | 33 'mojo_compositor_app', |
| 34 'mojo_common_lib', | 34 'mojo_common_lib', |
| 35 'mojo_common_unittests', | 35 'mojo_common_unittests', |
| 36 'mojo_js', | 36 'mojo_js', |
| 37 'mojo_js_unittests', | 37 'mojo_js_unittests', |
| 38 'mojo_pepper_container_app', |
| 38 'mojo_public_test_utils', | 39 'mojo_public_test_utils', |
| 39 'mojo_public_bindings_unittests', | 40 'mojo_public_bindings_unittests', |
| 40 'mojo_public_environment_unittests', | 41 'mojo_public_environment_unittests', |
| 41 'mojo_public_system_perftests', | 42 'mojo_public_system_perftests', |
| 42 'mojo_public_system_unittests', | 43 'mojo_public_system_unittests', |
| 43 'mojo_public_utility_unittests', | 44 'mojo_public_utility_unittests', |
| 44 'mojo_sample_app', | 45 'mojo_sample_app', |
| 45 'mojo_service_manager', | 46 'mojo_service_manager', |
| 46 'mojo_service_manager_unittests', | 47 'mojo_service_manager_unittests', |
| 47 'mojo_shell', | 48 'mojo_shell', |
| (...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 'mojo_js_unittests.isolate', | 582 'mojo_js_unittests.isolate', |
| 582 ], | 583 ], |
| 583 'sources': [ | 584 'sources': [ |
| 584 'mojo_js_unittests.isolate', | 585 'mojo_js_unittests.isolate', |
| 585 ], | 586 ], |
| 586 }, | 587 }, |
| 587 ], | 588 ], |
| 588 }], | 589 }], |
| 589 ], | 590 ], |
| 590 } | 591 } |
| OLD | NEW |