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

Unified Diff: content/browser/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/browser/DEPS
diff --git a/content/browser/DEPS b/content/browser/DEPS
index c3668d8ae19f32ab0aa5f82dfa8b91826e45dd12..b75072b2f8db4cf8794dfca03b9c8e900a7cd8b7 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -52,24 +52,24 @@ 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",
+ "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
tkent 2015/08/17 00:32:31 Looks this is not in sorted position.
kinuko 2015/08/18 07:52:24 Done.
"+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
"+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
"+third_party/WebKit/public/web/WebDragOperation.h",

Powered by Google App Engine
This is Rietveld 408576698