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

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

Issue 1446963002: CREDENTIAL: Teach Fetch to handle PasswordCredential objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@opaque
Patch Set: webexposed Created 5 years, 1 month 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 "+bindings", 2 "+bindings",
3 "+core", 3 "+core",
4 "+gin/public", 4 "+gin/public",
5 "+heap", 5 "+heap",
6 "-modules", 6 "-modules",
7 "+modules/ModulesExport.h", 7 "+modules/ModulesExport.h",
8 "+modules/fetch", 8 "+modules/fetch",
9 "+modules/credentialmanager",
9 "+platform", 10 "+platform",
10 "+public/platform", 11 "+public/platform",
11 "-web", 12 "-web",
12 ] 13 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/fetch/Body.cpp ('k') | third_party/WebKit/Source/modules/fetch/Request.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698