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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/DEPS

Issue 2703343002: ServiceWorker: Use mojo's data pipe for respondWith(stream) (Closed)
Patch Set: Rebase Created 3 years, 8 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: third_party/WebKit/Source/modules/serviceworkers/DEPS
diff --git a/third_party/WebKit/Source/modules/serviceworkers/DEPS b/third_party/WebKit/Source/modules/serviceworkers/DEPS
index 3e20685f948ea1d2d0db425517c1038c5c0ecaed..5876b3b265696f5b037be85e77706e6f7fd7672b 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/DEPS
+++ b/third_party/WebKit/Source/modules/serviceworkers/DEPS
@@ -1,8 +1,14 @@
include_rules = [
+ "+bindings",
+ "+core",
"-modules",
"+modules/EventModules.h",
"+modules/EventTargetModules.h",
"+modules/ModulesExport.h",
"+modules/fetch",
"+modules/serviceworkers",
+ "+mojo/public/cpp/system/data_pipe.h",
+ "+platform",
+ "+public/platform",
+ "-web",
]

Powered by Google App Engine
This is Rietveld 408576698