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

Side by Side Diff: content/content_browser.gypi

Issue 831523004: Enable posting a message from JS to Android webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor fixes Created 5 years, 11 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',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'public/browser/javascript_dialog_manager.h', 142 'public/browser/javascript_dialog_manager.h',
143 'public/browser/load_from_memory_cache_details.cc', 143 'public/browser/load_from_memory_cache_details.cc',
144 'public/browser/load_from_memory_cache_details.h', 144 'public/browser/load_from_memory_cache_details.h',
145 'public/browser/load_notification_details.h', 145 'public/browser/load_notification_details.h',
146 'public/browser/local_storage_usage_info.cc', 146 'public/browser/local_storage_usage_info.cc',
147 'public/browser/local_storage_usage_info.h', 147 'public/browser/local_storage_usage_info.h',
148 'public/browser/location_provider.h', 148 'public/browser/location_provider.h',
149 'public/browser/media_capture_devices.h', 149 'public/browser/media_capture_devices.h',
150 'public/browser/media_device_id.cc', 150 'public/browser/media_device_id.cc',
151 'public/browser/media_device_id.h', 151 'public/browser/media_device_id.h',
152 'public/browser/message_port_delegate.h',
152 'public/browser/message_port_provider.h', 153 'public/browser/message_port_provider.h',
153 'public/browser/native_web_keyboard_event.h', 154 'public/browser/native_web_keyboard_event.h',
154 'public/browser/navigation_controller.cc', 155 'public/browser/navigation_controller.cc',
155 'public/browser/navigation_controller.h', 156 'public/browser/navigation_controller.h',
156 'public/browser/navigation_details.cc', 157 'public/browser/navigation_details.cc',
157 'public/browser/navigation_details.h', 158 'public/browser/navigation_details.h',
158 'public/browser/navigation_entry.h', 159 'public/browser/navigation_entry.h',
159 'public/browser/navigation_type.h', 160 'public/browser/navigation_type.h',
160 'public/browser/notification_details.h', 161 'public/browser/notification_details.h',
161 'public/browser/notification_event_dispatcher.h', 162 'public/browser/notification_event_dispatcher.h',
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 'browser/media/media_internals_ui.cc', 926 'browser/media/media_internals_ui.cc',
926 'browser/media/media_internals_ui.h', 927 'browser/media/media_internals_ui.h',
927 'browser/media/midi_host.cc', 928 'browser/media/midi_host.cc',
928 'browser/media/midi_host.h', 929 'browser/media/midi_host.h',
929 'browser/media/webrtc_identity_store.cc', 930 'browser/media/webrtc_identity_store.cc',
930 'browser/media/webrtc_identity_store.h', 931 'browser/media/webrtc_identity_store.h',
931 'browser/media/webrtc_identity_store_backend.cc', 932 'browser/media/webrtc_identity_store_backend.cc',
932 'browser/media/webrtc_identity_store_backend.h', 933 'browser/media/webrtc_identity_store_backend.h',
933 'browser/manifest/manifest_manager_host.cc', 934 'browser/manifest/manifest_manager_host.cc',
934 'browser/manifest/manifest_manager_host.h', 935 'browser/manifest/manifest_manager_host.h',
935 'browser/message_port_delegate.h',
936 'browser/message_port_message_filter.cc', 936 'browser/message_port_message_filter.cc',
937 'browser/message_port_message_filter.h', 937 'browser/message_port_message_filter.h',
938 'browser/message_port_provider.cc', 938 'browser/message_port_provider.cc',
939 'browser/message_port_service.cc', 939 'browser/message_port_service.cc',
940 'browser/message_port_service.h', 940 'browser/message_port_service.h',
941 'browser/mime_registry_message_filter.cc', 941 'browser/mime_registry_message_filter.cc',
942 'browser/mime_registry_message_filter.h', 942 'browser/mime_registry_message_filter.h',
943 'browser/mojo/mojo_application_host.cc', 943 'browser/mojo/mojo_application_host.cc',
944 'browser/mojo/mojo_application_host.h', 944 'browser/mojo/mojo_application_host.h',
945 'browser/mojo/service_registrar_android.cc', 945 'browser/mojo/service_registrar_android.cc',
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1951 'sources': [ 1951 'sources': [
1952 'browser/media/cdm/browser_cdm_manager.cc', 1952 'browser/media/cdm/browser_cdm_manager.cc',
1953 'browser/media/cdm/browser_cdm_manager.h', 1953 'browser/media/cdm/browser_cdm_manager.h',
1954 # This works on Android because enable_browser_cdms==1 on Android. 1954 # This works on Android because enable_browser_cdms==1 on Android.
1955 'browser/media/media_web_contents_observer.cc', 1955 'browser/media/media_web_contents_observer.cc',
1956 'browser/media/media_web_contents_observer.h', 1956 'browser/media/media_web_contents_observer.h',
1957 ], 1957 ],
1958 }], 1958 }],
1959 ], 1959 ],
1960 } 1960 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698