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

Side by Side Diff: content/content_browser.gypi

Issue 1149833007: Embed a mojo ApplicationManager in content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added some missing docs and removed some cruft Created 5 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 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
11 '../device/vibration/vibration.gyp:device_vibration', 11 '../device/vibration/vibration.gyp:device_vibration',
12 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 12 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
13 '../google_apis/google_apis.gyp:google_apis', 13 '../google_apis/google_apis.gyp:google_apis',
14 '../mojo/mojo_base.gyp:mojo_application_base',
15 '../mojo/mojo_base.gyp:mojo_application_bindings',
16 '../mojo/mojo_base.gyp:mojo_url_type_converters',
17 '../mojo/mojo_services.gyp:network_service_bindings_lib',
18 '../mojo/mojo_shell.gyp:mojo_shell_lib',
14 '../net/net.gyp:net', 19 '../net/net.gyp:net',
15 '../net/net.gyp:net_extras', 20 '../net/net.gyp:net_extras',
16 '../skia/skia.gyp:skia', 21 '../skia/skia.gyp:skia',
17 '../sql/sql.gyp:sql', 22 '../sql/sql.gyp:sql',
23 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
24 '../third_party/mojo/mojo_public.gyp:mojo_cpp_system',
18 '../third_party/re2/re2.gyp:re2', 25 '../third_party/re2/re2.gyp:re2',
19 '../third_party/zlib/google/zip.gyp:zip', 26 '../third_party/zlib/google/zip.gyp:zip',
20 '../third_party/zlib/zlib.gyp:zlib', 27 '../third_party/zlib/zlib.gyp:zlib',
21 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 28 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
22 '../ui/accessibility/accessibility.gyp:accessibility', 29 '../ui/accessibility/accessibility.gyp:accessibility',
23 '../ui/accessibility/accessibility.gyp:ax_gen', 30 '../ui/accessibility/accessibility.gyp:ax_gen',
24 '../ui/base/ui_base.gyp:ui_base', 31 '../ui/base/ui_base.gyp:ui_base',
25 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 32 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
26 '../ui/events/events.gyp:blink', 33 '../ui/events/events.gyp:blink',
27 '../ui/events/events.gyp:events', 34 '../ui/events/events.gyp:events',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'public/browser/load_from_memory_cache_details.h', 165 'public/browser/load_from_memory_cache_details.h',
159 'public/browser/load_notification_details.h', 166 'public/browser/load_notification_details.h',
160 'public/browser/local_storage_usage_info.cc', 167 'public/browser/local_storage_usage_info.cc',
161 'public/browser/local_storage_usage_info.h', 168 'public/browser/local_storage_usage_info.h',
162 'public/browser/location_provider.h', 169 'public/browser/location_provider.h',
163 'public/browser/media_capture_devices.h', 170 'public/browser/media_capture_devices.h',
164 'public/browser/media_device_id.cc', 171 'public/browser/media_device_id.cc',
165 'public/browser/media_device_id.h', 172 'public/browser/media_device_id.h',
166 'public/browser/message_port_delegate.h', 173 'public/browser/message_port_delegate.h',
167 'public/browser/message_port_provider.h', 174 'public/browser/message_port_provider.h',
175 'public/browser/mojo_app_connection.h',
176 'public/browser/mojo_shell_context.h',
168 'public/browser/native_web_keyboard_event.h', 177 'public/browser/native_web_keyboard_event.h',
169 'public/browser/navigation_controller.cc', 178 'public/browser/navigation_controller.cc',
170 'public/browser/navigation_controller.h', 179 'public/browser/navigation_controller.h',
171 'public/browser/navigation_details.cc', 180 'public/browser/navigation_details.cc',
172 'public/browser/navigation_details.h', 181 'public/browser/navigation_details.h',
173 'public/browser/navigation_entry.h', 182 'public/browser/navigation_entry.h',
174 'public/browser/navigation_type.h', 183 'public/browser/navigation_type.h',
175 'public/browser/navigator_connect_context.h', 184 'public/browser/navigator_connect_context.h',
176 'public/browser/navigator_connect_service_factory.h', 185 'public/browser/navigator_connect_service_factory.h',
177 'public/browser/notification_database_data.h', 186 'public/browser/notification_database_data.h',
(...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 'browser/message_port_service.cc', 1031 'browser/message_port_service.cc',
1023 'browser/message_port_service.h', 1032 'browser/message_port_service.h',
1024 'browser/mime_registry_message_filter.cc', 1033 'browser/mime_registry_message_filter.cc',
1025 'browser/mime_registry_message_filter.h', 1034 'browser/mime_registry_message_filter.h',
1026 'browser/mojo/mojo_application_host.cc', 1035 'browser/mojo/mojo_application_host.cc',
1027 'browser/mojo/mojo_application_host.h', 1036 'browser/mojo/mojo_application_host.h',
1028 'browser/mojo/service_registrar_android.cc', 1037 'browser/mojo/service_registrar_android.cc',
1029 'browser/mojo/service_registrar_android.h', 1038 'browser/mojo/service_registrar_android.h',
1030 'browser/mojo/service_registry_android.cc', 1039 'browser/mojo/service_registry_android.cc',
1031 'browser/mojo/service_registry_android.h', 1040 'browser/mojo/service_registry_android.h',
1041 'browser/mojo_app_connection_impl.cc',
1042 'browser/mojo_app_connection_impl.h',
1043 'browser/mojo_shell_context_impl.cc',
1044 'browser/mojo_shell_context_impl.h',
1032 'browser/navigator_connect/navigator_connect_context_impl.cc', 1045 'browser/navigator_connect/navigator_connect_context_impl.cc',
1033 'browser/navigator_connect/navigator_connect_context_impl.h', 1046 'browser/navigator_connect/navigator_connect_context_impl.h',
1034 'browser/navigator_connect/navigator_connect_dispatcher_host.cc', 1047 'browser/navigator_connect/navigator_connect_dispatcher_host.cc',
1035 'browser/navigator_connect/navigator_connect_dispatcher_host.h', 1048 'browser/navigator_connect/navigator_connect_dispatcher_host.h',
1036 'browser/navigator_connect/navigator_connect_service_worker_service_factor y.cc', 1049 'browser/navigator_connect/navigator_connect_service_worker_service_factor y.cc',
1037 'browser/navigator_connect/navigator_connect_service_worker_service_factor y.h', 1050 'browser/navigator_connect/navigator_connect_service_worker_service_factor y.h',
1038 'browser/net/browser_online_state_observer.cc', 1051 'browser/net/browser_online_state_observer.cc',
1039 'browser/net/browser_online_state_observer.h', 1052 'browser/net/browser_online_state_observer.h',
1040 'browser/net/quota_policy_cookie_store.cc', 1053 'browser/net/quota_policy_cookie_store.cc',
1041 'browser/net/quota_policy_cookie_store.h', 1054 'browser/net/quota_policy_cookie_store.h',
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
2057 'browser/media/media_web_contents_observer.h', 2070 'browser/media/media_web_contents_observer.h',
2058 ], 2071 ],
2059 }], 2072 }],
2060 ['OS == "linux" and use_openssl==1', { 2073 ['OS == "linux" and use_openssl==1', {
2061 'dependencies': [ 2074 'dependencies': [
2062 '../third_party/boringssl/boringssl.gyp:boringssl', 2075 '../third_party/boringssl/boringssl.gyp:boringssl',
2063 ], 2076 ],
2064 }], 2077 }],
2065 ], 2078 ],
2066 } 2079 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698