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

Side by Side Diff: content/content_browser.gypi

Issue 1128453004: Embed a simple Mojo shell in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
11 '../device/battery/battery.gyp:device_battery', 11 '../device/battery/battery.gyp:device_battery',
12 '../device/battery/battery.gyp:device_battery_mojo_bindings', 12 '../device/battery/battery.gyp:device_battery_mojo_bindings',
13 '../google_apis/google_apis.gyp:google_apis', 13 '../google_apis/google_apis.gyp:google_apis',
14 '../mojo/mojo_shell.gyp:mojo_shell_lib',
14 '../net/net.gyp:net', 15 '../net/net.gyp:net',
15 '../skia/skia.gyp:skia', 16 '../skia/skia.gyp:skia',
16 '../sql/sql.gyp:sql', 17 '../sql/sql.gyp:sql',
17 '../third_party/re2/re2.gyp:re2', 18 '../third_party/re2/re2.gyp:re2',
18 '../third_party/zlib/google/zip.gyp:zip', 19 '../third_party/zlib/google/zip.gyp:zip',
19 '../third_party/zlib/zlib.gyp:zlib', 20 '../third_party/zlib/zlib.gyp:zlib',
20 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 21 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
21 '../ui/accessibility/accessibility.gyp:accessibility', 22 '../ui/accessibility/accessibility.gyp:accessibility',
22 '../ui/accessibility/accessibility.gyp:ax_gen', 23 '../ui/accessibility/accessibility.gyp:ax_gen',
23 '../ui/base/ui_base.gyp:ui_base', 24 '../ui/base/ui_base.gyp:ui_base',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'public/browser/load_from_memory_cache_details.h', 152 'public/browser/load_from_memory_cache_details.h',
152 'public/browser/load_notification_details.h', 153 'public/browser/load_notification_details.h',
153 'public/browser/local_storage_usage_info.cc', 154 'public/browser/local_storage_usage_info.cc',
154 'public/browser/local_storage_usage_info.h', 155 'public/browser/local_storage_usage_info.h',
155 'public/browser/location_provider.h', 156 'public/browser/location_provider.h',
156 'public/browser/media_capture_devices.h', 157 'public/browser/media_capture_devices.h',
157 'public/browser/media_device_id.cc', 158 'public/browser/media_device_id.cc',
158 'public/browser/media_device_id.h', 159 'public/browser/media_device_id.h',
159 'public/browser/message_port_delegate.h', 160 'public/browser/message_port_delegate.h',
160 'public/browser/message_port_provider.h', 161 'public/browser/message_port_provider.h',
162 'public/browser/mojo_app_connection.cc',
163 'public/browser/mojo_app_connection.h',
164 'public/browser/mojo_shell_context.h',
161 'public/browser/native_web_keyboard_event.h', 165 'public/browser/native_web_keyboard_event.h',
162 'public/browser/navigation_controller.cc', 166 'public/browser/navigation_controller.cc',
163 'public/browser/navigation_controller.h', 167 'public/browser/navigation_controller.h',
164 'public/browser/navigation_details.cc', 168 'public/browser/navigation_details.cc',
165 'public/browser/navigation_details.h', 169 'public/browser/navigation_details.h',
166 'public/browser/navigation_entry.h', 170 'public/browser/navigation_entry.h',
167 'public/browser/navigation_type.h', 171 'public/browser/navigation_type.h',
168 'public/browser/navigator_connect_context.h', 172 'public/browser/navigator_connect_context.h',
169 'public/browser/navigator_connect_service_factory.h', 173 'public/browser/navigator_connect_service_factory.h',
170 'public/browser/notification_database_data.h', 174 'public/browser/notification_database_data.h',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 'browser/appcache/appcache_working_set.h', 431 'browser/appcache/appcache_working_set.h',
428 'browser/appcache/chrome_appcache_service.cc', 432 'browser/appcache/chrome_appcache_service.cc',
429 'browser/appcache/chrome_appcache_service.h', 433 'browser/appcache/chrome_appcache_service.h',
430 'browser/appcache/view_appcache_internals_job.cc', 434 'browser/appcache/view_appcache_internals_job.cc',
431 'browser/appcache/view_appcache_internals_job.h', 435 'browser/appcache/view_appcache_internals_job.h',
432 'browser/background_sync/background_sync_context_impl.cc', 436 'browser/background_sync/background_sync_context_impl.cc',
433 'browser/background_sync/background_sync_context_impl.h', 437 'browser/background_sync/background_sync_context_impl.h',
434 'browser/background_sync/background_sync_manager.cc', 438 'browser/background_sync/background_sync_manager.cc',
435 'browser/background_sync/background_sync_manager.h', 439 'browser/background_sync/background_sync_manager.h',
436 'browser/background_sync/background_sync_network_observer.cc', 440 'browser/background_sync/background_sync_network_observer.cc',
437 'browser/background_sync/background_sync_network_observer.h', 441 'browser/background_sync/background_sync_network_observer.h',
438 'browser/bad_message.cc', 442 'browser/bad_message.cc',
439 'browser/bad_message.h', 443 'browser/bad_message.h',
440 'browser/bluetooth/bluetooth_dispatcher_host.cc', 444 'browser/bluetooth/bluetooth_dispatcher_host.cc',
441 'browser/bluetooth/bluetooth_dispatcher_host.h', 445 'browser/bluetooth/bluetooth_dispatcher_host.h',
442 'browser/bootstrap_sandbox_mac.cc', 446 'browser/bootstrap_sandbox_mac.cc',
443 'browser/bootstrap_sandbox_mac.h', 447 'browser/bootstrap_sandbox_mac.h',
444 'browser/browser_child_process_host_impl.cc', 448 'browser/browser_child_process_host_impl.cc',
445 'browser/browser_child_process_host_impl.h', 449 'browser/browser_child_process_host_impl.h',
446 'browser/browser_context.cc', 450 'browser/browser_context.cc',
447 'browser/browser_ipc_logging.cc', 451 'browser/browser_ipc_logging.cc',
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 'browser/media/webrtc_identity_store.h', 1003 'browser/media/webrtc_identity_store.h',
1000 'browser/media/webrtc_identity_store_backend.cc', 1004 'browser/media/webrtc_identity_store_backend.cc',
1001 'browser/media/webrtc_identity_store_backend.h', 1005 'browser/media/webrtc_identity_store_backend.h',
1002 'browser/message_port_message_filter.cc', 1006 'browser/message_port_message_filter.cc',
1003 'browser/message_port_message_filter.h', 1007 'browser/message_port_message_filter.h',
1004 'browser/message_port_provider.cc', 1008 'browser/message_port_provider.cc',
1005 'browser/message_port_service.cc', 1009 'browser/message_port_service.cc',
1006 'browser/message_port_service.h', 1010 'browser/message_port_service.h',
1007 'browser/mime_registry_message_filter.cc', 1011 'browser/mime_registry_message_filter.cc',
1008 'browser/mime_registry_message_filter.h', 1012 'browser/mime_registry_message_filter.h',
1013 'browser/mojo_shell_context_impl.cc',
1014 'browser/mojo_shell_context_impl.h',
1009 'browser/mojo/mojo_application_host.cc', 1015 'browser/mojo/mojo_application_host.cc',
1010 'browser/mojo/mojo_application_host.h', 1016 'browser/mojo/mojo_application_host.h',
1011 'browser/mojo/service_registrar_android.cc', 1017 'browser/mojo/service_registrar_android.cc',
1012 'browser/mojo/service_registrar_android.h', 1018 'browser/mojo/service_registrar_android.h',
1013 'browser/mojo/service_registry_android.cc', 1019 'browser/mojo/service_registry_android.cc',
1014 'browser/mojo/service_registry_android.h', 1020 'browser/mojo/service_registry_android.h',
1015 'browser/navigator_connect/navigator_connect_context_impl.cc', 1021 'browser/navigator_connect/navigator_connect_context_impl.cc',
1016 'browser/navigator_connect/navigator_connect_context_impl.h', 1022 'browser/navigator_connect/navigator_connect_context_impl.h',
1017 'browser/navigator_connect/navigator_connect_dispatcher_host.cc', 1023 'browser/navigator_connect/navigator_connect_dispatcher_host.cc',
1018 'browser/navigator_connect/navigator_connect_dispatcher_host.h', 1024 'browser/navigator_connect/navigator_connect_dispatcher_host.h',
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
2034 'browser/media/media_web_contents_observer.h', 2040 'browser/media/media_web_contents_observer.h',
2035 ], 2041 ],
2036 }], 2042 }],
2037 ['OS == "linux" and use_openssl==1', { 2043 ['OS == "linux" and use_openssl==1', {
2038 'dependencies': [ 2044 'dependencies': [
2039 '../third_party/boringssl/boringssl.gyp:boringssl', 2045 '../third_party/boringssl/boringssl.gyp:boringssl',
2040 ], 2046 ],
2041 }], 2047 }],
2042 ], 2048 ],
2043 } 2049 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698