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

Side by Side Diff: third_party/WebKit/Source/modules/fetch/DEPS

Issue 2703343002: ServiceWorker: Use mojo's data pipe for respondWith(stream) (Closed)
Patch Set: Addressed comments from kinuko and haraken 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+gin/public", 2 "+gin/public",
3 "-modules", 3 "-modules",
4 "+modules/ModulesExport.h", 4 "+modules/ModulesExport.h",
5 "+modules/fetch", 5 "+modules/fetch",
6 "+modules/credentialmanager", 6 "+modules/credentialmanager",
7 "+mojo/public/cpp/system/data_pipe.h",
8 "+mojo/public/cpp/system/simple_watcher.h",
7 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698