| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index cf826c6a95cbc5baf7fa28b163dae5529203cb4f..ebfeb0028175c958c5bc0f638857333a001b39a5 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -6,6 +6,8 @@
|
| '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',
|
| @@ -221,7 +223,6 @@
|
| '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',
|
| @@ -1356,10 +1357,6 @@
|
| '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',
|
|
|