diff options
author | sl.ostapenko@samsung.com <sl.ostapenko@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-25 18:12:53 +0000 |
---|---|---|
committer | sl.ostapenko@samsung.com <sl.ostapenko@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-25 18:12:53 +0000 |
commit | 8f3fdb1030ffda316b496c886ea69be933d3ac35 (patch) | |
tree | ff0ea47f5f9d596b79475472054f69204e72cc41 /content/content_browser.gypi | |
parent | 4837a98696485a8e07b1e4ad742a60ab02c73f08 (diff) | |
download | chromium_src-8f3fdb1030ffda316b496c886ea69be933d3ac35.zip chromium_src-8f3fdb1030ffda316b496c886ea69be933d3ac35.tar.gz chromium_src-8f3fdb1030ffda316b496c886ea69be933d3ac35.tar.bz2 |
Make VibrationMessageFilter available to other platforms.
Adds VibrationProvider interface that simplifies adding vibration API handlers for other platforms and moves Android implementation into VibrationProviderAndroid.
Also adds ContentBrowserClient::OverrideVibrationProvider() method that allows embedder application override handling of blink Vibration API.
BUG=222504
Review URL: https://codereview.chromium.org/23496051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r-- | content/content_browser.gypi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi index 4319814..df0442e 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -29,6 +29,7 @@ 'port/browser/location_provider.h', 'port/browser/render_view_host_delegate_view.h', 'port/browser/render_widget_host_view_port.h', + 'port/browser/vibration_provider.h', 'port/browser/web_contents_view_port.h', 'public/browser/access_token_store.h', 'public/browser/android/compositor.h', @@ -281,8 +282,6 @@ 'browser/android/touch_point.h', 'browser/android/tracing_controller_android.cc', 'browser/android/tracing_controller_android.h', - 'browser/android/vibration_message_filter.cc', - 'browser/android/vibration_message_filter.h', 'browser/android/web_contents_observer_android.cc', 'browser/android/web_contents_observer_android.h', 'browser/appcache/appcache_dispatcher_host.cc', @@ -1174,6 +1173,10 @@ 'browser/user_metrics.cc', 'browser/utility_process_host_impl.cc', 'browser/utility_process_host_impl.h', + 'browser/vibration/vibration_message_filter.cc', + 'browser/vibration/vibration_message_filter.h', + 'browser/vibration/vibration_provider_android.cc', + 'browser/vibration/vibration_provider_android.h', 'browser/web_contents/aura/image_window_delegate.cc', 'browser/web_contents/aura/image_window_delegate.h', 'browser/web_contents/aura/shadow_layer_delegate.cc', |