| Index: content/browser/DEPS
|
| diff --git a/content/browser/DEPS b/content/browser/DEPS
|
| index 4d0a87357c454b1630393e34bfd17cec1b0cf780..99a7ad65f5cfcd5fb94c205e4695b18ac0127d08 100644
|
| --- a/content/browser/DEPS
|
| +++ b/content/browser/DEPS
|
| @@ -1,6 +1,7 @@
|
| include_rules = [
|
| "+content/app/strings/grit", # For generated headers
|
| "+content/public/browser",
|
| + "+device/vibration",
|
| "+media/audio", # For audio input for speech input feature.
|
| "+media/base", # For Android JNI registration.
|
| "+media/midi", # For Web MIDI API
|
| @@ -51,7 +52,6 @@ include_rules = [
|
| "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h",
|
| "+third_party/WebKit/public/platform/WebServiceWorkerState.h",
|
| "+third_party/WebKit/public/platform/WebString.h",
|
| - "+third_party/WebKit/public/platform/WebVibration.h",
|
| "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
|
| "+third_party/WebKit/public/web/WebAXEnums.h",
|
| "+third_party/WebKit/public/web/WebCompositionUnderline.h",
|
|
|