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

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
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | content/browser/cache_storage/cache_storage_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | content/browser/cache_storage/cache_storage_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698