| Index: chrome/browser/DEPS
|
| diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
|
| index a368b31d77b2f73790ca1c07241bee03a5a77869..4fbfa366917073990c4b864d4cc89c09882752aa 100644
|
| --- a/chrome/browser/DEPS
|
| +++ b/chrome/browser/DEPS
|
| @@ -95,6 +95,8 @@ include_rules = [
|
| "-third_party/WebKit",
|
| "+third_party/WebKit/public/platform/WebDisplayMode.h",
|
| "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h",
|
| + "+third_party/WebKit/public/platform/WebGestureEvent.h",
|
| + "+third_party/WebKit/public/platform/WebInputEvent.h",
|
| "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
|
| "+third_party/WebKit/public/platform/WebSecurityStyle.h",
|
| "+third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom.h",
|
| @@ -109,7 +111,6 @@ include_rules = [
|
| "+third_party/WebKit/public/web/WebCache.h",
|
| "+third_party/WebKit/public/web/WebContextMenuData.h",
|
| "+third_party/WebKit/public/web/WebFindOptions.h",
|
| - "+third_party/WebKit/public/web/WebInputEvent.h",
|
| "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
|
| "+third_party/WebKit/public/web/WebPluginAction.h",
|
| "+third_party/WebKit/public/web/WebTextDirection.h",
|
|
|