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

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, 7 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 11 matching lines...) Expand all
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_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_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_public.gyp:mojo_message_pump_lib',
32 '../net/net.gyp:http_server', 33 '../net/net.gyp:http_server',
33 '../net/net.gyp:net', 34 '../net/net.gyp:net',
34 '../net/net.gyp:net_extras', 35 '../net/net.gyp:net_extras',
35 '../sandbox/sandbox.gyp:sandbox', 36 '../sandbox/sandbox.gyp:sandbox',
36 '../services/shell/shell.gyp:shell_lib', 37 '../services/shell/shell.gyp:shell_lib',
37 '../services/shell/shell.gyp:shell_runner_common_lib', 38 '../services/shell/shell.gyp:shell_runner_common_lib',
38 '../services/shell/shell.gyp:shell_runner_host_lib', 39 '../services/shell/shell.gyp:shell_runner_host_lib',
39 '../services/shell/shell_public.gyp:shell_public', 40 '../services/shell/shell_public.gyp:shell_public',
40 '../services/tracing/tracing.gyp:tracing_lib', 41 '../services/tracing/tracing.gyp:tracing_lib',
41 '../services/tracing/tracing.gyp:tracing_public', 42 '../services/tracing/tracing.gyp:tracing_public',
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 'browser/loader/async_revalidation_manager.h', 975 'browser/loader/async_revalidation_manager.h',
975 'browser/loader/cross_site_resource_handler.cc', 976 'browser/loader/cross_site_resource_handler.cc',
976 'browser/loader/cross_site_resource_handler.h', 977 'browser/loader/cross_site_resource_handler.h',
977 'browser/loader/detachable_resource_handler.cc', 978 'browser/loader/detachable_resource_handler.cc',
978 'browser/loader/detachable_resource_handler.h', 979 'browser/loader/detachable_resource_handler.h',
979 'browser/loader/global_routing_id.h', 980 'browser/loader/global_routing_id.h',
980 'browser/loader/layered_resource_handler.cc', 981 'browser/loader/layered_resource_handler.cc',
981 'browser/loader/layered_resource_handler.h', 982 'browser/loader/layered_resource_handler.h',
982 'browser/loader/mime_type_resource_handler.cc', 983 'browser/loader/mime_type_resource_handler.cc',
983 'browser/loader/mime_type_resource_handler.h', 984 'browser/loader/mime_type_resource_handler.h',
985 'browser/loader/mojo_async_resource_handler.cc',
986 'browser/loader/mojo_async_resource_handler.h',
984 'browser/loader/navigation_resource_handler.cc', 987 'browser/loader/navigation_resource_handler.cc',
985 'browser/loader/navigation_resource_handler.h', 988 'browser/loader/navigation_resource_handler.h',
986 'browser/loader/navigation_resource_throttle.cc', 989 'browser/loader/navigation_resource_throttle.cc',
987 'browser/loader/navigation_resource_throttle.h', 990 'browser/loader/navigation_resource_throttle.h',
988 'browser/loader/navigation_url_loader.cc', 991 'browser/loader/navigation_url_loader.cc',
989 'browser/loader/navigation_url_loader.h', 992 'browser/loader/navigation_url_loader.h',
990 'browser/loader/navigation_url_loader_delegate.h', 993 'browser/loader/navigation_url_loader_delegate.h',
991 'browser/loader/navigation_url_loader_factory.h', 994 'browser/loader/navigation_url_loader_factory.h',
992 'browser/loader/navigation_url_loader_impl.cc', 995 'browser/loader/navigation_url_loader_impl.cc',
993 'browser/loader/navigation_url_loader_impl.h', 996 'browser/loader/navigation_url_loader_impl.h',
(...skipping 30 matching lines...) Expand all
1024 'browser/loader/stream_writer.cc', 1027 'browser/loader/stream_writer.cc',
1025 'browser/loader/stream_writer.h', 1028 'browser/loader/stream_writer.h',
1026 'browser/loader/sync_resource_handler.cc', 1029 'browser/loader/sync_resource_handler.cc',
1027 'browser/loader/sync_resource_handler.h', 1030 'browser/loader/sync_resource_handler.h',
1028 'browser/loader/temporary_file_stream.cc', 1031 'browser/loader/temporary_file_stream.cc',
1029 'browser/loader/temporary_file_stream.h', 1032 'browser/loader/temporary_file_stream.h',
1030 'browser/loader/throttling_resource_handler.cc', 1033 'browser/loader/throttling_resource_handler.cc',
1031 'browser/loader/throttling_resource_handler.h', 1034 'browser/loader/throttling_resource_handler.h',
1032 'browser/loader/upload_data_stream_builder.cc', 1035 'browser/loader/upload_data_stream_builder.cc',
1033 'browser/loader/upload_data_stream_builder.h', 1036 'browser/loader/upload_data_stream_builder.h',
1037 'browser/loader/url_loader_factory_impl.cc',
1038 'browser/loader/url_loader_factory_impl.h',
1034 'browser/mach_broker_mac.h', 1039 'browser/mach_broker_mac.h',
1035 'browser/mach_broker_mac.mm', 1040 'browser/mach_broker_mac.mm',
1036 'browser/manifest/manifest_manager_host.cc', 1041 'browser/manifest/manifest_manager_host.cc',
1037 'browser/manifest/manifest_manager_host.h', 1042 'browser/manifest/manifest_manager_host.h',
1038 'browser/media/android/browser_demuxer_android.cc', 1043 'browser/media/android/browser_demuxer_android.cc',
1039 'browser/media/android/browser_demuxer_android.h', 1044 'browser/media/android/browser_demuxer_android.h',
1040 'browser/media/android/browser_media_player_manager.cc', 1045 'browser/media/android/browser_media_player_manager.cc',
1041 'browser/media/android/browser_media_player_manager.h', 1046 'browser/media/android/browser_media_player_manager.h',
1042 'browser/media/android/browser_media_session_manager.cc', 1047 'browser/media/android/browser_media_session_manager.cc',
1043 'browser/media/android/browser_media_session_manager.h', 1048 'browser/media/android/browser_media_session_manager.h',
(...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after
2201 ], 2206 ],
2202 }], 2207 }],
2203 ['OS != "mac" and OS != "android"', { 2208 ['OS != "mac" and OS != "android"', {
2204 'sources!': [ 2209 'sources!': [
2205 'browser/gpu/gpu_surface_tracker.cc', 2210 'browser/gpu/gpu_surface_tracker.cc',
2206 'browser/gpu/gpu_surface_tracker.h', 2211 'browser/gpu/gpu_surface_tracker.h',
2207 ], 2212 ],
2208 }], 2213 }],
2209 ], 2214 ],
2210 } 2215 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698