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

Side by Side Diff: content/content_browser.gypi

Issue 861373002: Refactor navigator.connect code to make it more flexible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 5 years, 10 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
« no previous file with comments | « content/common/service_worker/service_worker_messages.h ('k') | content/content_common.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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'public/browser/memory_pressure_observer.h', 152 'public/browser/memory_pressure_observer.h',
153 'public/browser/message_port_delegate.h', 153 'public/browser/message_port_delegate.h',
154 'public/browser/message_port_provider.h', 154 'public/browser/message_port_provider.h',
155 'public/browser/native_web_keyboard_event.h', 155 'public/browser/native_web_keyboard_event.h',
156 'public/browser/navigation_controller.cc', 156 'public/browser/navigation_controller.cc',
157 'public/browser/navigation_controller.h', 157 'public/browser/navigation_controller.h',
158 'public/browser/navigation_details.cc', 158 'public/browser/navigation_details.cc',
159 'public/browser/navigation_details.h', 159 'public/browser/navigation_details.h',
160 'public/browser/navigation_entry.h', 160 'public/browser/navigation_entry.h',
161 'public/browser/navigation_type.h', 161 'public/browser/navigation_type.h',
162 'public/browser/navigator_connect_context.h',
163 'public/browser/navigator_connect_service_factory.h',
162 'public/browser/notification_details.h', 164 'public/browser/notification_details.h',
163 'public/browser/notification_event_dispatcher.h', 165 'public/browser/notification_event_dispatcher.h',
164 'public/browser/notification_observer.h', 166 'public/browser/notification_observer.h',
165 'public/browser/notification_registrar.cc', 167 'public/browser/notification_registrar.cc',
166 'public/browser/notification_registrar.h', 168 'public/browser/notification_registrar.h',
167 'public/browser/notification_service.h', 169 'public/browser/notification_service.h',
168 'public/browser/notification_source.h', 170 'public/browser/notification_source.h',
169 'public/browser/notification_types.h', 171 'public/browser/notification_types.h',
170 'public/browser/overscroll_configuration.h', 172 'public/browser/overscroll_configuration.h',
171 'public/browser/page_navigator.cc', 173 'public/browser/page_navigator.cc',
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 'browser/message_port_service.cc', 944 'browser/message_port_service.cc',
943 'browser/message_port_service.h', 945 'browser/message_port_service.h',
944 'browser/mime_registry_message_filter.cc', 946 'browser/mime_registry_message_filter.cc',
945 'browser/mime_registry_message_filter.h', 947 'browser/mime_registry_message_filter.h',
946 'browser/mojo/mojo_application_host.cc', 948 'browser/mojo/mojo_application_host.cc',
947 'browser/mojo/mojo_application_host.h', 949 'browser/mojo/mojo_application_host.h',
948 'browser/mojo/service_registrar_android.cc', 950 'browser/mojo/service_registrar_android.cc',
949 'browser/mojo/service_registrar_android.h', 951 'browser/mojo/service_registrar_android.h',
950 'browser/mojo/service_registry_android.cc', 952 'browser/mojo/service_registry_android.cc',
951 'browser/mojo/service_registry_android.h', 953 'browser/mojo/service_registry_android.h',
952 'browser/navigator_connect/navigator_connect_context.cc', 954 'browser/navigator_connect/navigator_connect_context_impl.cc',
953 'browser/navigator_connect/navigator_connect_context.h', 955 'browser/navigator_connect/navigator_connect_context_impl.h',
954 'browser/navigator_connect/navigator_connect_dispatcher_host.cc', 956 'browser/navigator_connect/navigator_connect_dispatcher_host.cc',
955 'browser/navigator_connect/navigator_connect_dispatcher_host.h', 957 'browser/navigator_connect/navigator_connect_dispatcher_host.h',
958 'browser/navigator_connect/navigator_connect_service.h',
959 'browser/navigator_connect/navigator_connect_service_factory.h',
960 'browser/navigator_connect/navigator_connect_service_worker_service_factor y.cc',
961 'browser/navigator_connect/navigator_connect_service_worker_service_factor y.h',
956 'browser/net/browser_online_state_observer.cc', 962 'browser/net/browser_online_state_observer.cc',
957 'browser/net/browser_online_state_observer.h', 963 'browser/net/browser_online_state_observer.h',
958 'browser/net/sqlite_persistent_cookie_store.cc', 964 'browser/net/sqlite_persistent_cookie_store.cc',
959 'browser/net/sqlite_persistent_cookie_store.h', 965 'browser/net/sqlite_persistent_cookie_store.h',
960 'browser/net/view_blob_internals_job_factory.cc', 966 'browser/net/view_blob_internals_job_factory.cc',
961 'browser/net/view_blob_internals_job_factory.h', 967 'browser/net/view_blob_internals_job_factory.h',
962 'browser/net/view_http_cache_job_factory.cc', 968 'browser/net/view_http_cache_job_factory.cc',
963 'browser/net/view_http_cache_job_factory.h', 969 'browser/net/view_http_cache_job_factory.h',
964 'browser/notifications/notification_event_dispatcher_impl.cc', 970 'browser/notifications/notification_event_dispatcher_impl.cc',
965 'browser/notifications/notification_event_dispatcher_impl.h', 971 'browser/notifications/notification_event_dispatcher_impl.h',
(...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after
1964 'browser/media/media_web_contents_observer.h', 1970 'browser/media/media_web_contents_observer.h',
1965 ], 1971 ],
1966 }], 1972 }],
1967 ['OS == "linux" and use_openssl==1', { 1973 ['OS == "linux" and use_openssl==1', {
1968 'dependencies': [ 1974 'dependencies': [
1969 '../third_party/boringssl/boringssl.gyp:boringssl', 1975 '../third_party/boringssl/boringssl.gyp:boringssl',
1970 ], 1976 ],
1971 }], 1977 }],
1972 ], 1978 ],
1973 } 1979 }
OLDNEW
« no previous file with comments | « content/common/service_worker/service_worker_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698