Index: content/common/DEPS |
diff --git a/content/common/DEPS b/content/common/DEPS |
index 36bbbd94030a55bf7ff9164f7e24faa9623e8b58..ba4584ece393fffc391a7f415484e79b6387f42e 100644 |
--- a/content/common/DEPS |
+++ b/content/common/DEPS |
@@ -25,15 +25,6 @@ include_rules = [ |
"+third_party/WebKit/public/platform/WebPageVisibilityState.h", |
"+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
"+third_party/WebKit/public/platform/WebScreenInfo.h", |
- "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h", |
- "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h", |
- "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", |
- "+third_party/WebKit/public/platform/WebServiceWorkerClientType.h", |
- "+third_party/WebKit/public/platform/WebServiceWorkerError.h", |
- "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", |
- "+third_party/WebKit/public/platform/WebServiceWorkerResponseError.h", |
- "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h", |
- "+third_party/WebKit/public/platform/WebServiceWorkerState.h", |
"+third_party/WebKit/public/platform/WebStorageArea.h", |
"+third_party/WebKit/public/platform/WebString.h", |
"+third_party/WebKit/public/platform/linux/WebFallbackFont.h", |
@@ -43,7 +34,15 @@ include_rules = [ |
"+third_party/WebKit/public/platform/modules/notifications/WebNotificationPermission.h", |
"+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", |
"+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h", |
- "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
+ "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h", |
+ "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h", |
+ "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCacheError.h", |
+ "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerClientType.h", |
+ "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerError.h", |
+ "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEventResult.h", |
+ "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponseError.h", |
+ "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponseType.h", |
+ "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerState.h", |
"+third_party/WebKit/public/web/WebAXEnums.h", |
"+third_party/WebKit/public/web/WebCompositionUnderline.h", |
"+third_party/WebKit/public/web/WebContentSecurityPolicy.h", |
@@ -59,6 +58,7 @@ include_rules = [ |
"+third_party/WebKit/public/web/WebTextDirection.h", |
"+third_party/WebKit/public/web/WebTreeScopeType.h", |
"+third_party/WebKit/public/web/WebWindowFeatures.h", |
+ "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
] |
specific_include_rules = { |