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

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: cast length explicitly 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') | no next file with comments »
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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698