| Index: content/browser/DEPS
|
| diff --git a/content/browser/DEPS b/content/browser/DEPS
|
| index c3668d8ae19f32ab0aa5f82dfa8b91826e45dd12..e073dd15475a7d68cb2b6ded8019fdc0849cb386 100644
|
| --- a/content/browser/DEPS
|
| +++ b/content/browser/DEPS
|
| @@ -52,21 +52,20 @@ include_rules = [
|
| "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.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/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/WebString.h",
|
| "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException.h",
|
| "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
|
| "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPermission.h",
|
| "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.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/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/platform/modules/vr/WebVR.h",
|
| - "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
|
| "+third_party/WebKit/public/web/WebAXEnums.h",
|
| "+third_party/WebKit/public/web/WebCompositionUnderline.h",
|
| "+third_party/WebKit/public/web/WebConsoleMessage.h",
|
| @@ -85,6 +84,7 @@ include_rules = [
|
| "+third_party/WebKit/public/web/WebTextDirection.h",
|
| "+third_party/WebKit/public/web/WebTextInputType.h",
|
| "+third_party/WebKit/public/web/WebTreeScopeType.h",
|
| + "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
|
|
|
| # These should be burned down. http://crbug.com/237267
|
| "!third_party/WebKit/public/web/mac/WebInputEventFactory.h",
|
|
|