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

Side by Side Diff: content/content_browser.gypi

Issue 781723002: Pass navigator.connect calls through to the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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/navigator_connect_types.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 '../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',
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'browser/message_port_message_filter.h', 923 'browser/message_port_message_filter.h',
924 'browser/message_port_provider.cc', 924 'browser/message_port_provider.cc',
925 'browser/message_port_service.cc', 925 'browser/message_port_service.cc',
926 'browser/message_port_service.h', 926 'browser/message_port_service.h',
927 'browser/mime_registry_message_filter.cc', 927 'browser/mime_registry_message_filter.cc',
928 'browser/mime_registry_message_filter.h', 928 'browser/mime_registry_message_filter.h',
929 'browser/mojo/mojo_application_host.cc', 929 'browser/mojo/mojo_application_host.cc',
930 'browser/mojo/mojo_application_host.h', 930 'browser/mojo/mojo_application_host.h',
931 'browser/mojo/service_registry_android.cc', 931 'browser/mojo/service_registry_android.cc',
932 'browser/mojo/service_registry_android.h', 932 'browser/mojo/service_registry_android.h',
933 'browser/navigator_connect/navigator_connect_dispatcher_host.cc',
934 'browser/navigator_connect/navigator_connect_dispatcher_host.h',
933 'browser/net/browser_online_state_observer.cc', 935 'browser/net/browser_online_state_observer.cc',
934 'browser/net/browser_online_state_observer.h', 936 'browser/net/browser_online_state_observer.h',
935 'browser/net/sqlite_persistent_cookie_store.cc', 937 'browser/net/sqlite_persistent_cookie_store.cc',
936 'browser/net/sqlite_persistent_cookie_store.h', 938 'browser/net/sqlite_persistent_cookie_store.h',
937 'browser/net/view_blob_internals_job_factory.cc', 939 'browser/net/view_blob_internals_job_factory.cc',
938 'browser/net/view_blob_internals_job_factory.h', 940 'browser/net/view_blob_internals_job_factory.h',
939 'browser/net/view_http_cache_job_factory.cc', 941 'browser/net/view_http_cache_job_factory.cc',
940 'browser/net/view_http_cache_job_factory.h', 942 'browser/net/view_http_cache_job_factory.h',
941 'browser/notifications/notification_event_dispatcher_impl.cc', 943 'browser/notifications/notification_event_dispatcher_impl.cc',
942 'browser/notifications/notification_event_dispatcher_impl.h', 944 'browser/notifications/notification_event_dispatcher_impl.h',
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
1931 'sources': [ 1933 'sources': [
1932 'browser/media/cdm/browser_cdm_manager.cc', 1934 'browser/media/cdm/browser_cdm_manager.cc',
1933 'browser/media/cdm/browser_cdm_manager.h', 1935 'browser/media/cdm/browser_cdm_manager.h',
1934 # This works on Android because enable_browser_cdms==1 on Android. 1936 # This works on Android because enable_browser_cdms==1 on Android.
1935 'browser/media/media_web_contents_observer.cc', 1937 'browser/media/media_web_contents_observer.cc',
1936 'browser/media/media_web_contents_observer.h', 1938 'browser/media/media_web_contents_observer.h',
1937 ], 1939 ],
1938 }], 1940 }],
1939 ], 1941 ],
1940 } 1942 }
OLDNEW
« no previous file with comments | « content/common/navigator_connect_types.cc ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698