| 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 21 matching lines...) Expand all Loading... |
| 32 'mojo_clipboard', | 32 'mojo_clipboard', |
| 33 'mojo_clipboard_unittests', | 33 'mojo_clipboard_unittests', |
| 34 'mojo_compositor_app', | 34 'mojo_compositor_app', |
| 35 'mojo_content_handler_demo', | 35 'mojo_content_handler_demo', |
| 36 'mojo_echo_client', | 36 'mojo_echo_client', |
| 37 'mojo_echo_service', | 37 'mojo_echo_service', |
| 38 'mojo_example_apptests', | 38 'mojo_example_apptests', |
| 39 'mojo_example_service', | 39 'mojo_example_service', |
| 40 'mojo_geometry_lib', | 40 'mojo_geometry_lib', |
| 41 'mojo_html_viewer', | 41 'mojo_html_viewer', |
| 42 'mojo_js', | 42 'mojo_js_content_handler', |
| 43 'mojo_js_standalone', |
| 43 'mojo_native_viewport_service', | 44 'mojo_native_viewport_service', |
| 44 'mojo_network_service', | 45 'mojo_network_service', |
| 45 'mojo_pepper_container_app', | 46 'mojo_pepper_container_app', |
| 46 'mojo_png_viewer', | 47 'mojo_png_viewer', |
| 47 'mojo_sample_app', | 48 'mojo_sample_app', |
| 48 'mojo_shell', | 49 'mojo_shell', |
| 49 'mojo_shell_lib', | 50 'mojo_shell_lib', |
| 50 'mojo_shell_tests', | 51 'mojo_shell_tests', |
| 51 'mojo_surfaces_app', | 52 'mojo_surfaces_app', |
| 52 'mojo_surfaces_app', | 53 'mojo_surfaces_app', |
| (...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 'mojo_python_unittests.isolate', | 689 'mojo_python_unittests.isolate', |
| 689 ], | 690 ], |
| 690 'sources': [ | 691 'sources': [ |
| 691 'mojo_python_unittests.isolate', | 692 'mojo_python_unittests.isolate', |
| 692 ], | 693 ], |
| 693 }, | 694 }, |
| 694 ], | 695 ], |
| 695 }], | 696 }], |
| 696 ], | 697 ], |
| 697 } | 698 } |
| OLD | NEW |