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

Side by Side Diff: content/content_browser.gypi

Issue 1873463003: Remove mojo network service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/leveldb/leveldb.gyp:leveldb_lib', 10 '../components/leveldb/leveldb.gyp:leveldb_lib',
(...skipping 13 matching lines...) Expand all
24 '../gpu/gpu.gyp:gpu', 24 '../gpu/gpu.gyp:gpu',
25 '../gpu/gpu.gyp:gpu_ipc_client', 25 '../gpu/gpu.gyp:gpu_ipc_client',
26 '../gpu/gpu.gyp:gpu_ipc_common', 26 '../gpu/gpu.gyp:gpu_ipc_common',
27 '../mojo/mojo_base.gyp:mojo_application_base', 27 '../mojo/mojo_base.gyp:mojo_application_base',
28 '../mojo/mojo_base.gyp:mojo_geometry_lib', 28 '../mojo/mojo_base.gyp:mojo_geometry_lib',
29 '../mojo/mojo_base.gyp:mojo_url_type_converters', 29 '../mojo/mojo_base.gyp:mojo_url_type_converters',
30 '../mojo/mojo_base.gyp:tracing_service', 30 '../mojo/mojo_base.gyp:tracing_service',
31 '../mojo/mojo_base.gyp:tracing_service_lib', 31 '../mojo/mojo_base.gyp:tracing_service_lib',
32 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 32 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
33 '../mojo/mojo_public.gyp:mojo_js_bindings', 33 '../mojo/mojo_public.gyp:mojo_js_bindings',
34 '../mojo/mojo_services.gyp:network_service_bindings_lib',
35 '../mojo/mojo_shell.gyp:mojo_runner_common_lib', 34 '../mojo/mojo_shell.gyp:mojo_runner_common_lib',
36 '../mojo/mojo_shell.gyp:mojo_runner_host_lib', 35 '../mojo/mojo_shell.gyp:mojo_runner_host_lib',
37 '../mojo/mojo_shell.gyp:mojo_shell_lib', 36 '../mojo/mojo_shell.gyp:mojo_shell_lib',
38 '../net/net.gyp:http_server', 37 '../net/net.gyp:http_server',
39 '../net/net.gyp:net', 38 '../net/net.gyp:net',
40 '../net/net.gyp:net_extras', 39 '../net/net.gyp:net_extras',
41 '../sandbox/sandbox.gyp:sandbox', 40 '../sandbox/sandbox.gyp:sandbox',
42 '../skia/skia.gyp:skia', 41 '../skia/skia.gyp:skia',
43 '../skia/skia.gyp:skia_mojo', 42 '../skia/skia.gyp:skia_mojo',
44 '../sql/sql.gyp:sql', 43 '../sql/sql.gyp:sql',
(...skipping 2171 matching lines...) Expand 10 before | Expand all | Expand 10 after
2216 ['enable_webvr==1 and OS=="android"', { 2215 ['enable_webvr==1 and OS=="android"', {
2217 'sources': [ 2216 'sources': [
2218 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2217 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2219 'browser/vr/android/cardboard/cardboard_vr_device.h', 2218 'browser/vr/android/cardboard/cardboard_vr_device.h',
2220 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2219 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2221 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2220 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2222 ], 2221 ],
2223 }], 2222 }],
2224 ], 2223 ],
2225 } 2224 }
OLDNEW
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | content/test/data/web_ui_mojo_shell_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698