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

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: fix component builds 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/memory_pressure_observer.h', 152 'public/browser/memory_pressure_observer.h',
153 'public/browser/message_port_delegate.h',
153 'public/browser/message_port_provider.h', 154 'public/browser/message_port_provider.h',
154 'public/browser/native_web_keyboard_event.h', 155 'public/browser/native_web_keyboard_event.h',
155 'public/browser/navigation_controller.cc', 156 'public/browser/navigation_controller.cc',
156 'public/browser/navigation_controller.h', 157 'public/browser/navigation_controller.h',
157 'public/browser/navigation_details.cc', 158 'public/browser/navigation_details.cc',
158 'public/browser/navigation_details.h', 159 'public/browser/navigation_details.h',
159 'public/browser/navigation_entry.h', 160 'public/browser/navigation_entry.h',
160 'public/browser/navigation_type.h', 161 'public/browser/navigation_type.h',
161 'public/browser/notification_details.h', 162 'public/browser/notification_details.h',
162 'public/browser/notification_event_dispatcher.h', 163 'public/browser/notification_event_dispatcher.h',
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 'browser/media/media_internals_ui.cc', 927 'browser/media/media_internals_ui.cc',
927 'browser/media/media_internals_ui.h', 928 'browser/media/media_internals_ui.h',
928 'browser/media/midi_host.cc', 929 'browser/media/midi_host.cc',
929 'browser/media/midi_host.h', 930 'browser/media/midi_host.h',
930 'browser/media/webrtc_identity_store.cc', 931 'browser/media/webrtc_identity_store.cc',
931 'browser/media/webrtc_identity_store.h', 932 'browser/media/webrtc_identity_store.h',
932 'browser/media/webrtc_identity_store_backend.cc', 933 'browser/media/webrtc_identity_store_backend.cc',
933 'browser/media/webrtc_identity_store_backend.h', 934 'browser/media/webrtc_identity_store_backend.h',
934 'browser/manifest/manifest_manager_host.cc', 935 'browser/manifest/manifest_manager_host.cc',
935 'browser/manifest/manifest_manager_host.h', 936 'browser/manifest/manifest_manager_host.h',
936 'browser/message_port_delegate.h',
937 'browser/message_port_message_filter.cc', 937 'browser/message_port_message_filter.cc',
938 'browser/message_port_message_filter.h', 938 'browser/message_port_message_filter.h',
939 'browser/message_port_provider.cc', 939 'browser/message_port_provider.cc',
940 'browser/message_port_service.cc', 940 'browser/message_port_service.cc',
941 'browser/message_port_service.h', 941 'browser/message_port_service.h',
942 'browser/mime_registry_message_filter.cc', 942 'browser/mime_registry_message_filter.cc',
943 'browser/mime_registry_message_filter.h', 943 'browser/mime_registry_message_filter.h',
944 'browser/mojo/mojo_application_host.cc', 944 'browser/mojo/mojo_application_host.cc',
945 'browser/mojo/mojo_application_host.h', 945 'browser/mojo/mojo_application_host.h',
946 'browser/mojo/service_registrar_android.cc', 946 'browser/mojo/service_registrar_android.cc',
(...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after
1958 'browser/media/media_web_contents_observer.h', 1958 'browser/media/media_web_contents_observer.h',
1959 ], 1959 ],
1960 }], 1960 }],
1961 ['OS == "linux" and use_openssl==1', { 1961 ['OS == "linux" and use_openssl==1', {
1962 'dependencies': [ 1962 'dependencies': [
1963 '../third_party/boringssl/boringssl.gyp:boringssl', 1963 '../third_party/boringssl/boringssl.gyp:boringssl',
1964 ], 1964 ],
1965 }], 1965 }],
1966 ], 1966 ],
1967 } 1967 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698