Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index 38e92d6316d7f8f090b6c1302ce14ed24f8eee8d..f41b048256a065b62006c35639131febfe3f3d11 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -180,6 +180,7 @@ |
'public/browser/tracing_controller.h', |
'public/browser/user_metrics.h', |
'public/browser/utility_process_host.h', |
+ 'public/browser/vibration_provider.h', |
'public/browser/web_contents.cc', |
'public/browser/web_contents.h', |
'public/browser/web_contents_delegate.cc', |
@@ -280,8 +281,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', |
@@ -1138,6 +1137,10 @@ |
'browser/user_metrics.cc', |
'browser/utility_process_host_impl.cc', |
'browser/utility_process_host_impl.h', |
+ 'browser/vibration/vibration_dispatcher_host.cc', |
+ 'browser/vibration/vibration_dispatcher_host.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', |