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

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: Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 6ef669549ba9a8f3720f1935495588b5eff9bd7b..d3cb61c907750e219742f3abca61fb0958422030 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -279,8 +279,8 @@
'browser/android/touch_point.h',
'browser/android/tracing_intent_handler.cc',
'browser/android/tracing_intent_handler.h',
- 'browser/android/vibration_message_filter.cc',
- 'browser/android/vibration_message_filter.h',
+ 'browser/android/vibration_message_filter_android.cc',
+ 'browser/android/vibration_message_filter_android.h',
'browser/android/web_contents_observer_android.cc',
'browser/android/web_contents_observer_android.h',
'browser/appcache/appcache_dispatcher_host.cc',
@@ -1110,6 +1110,8 @@
'browser/user_metrics.cc',
'browser/utility_process_host_impl.cc',
'browser/utility_process_host_impl.h',
+ 'browser/vibration_message_filter.cc',
+ 'browser/vibration_message_filter.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',

Powered by Google App Engine
This is Rietveld 408576698