Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(810)

Unified Diff: content/common/DEPS

Issue 1254023006: Move ServiceWorker public headers to public/{web,platform}/modules/serviceworker (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/DEPS
diff --git a/content/common/DEPS b/content/common/DEPS
index 36bbbd94030a55bf7ff9164f7e24faa9623e8b58..7007b2c5d0d0af1e13a058b6ddd0306250c6e2b8 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",
@@ -58,6 +57,7 @@ include_rules = [
"+third_party/WebKit/public/web/WebSandboxFlags.h",
"+third_party/WebKit/public/web/WebTextDirection.h",
"+third_party/WebKit/public/web/WebTreeScopeType.h",
+ "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
tkent 2015/08/17 00:32:31 ditto.
kinuko 2015/08/18 07:52:24 Done.
"+third_party/WebKit/public/web/WebWindowFeatures.h",
]

Powered by Google App Engine
This is Rietveld 408576698