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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 'shell/context.h', | 165 'shell/context.h', |
166 'shell/dbus_application_loader_linux.cc', | 166 'shell/dbus_application_loader_linux.cc', |
167 'shell/dbus_application_loader_linux.h', | 167 'shell/dbus_application_loader_linux.h', |
168 'shell/dynamic_application_loader.cc', | 168 'shell/dynamic_application_loader.cc', |
169 'shell/dynamic_application_loader.h', | 169 'shell/dynamic_application_loader.h', |
170 'shell/dynamic_service_runner.h', | 170 'shell/dynamic_service_runner.h', |
171 'shell/init.cc', | 171 'shell/init.cc', |
172 'shell/init.h', | 172 'shell/init.h', |
173 'shell/in_process_dynamic_service_runner.cc', | 173 'shell/in_process_dynamic_service_runner.cc', |
174 'shell/in_process_dynamic_service_runner.h', | 174 'shell/in_process_dynamic_service_runner.h', |
175 'shell/keep_alive.cc', | |
176 'shell/keep_alive.h', | |
177 'shell/mojo_url_resolver.cc', | 175 'shell/mojo_url_resolver.cc', |
178 'shell/mojo_url_resolver.h', | 176 'shell/mojo_url_resolver.h', |
179 'shell/out_of_process_dynamic_service_runner.cc', | 177 'shell/out_of_process_dynamic_service_runner.cc', |
180 'shell/out_of_process_dynamic_service_runner.h', | 178 'shell/out_of_process_dynamic_service_runner.h', |
181 'shell/run.cc', | |
182 'shell/run.h', | |
183 'shell/switches.cc', | 179 'shell/switches.cc', |
184 'shell/switches.h', | 180 'shell/switches.h', |
185 'shell/task_runners.cc', | 181 'shell/task_runners.cc', |
186 'shell/task_runners.h', | 182 'shell/task_runners.h', |
187 'shell/test_child_process.cc', | 183 'shell/test_child_process.cc', |
188 'shell/test_child_process.h', | 184 'shell/test_child_process.h', |
189 'shell/ui_application_loader_android.cc', | 185 'shell/ui_application_loader_android.cc', |
190 'shell/ui_application_loader_android.h', | 186 'shell/ui_application_loader_android.h', |
191 'shell/view_manager_loader.cc', | 187 'shell/view_manager_loader.cc', |
192 'shell/view_manager_loader.h', | 188 'shell/view_manager_loader.h', |
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
526 'views/views_init_internal.h', | 522 'views/views_init_internal.h', |
527 ], | 523 ], |
528 'defines': [ | 524 'defines': [ |
529 'MOJO_VIEWS_IMPLEMENTATION', | 525 'MOJO_VIEWS_IMPLEMENTATION', |
530 ], | 526 ], |
531 }, | 527 }, |
532 ], | 528 ], |
533 }], | 529 }], |
534 ], | 530 ], |
535 } | 531 } |
OLD | NEW |