| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 }, { | 44 }, { |
| 45 'mojo_system_for_component': "mojo_none", | 45 'mojo_system_for_component': "mojo_none", |
| 46 'mojo_system_for_loadable_module': "mojo_system", | 46 'mojo_system_for_loadable_module': "mojo_system", |
| 47 }], | 47 }], |
| 48 ], | 48 ], |
| 49 }, | 49 }, |
| 50 'includes': [ | 50 'includes': [ |
| 51 'mojo_apps.gypi', | 51 'mojo_apps.gypi', |
| 52 'mojo_examples.gypi', | 52 'mojo_examples.gypi', |
| 53 'mojo_public.gypi', | 53 'mojo_public.gypi', |
| 54 'mojo_public_tests.gypi', |
| 54 'mojo_services.gypi', | 55 'mojo_services.gypi', |
| 55 ], | 56 ], |
| 56 'targets': [ | 57 'targets': [ |
| 57 { | 58 { |
| 58 'target_name': 'mojo', | 59 'target_name': 'mojo', |
| 59 'type': 'none', | 60 'type': 'none', |
| 60 'dependencies': [ | 61 'dependencies': [ |
| 61 'mojo_apps_js_unittests', | 62 'mojo_apps_js_unittests', |
| 62 'mojo_compositor_app', | 63 'mojo_compositor_app', |
| 63 'mojo_common_lib', | 64 'mojo_common_lib', |
| (...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1041 'views/views_init_internal.h', | 1042 'views/views_init_internal.h', |
| 1042 ], | 1043 ], |
| 1043 'defines': [ | 1044 'defines': [ |
| 1044 'MOJO_VIEWS_IMPLEMENTATION', | 1045 'MOJO_VIEWS_IMPLEMENTATION', |
| 1045 ], | 1046 ], |
| 1046 }, | 1047 }, |
| 1047 ], | 1048 ], |
| 1048 }], | 1049 }], |
| 1049 ], | 1050 ], |
| 1050 } | 1051 } |
| OLD | NEW |