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

Side by Side Diff: content/content_browser.gypi

Issue 1970693002: Use mojo for Chrome Loading, Part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 10 matching lines...) Expand all
21 '../device/vibration/vibration.gyp:device_vibration', 21 '../device/vibration/vibration.gyp:device_vibration',
22 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 22 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
23 '../gin/gin.gyp:gin', 23 '../gin/gin.gyp:gin',
24 '../google_apis/google_apis.gyp:google_apis', 24 '../google_apis/google_apis.gyp:google_apis',
25 '../gpu/gpu.gyp:gpu', 25 '../gpu/gpu.gyp:gpu',
26 '../gpu/gpu.gyp:gpu_ipc_client', 26 '../gpu/gpu.gyp:gpu_ipc_client',
27 '../gpu/gpu.gyp:gpu_ipc_common', 27 '../gpu/gpu.gyp:gpu_ipc_common',
28 '../mojo/mojo_base.gyp:mojo_url_type_converters', 28 '../mojo/mojo_base.gyp:mojo_url_type_converters',
29 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 29 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
30 '../mojo/mojo_public.gyp:mojo_js_bindings', 30 '../mojo/mojo_public.gyp:mojo_js_bindings',
31 '../mojo/mojo_public.gyp:mojo_message_pump_lib',
31 '../net/net.gyp:http_server', 32 '../net/net.gyp:http_server',
32 '../net/net.gyp:net', 33 '../net/net.gyp:net',
33 '../net/net.gyp:net_extras', 34 '../net/net.gyp:net_extras',
34 '../sandbox/sandbox.gyp:sandbox', 35 '../sandbox/sandbox.gyp:sandbox',
35 '../services/shell/shell.gyp:shell_lib', 36 '../services/shell/shell.gyp:shell_lib',
36 '../services/shell/shell.gyp:shell_runner_common_lib', 37 '../services/shell/shell.gyp:shell_runner_common_lib',
37 '../services/shell/shell.gyp:shell_runner_host_lib', 38 '../services/shell/shell.gyp:shell_runner_host_lib',
38 '../services/shell/shell_public.gyp:shell_public', 39 '../services/shell/shell_public.gyp:shell_public',
39 '../services/tracing/tracing.gyp:tracing_lib', 40 '../services/tracing/tracing.gyp:tracing_lib',
40 '../services/tracing/tracing.gyp:tracing_public', 41 '../services/tracing/tracing.gyp:tracing_public',
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 'browser/loader/async_revalidation_manager.h', 977 'browser/loader/async_revalidation_manager.h',
977 'browser/loader/cross_site_resource_handler.cc', 978 'browser/loader/cross_site_resource_handler.cc',
978 'browser/loader/cross_site_resource_handler.h', 979 'browser/loader/cross_site_resource_handler.h',
979 'browser/loader/detachable_resource_handler.cc', 980 'browser/loader/detachable_resource_handler.cc',
980 'browser/loader/detachable_resource_handler.h', 981 'browser/loader/detachable_resource_handler.h',
981 'browser/loader/global_routing_id.h', 982 'browser/loader/global_routing_id.h',
982 'browser/loader/layered_resource_handler.cc', 983 'browser/loader/layered_resource_handler.cc',
983 'browser/loader/layered_resource_handler.h', 984 'browser/loader/layered_resource_handler.h',
984 'browser/loader/mime_type_resource_handler.cc', 985 'browser/loader/mime_type_resource_handler.cc',
985 'browser/loader/mime_type_resource_handler.h', 986 'browser/loader/mime_type_resource_handler.h',
987 'browser/loader/mojo_async_resource_handler.cc',
988 'browser/loader/mojo_async_resource_handler.h',
986 'browser/loader/navigation_resource_handler.cc', 989 'browser/loader/navigation_resource_handler.cc',
987 'browser/loader/navigation_resource_handler.h', 990 'browser/loader/navigation_resource_handler.h',
988 'browser/loader/navigation_resource_throttle.cc', 991 'browser/loader/navigation_resource_throttle.cc',
989 'browser/loader/navigation_resource_throttle.h', 992 'browser/loader/navigation_resource_throttle.h',
990 'browser/loader/navigation_url_loader.cc', 993 'browser/loader/navigation_url_loader.cc',
991 'browser/loader/navigation_url_loader.h', 994 'browser/loader/navigation_url_loader.h',
992 'browser/loader/navigation_url_loader_delegate.h', 995 'browser/loader/navigation_url_loader_delegate.h',
993 'browser/loader/navigation_url_loader_factory.h', 996 'browser/loader/navigation_url_loader_factory.h',
994 'browser/loader/navigation_url_loader_impl.cc', 997 'browser/loader/navigation_url_loader_impl.cc',
995 'browser/loader/navigation_url_loader_impl.h', 998 'browser/loader/navigation_url_loader_impl.h',
(...skipping 30 matching lines...) Expand all
1026 'browser/loader/stream_writer.cc', 1029 'browser/loader/stream_writer.cc',
1027 'browser/loader/stream_writer.h', 1030 'browser/loader/stream_writer.h',
1028 'browser/loader/sync_resource_handler.cc', 1031 'browser/loader/sync_resource_handler.cc',
1029 'browser/loader/sync_resource_handler.h', 1032 'browser/loader/sync_resource_handler.h',
1030 'browser/loader/temporary_file_stream.cc', 1033 'browser/loader/temporary_file_stream.cc',
1031 'browser/loader/temporary_file_stream.h', 1034 'browser/loader/temporary_file_stream.h',
1032 'browser/loader/throttling_resource_handler.cc', 1035 'browser/loader/throttling_resource_handler.cc',
1033 'browser/loader/throttling_resource_handler.h', 1036 'browser/loader/throttling_resource_handler.h',
1034 'browser/loader/upload_data_stream_builder.cc', 1037 'browser/loader/upload_data_stream_builder.cc',
1035 'browser/loader/upload_data_stream_builder.h', 1038 'browser/loader/upload_data_stream_builder.h',
1039 'browser/loader/url_loader_factory_holder.cc',
1040 'browser/loader/url_loader_factory_holder.h',
1036 'browser/mach_broker_mac.h', 1041 'browser/mach_broker_mac.h',
1037 'browser/mach_broker_mac.mm', 1042 'browser/mach_broker_mac.mm',
1038 'browser/manifest/manifest_manager_host.cc', 1043 'browser/manifest/manifest_manager_host.cc',
1039 'browser/manifest/manifest_manager_host.h', 1044 'browser/manifest/manifest_manager_host.h',
1040 'browser/media/android/browser_demuxer_android.cc', 1045 'browser/media/android/browser_demuxer_android.cc',
1041 'browser/media/android/browser_demuxer_android.h', 1046 'browser/media/android/browser_demuxer_android.h',
1042 'browser/media/android/browser_media_player_manager.cc', 1047 'browser/media/android/browser_media_player_manager.cc',
1043 'browser/media/android/browser_media_player_manager.h', 1048 'browser/media/android/browser_media_player_manager.h',
1044 'browser/media/android/browser_media_session_manager.cc', 1049 'browser/media/android/browser_media_session_manager.cc',
1045 'browser/media/android/browser_media_session_manager.h', 1050 'browser/media/android/browser_media_session_manager.h',
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 ], 2210 ],
2206 }], 2211 }],
2207 ['OS != "mac" and OS != "android"', { 2212 ['OS != "mac" and OS != "android"', {
2208 'sources!': [ 2213 'sources!': [
2209 'browser/gpu/gpu_surface_tracker.cc', 2214 'browser/gpu/gpu_surface_tracker.cc',
2210 'browser/gpu/gpu_surface_tracker.h', 2215 'browser/gpu/gpu_surface_tracker.h',
2211 ], 2216 ],
2212 }], 2217 }],
2213 ], 2218 ],
2214 } 2219 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698