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

Unified Diff: content/content_browser.gypi

Issue 23496051: Make VibrationMessageFilter available to other platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased and added contact info for override APIs. Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_jni.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index fc4ef25d435e280f3517a4674df77fbf94f16745..deeae49e3c9fb982189fdeb0818740b6ec563168 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',
@@ -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',
@@ -1169,6 +1168,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',
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698