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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 'shell/app_child_process_host.h', | 170 'shell/app_child_process_host.h', |
171 'shell/child_process.cc', | 171 'shell/child_process.cc', |
172 'shell/child_process.h', | 172 'shell/child_process.h', |
173 'shell/child_process_host.cc', | 173 'shell/child_process_host.cc', |
174 'shell/child_process_host.h', | 174 'shell/child_process_host.h', |
175 'shell/context.cc', | 175 'shell/context.cc', |
176 'shell/context.h', | 176 'shell/context.h', |
177 'shell/dynamic_application_loader.cc', | 177 'shell/dynamic_application_loader.cc', |
178 'shell/dynamic_application_loader.h', | 178 'shell/dynamic_application_loader.h', |
179 'shell/dynamic_service_runner.h', | 179 'shell/dynamic_service_runner.h', |
| 180 'shell/external_application_listener.h', |
180 'shell/external_application_listener_posix.cc', | 181 'shell/external_application_listener_posix.cc', |
181 'shell/external_application_listener_win.cc', | 182 'shell/external_application_listener_win.cc', |
182 'shell/external_application_listener.h', | |
183 'shell/external_application_registrar.mojom', | 183 'shell/external_application_registrar.mojom', |
| 184 'shell/filename_util.cc', |
| 185 'shell/filename_util.h', |
| 186 'shell/in_process_dynamic_service_runner.cc', |
| 187 'shell/in_process_dynamic_service_runner.h', |
184 'shell/incoming_connection_listener_posix.cc', | 188 'shell/incoming_connection_listener_posix.cc', |
185 'shell/incoming_connection_listener_posix.h', | 189 'shell/incoming_connection_listener_posix.h', |
186 'shell/init.cc', | 190 'shell/init.cc', |
187 'shell/init.h', | 191 'shell/init.h', |
188 'shell/in_process_dynamic_service_runner.cc', | |
189 'shell/in_process_dynamic_service_runner.h', | |
190 'shell/mojo_url_resolver.cc', | 192 'shell/mojo_url_resolver.cc', |
191 'shell/mojo_url_resolver.h', | 193 'shell/mojo_url_resolver.h', |
192 'shell/out_of_process_dynamic_service_runner.cc', | 194 'shell/out_of_process_dynamic_service_runner.cc', |
193 'shell/out_of_process_dynamic_service_runner.h', | 195 'shell/out_of_process_dynamic_service_runner.h', |
194 'shell/switches.cc', | 196 'shell/switches.cc', |
195 'shell/switches.h', | 197 'shell/switches.h', |
196 'shell/task_runners.cc', | 198 'shell/task_runners.cc', |
197 'shell/task_runners.h', | 199 'shell/task_runners.h', |
198 'shell/test_child_process.cc', | 200 'shell/test_child_process.cc', |
199 'shell/test_child_process.h', | 201 'shell/test_child_process.h', |
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
773 '../build/isolate.gypi', | 775 '../build/isolate.gypi', |
774 ], | 776 ], |
775 'sources': [ | 777 'sources': [ |
776 'mojo_js_unittests.isolate', | 778 'mojo_js_unittests.isolate', |
777 ], | 779 ], |
778 }, | 780 }, |
779 ], | 781 ], |
780 }], | 782 }], |
781 ], | 783 ], |
782 } | 784 } |
OLD | NEW |