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

Unified Diff: content/content_browser.gypi

Issue 826613003: Revert of Vibration API : migrate to device/vibration using mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/content.gyp ('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 c69f4027af8e4445b23fbc535fdb72e839b09113..ea18825888a75b266622c9c6b0b1e323398a7551 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -6,8 +6,6 @@
'dependencies': [
'../base/base.gyp:base_static',
'../crypto/crypto.gyp:crypto',
- '../device/vibration/vibration.gyp:device_vibration',
- '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
'../device/battery/battery.gyp:device_battery',
'../device/battery/battery.gyp:device_battery_mojo_bindings',
'../google_apis/google_apis.gyp:google_apis',
@@ -223,6 +221,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',
@@ -1357,6 +1356,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/gesture_nav_simple.cc',
'browser/web_contents/aura/gesture_nav_simple.h',
'browser/web_contents/aura/image_window_delegate.cc',
« no previous file with comments | « content/content.gyp ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698