| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 'target_name': 'mojo', | 59 'target_name': 'mojo', |
| 60 'type': 'none', | 60 'type': 'none', |
| 61 'dependencies': [ | 61 'dependencies': [ |
| 62 'mojo_apps_js_unittests', | 62 'mojo_apps_js_unittests', |
| 63 'mojo_compositor_app', | 63 'mojo_compositor_app', |
| 64 'mojo_common_lib', | 64 'mojo_common_lib', |
| 65 'mojo_common_unittests', | 65 'mojo_common_unittests', |
| 66 'mojo_cpp_bindings', | 66 'mojo_cpp_bindings', |
| 67 'mojo_echo_client', | 67 'mojo_echo_client', |
| 68 'mojo_echo_service', | 68 'mojo_echo_service', |
| 69 'mojo_example_service', |
| 70 'mojo_example_unittests', |
| 69 'mojo_geometry_lib', | 71 'mojo_geometry_lib', |
| 70 'mojo_html_viewer', | 72 'mojo_html_viewer', |
| 71 'mojo_js', | 73 'mojo_js', |
| 72 'mojo_js_bindings', | 74 'mojo_js_bindings', |
| 73 'mojo_js_unittests', | 75 'mojo_js_unittests', |
| 74 'mojo_launcher', | 76 'mojo_launcher', |
| 75 'mojo_message_generator', | 77 'mojo_message_generator', |
| 76 'mojo_native_viewport_service', | 78 'mojo_native_viewport_service', |
| 77 'mojo_network_service', | 79 'mojo_network_service', |
| 78 'mojo_pepper_container_app', | 80 'mojo_pepper_container_app', |
| (...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1055 'views/views_init_internal.h', | 1057 'views/views_init_internal.h', |
| 1056 ], | 1058 ], |
| 1057 'defines': [ | 1059 'defines': [ |
| 1058 'MOJO_VIEWS_IMPLEMENTATION', | 1060 'MOJO_VIEWS_IMPLEMENTATION', |
| 1059 ], | 1061 ], |
| 1060 }, | 1062 }, |
| 1061 ], | 1063 ], |
| 1062 }], | 1064 }], |
| 1063 ], | 1065 ], |
| 1064 } | 1066 } |
| OLD | NEW |