| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 'shell/app_child_process_host.h', | 143 'shell/app_child_process_host.h', |
| 144 'shell/child_process.cc', | 144 'shell/child_process.cc', |
| 145 'shell/child_process.h', | 145 'shell/child_process.h', |
| 146 'shell/child_process_host.cc', | 146 'shell/child_process_host.cc', |
| 147 'shell/child_process_host.h', | 147 'shell/child_process_host.h', |
| 148 'shell/context.cc', | 148 'shell/context.cc', |
| 149 'shell/context.h', | 149 'shell/context.h', |
| 150 'shell/dynamic_application_loader.cc', | 150 'shell/dynamic_application_loader.cc', |
| 151 'shell/dynamic_application_loader.h', | 151 'shell/dynamic_application_loader.h', |
| 152 'shell/dynamic_service_runner.h', | 152 'shell/dynamic_service_runner.h', |
| 153 'shell/external_application_listener.h', |
| 153 'shell/external_application_listener_posix.cc', | 154 'shell/external_application_listener_posix.cc', |
| 154 'shell/external_application_listener_win.cc', | 155 'shell/external_application_listener_win.cc', |
| 155 'shell/external_application_listener.h', | |
| 156 'shell/external_application_registrar.mojom', | 156 'shell/external_application_registrar.mojom', |
| 157 'shell/filename_util.cc', |
| 158 'shell/filename_util.h', |
| 159 'shell/in_process_dynamic_service_runner.cc', |
| 160 'shell/in_process_dynamic_service_runner.h', |
| 157 'shell/incoming_connection_listener_posix.cc', | 161 'shell/incoming_connection_listener_posix.cc', |
| 158 'shell/incoming_connection_listener_posix.h', | 162 'shell/incoming_connection_listener_posix.h', |
| 159 'shell/init.cc', | 163 'shell/init.cc', |
| 160 'shell/init.h', | 164 'shell/init.h', |
| 161 'shell/in_process_dynamic_service_runner.cc', | |
| 162 'shell/in_process_dynamic_service_runner.h', | |
| 163 'shell/mojo_url_resolver.cc', | 165 'shell/mojo_url_resolver.cc', |
| 164 'shell/mojo_url_resolver.h', | 166 'shell/mojo_url_resolver.h', |
| 165 'shell/out_of_process_dynamic_service_runner.cc', | 167 'shell/out_of_process_dynamic_service_runner.cc', |
| 166 'shell/out_of_process_dynamic_service_runner.h', | 168 'shell/out_of_process_dynamic_service_runner.h', |
| 167 'shell/switches.cc', | 169 'shell/switches.cc', |
| 168 'shell/switches.h', | 170 'shell/switches.h', |
| 169 'shell/task_runners.cc', | 171 'shell/task_runners.cc', |
| 170 'shell/task_runners.h', | 172 'shell/task_runners.h', |
| 171 'shell/test_child_process.cc', | 173 'shell/test_child_process.cc', |
| 172 'shell/test_child_process.h', | 174 'shell/test_child_process.h', |
| (...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 '../build/isolate.gypi', | 726 '../build/isolate.gypi', |
| 725 ], | 727 ], |
| 726 'sources': [ | 728 'sources': [ |
| 727 'mojo_js_unittests.isolate', | 729 'mojo_js_unittests.isolate', |
| 728 ], | 730 ], |
| 729 }, | 731 }, |
| 730 ], | 732 ], |
| 731 }], | 733 }], |
| 732 ], | 734 ], |
| 733 } | 735 } |
| OLD | NEW |