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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'mojo_view_manager_lib', | 104 'mojo_view_manager_lib', |
105 'mojo_view_manager_lib_unittests', | 105 'mojo_view_manager_lib_unittests', |
106 'mojo_wget', | 106 'mojo_wget', |
107 ], | 107 ], |
108 'conditions': [ | 108 'conditions': [ |
109 ['use_aura==1', { | 109 ['use_aura==1', { |
110 'dependencies': [ | 110 'dependencies': [ |
111 'mojo_aura_demo', | 111 'mojo_aura_demo', |
112 'mojo_aura_demo_init', | 112 'mojo_aura_demo_init', |
113 'mojo_browser', | 113 'mojo_browser', |
| 114 'mojo_core_window_manager', |
| 115 'mojo_core_window_manager_unittests', |
114 'mojo_demo_launcher', | 116 'mojo_demo_launcher', |
115 'mojo_embedded_app', | 117 'mojo_embedded_app', |
116 'mojo_keyboard', | 118 'mojo_keyboard', |
117 'mojo_media_viewer', | 119 'mojo_media_viewer', |
118 'mojo_nesting_app', | 120 'mojo_nesting_app', |
119 'mojo_window_manager', | 121 'mojo_window_manager', |
120 'mojo_view_manager', | 122 'mojo_view_manager', |
121 'mojo_view_manager_unittests', | 123 'mojo_view_manager_unittests', |
122 ], | 124 ], |
123 }], | 125 }], |
(...skipping 924 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 |