| Index: content/browser/DEPS
|
| diff --git a/content/browser/DEPS b/content/browser/DEPS
|
| index c6d4ffdcb53fc61d1c3a419093cec09b59264d78..e20123b5d0fa01797323408ff4fbe080af195f94 100644
|
| --- a/content/browser/DEPS
|
| +++ b/content/browser/DEPS
|
| @@ -27,6 +27,8 @@ include_rules = [
|
| "+device/vibration", # For Vibration API
|
| "+device/vr", # For WebVR API
|
| "+device/wake_lock",
|
| + # This is only allowed on POSIX, and in particular not Windows, because there
|
| + # can be no V8 in the browser DLL.
|
| "+gin/v8_initializer.h",
|
| "+mojo",
|
| "+services",
|
|
|