| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 'targets': [ | 57 'targets': [ |
| 58 { | 58 { |
| 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_example_service', |
| 68 'mojo_example_unittests', |
| 67 'mojo_geometry_lib', | 69 'mojo_geometry_lib', |
| 68 'mojo_html_viewer', | 70 'mojo_html_viewer', |
| 69 'mojo_js', | 71 'mojo_js', |
| 70 'mojo_js_bindings', | 72 'mojo_js_bindings', |
| 71 'mojo_js_unittests', | 73 'mojo_js_unittests', |
| 72 'mojo_launcher', | 74 'mojo_launcher', |
| 73 'mojo_message_generator', | 75 'mojo_message_generator', |
| 74 'mojo_native_viewport_service', | 76 'mojo_native_viewport_service', |
| 75 'mojo_network_service', | 77 'mojo_network_service', |
| 76 'mojo_pepper_container_app', | 78 'mojo_pepper_container_app', |
| (...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1048 'views/views_init_internal.h', | 1050 'views/views_init_internal.h', |
| 1049 ], | 1051 ], |
| 1050 'defines': [ | 1052 'defines': [ |
| 1051 'MOJO_VIEWS_IMPLEMENTATION', | 1053 'MOJO_VIEWS_IMPLEMENTATION', |
| 1052 ], | 1054 ], |
| 1053 }, | 1055 }, |
| 1054 ], | 1056 ], |
| 1055 }], | 1057 }], |
| 1056 ], | 1058 ], |
| 1057 } | 1059 } |
| OLD | NEW |