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

Side by Side Diff: content/content_browser.gypi

Issue 1793793002: Remove ShellConnection::WaitForInitialize (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | content/content_child.gypi » ('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 (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/mime_util/mime_util.gyp:mime_util', 10 '../components/mime_util/mime_util.gyp:mime_util',
(...skipping 12 matching lines...) Expand all
23 '../gpu/gpu.gyp:gpu', 23 '../gpu/gpu.gyp:gpu',
24 '../gpu/gpu.gyp:gpu_ipc_common', 24 '../gpu/gpu.gyp:gpu_ipc_common',
25 '../mojo/mojo_base.gyp:mojo_application_base', 25 '../mojo/mojo_base.gyp:mojo_application_base',
26 '../mojo/mojo_base.gyp:mojo_geometry_lib', 26 '../mojo/mojo_base.gyp:mojo_geometry_lib',
27 '../mojo/mojo_base.gyp:mojo_url_type_converters', 27 '../mojo/mojo_base.gyp:mojo_url_type_converters',
28 '../mojo/mojo_base.gyp:tracing_service', 28 '../mojo/mojo_base.gyp:tracing_service',
29 '../mojo/mojo_base.gyp:tracing_service_lib', 29 '../mojo/mojo_base.gyp:tracing_service_lib',
30 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 30 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
31 '../mojo/mojo_public.gyp:mojo_js_bindings', 31 '../mojo/mojo_public.gyp:mojo_js_bindings',
32 '../mojo/mojo_services.gyp:network_service_bindings_lib', 32 '../mojo/mojo_services.gyp:network_service_bindings_lib',
33 '../mojo/mojo_shell.gyp:mojo_runner_common_lib',
33 '../mojo/mojo_shell.gyp:mojo_runner_host_lib', 34 '../mojo/mojo_shell.gyp:mojo_runner_host_lib',
34 '../mojo/mojo_shell.gyp:mojo_shell_lib', 35 '../mojo/mojo_shell.gyp:mojo_shell_lib',
35 '../net/net.gyp:http_server', 36 '../net/net.gyp:http_server',
36 '../net/net.gyp:net', 37 '../net/net.gyp:net',
37 '../net/net.gyp:net_extras', 38 '../net/net.gyp:net_extras',
38 '../sandbox/sandbox.gyp:sandbox', 39 '../sandbox/sandbox.gyp:sandbox',
39 '../skia/skia.gyp:skia', 40 '../skia/skia.gyp:skia',
40 '../skia/skia.gyp:skia_mojo', 41 '../skia/skia.gyp:skia_mojo',
41 '../sql/sql.gyp:sql', 42 '../sql/sql.gyp:sql',
42 '../storage/storage_browser.gyp:storage', 43 '../storage/storage_browser.gyp:storage',
(...skipping 2162 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 ['enable_webvr==1 and OS=="android"', { 2206 ['enable_webvr==1 and OS=="android"', {
2206 'sources': [ 2207 'sources': [
2207 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2208 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2208 'browser/vr/android/cardboard/cardboard_vr_device.h', 2209 'browser/vr/android/cardboard/cardboard_vr_device.h',
2209 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2210 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2210 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2211 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2211 ], 2212 ],
2212 }], 2213 }],
2213 ], 2214 ],
2214 } 2215 }
OLDNEW
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698