Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: mojo/mojo.gyp

Issue 640403002: Drop refs to net::EmbeddedTestServer / net::File{Path,URL} utils in mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | mojo/shell/BUILD.gn » ('j') | mojo/shell/dynamic_application_loader.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 '../build/isolate.gypi', 772 '../build/isolate.gypi',
771 ], 773 ],
772 'sources': [ 774 'sources': [
773 'mojo_js_unittests.isolate', 775 'mojo_js_unittests.isolate',
774 ], 776 ],
775 }, 777 },
776 ], 778 ],
777 }], 779 }],
778 ], 780 ],
779 } 781 }
OLDNEW
« no previous file with comments | « no previous file | mojo/shell/BUILD.gn » ('j') | mojo/shell/dynamic_application_loader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698