| 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 10 matching lines...) Expand all Loading... |
| 21 ], | 21 ], |
| 22 'targets': [ | 22 'targets': [ |
| 23 { | 23 { |
| 24 'target_name': 'mojo', | 24 'target_name': 'mojo', |
| 25 'type': 'none', | 25 'type': 'none', |
| 26 'dependencies': [ | 26 'dependencies': [ |
| 27 'mojo_application_manager', | 27 'mojo_application_manager', |
| 28 'mojo_application_manager_unittests', | 28 'mojo_application_manager_unittests', |
| 29 'mojo_apps_js_unittests', | 29 'mojo_apps_js_unittests', |
| 30 'mojo_base.gyp:mojo_base', | 30 'mojo_base.gyp:mojo_base', |
| 31 'mojo_clipboard', |
| 32 'mojo_clipboard_unittests', |
| 31 'mojo_compositor_app', | 33 'mojo_compositor_app', |
| 32 'mojo_content_handler_demo', | 34 'mojo_content_handler_demo', |
| 33 'mojo_echo_client', | 35 'mojo_echo_client', |
| 34 'mojo_echo_service', | 36 'mojo_echo_service', |
| 35 'mojo_example_apptests', | 37 'mojo_example_apptests', |
| 36 'mojo_example_service', | 38 'mojo_example_service', |
| 37 'mojo_geometry_lib', | 39 'mojo_geometry_lib', |
| 38 'mojo_html_viewer', | 40 'mojo_html_viewer', |
| 39 'mojo_js', | 41 'mojo_js', |
| 40 'mojo_launcher', | 42 'mojo_launcher', |
| (...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 'mojo_python_bindings', | 613 'mojo_python_bindings', |
| 612 'mojo_python_embedder', | 614 'mojo_python_embedder', |
| 613 'mojo_python_system', | 615 'mojo_python_system', |
| 614 ], | 616 ], |
| 615 'includes': [ '../third_party/cython/python_module.gypi' ], | 617 'includes': [ '../third_party/cython/python_module.gypi' ], |
| 616 }, | 618 }, |
| 617 ], | 619 ], |
| 618 }], | 620 }], |
| 619 ], | 621 ], |
| 620 } | 622 } |
| OLD | NEW |