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

Side by Side Diff: third_party/WebKit/Source/platform/network/DEPS

Issue 2398053003: Compute ResourceResponse::suggestedFileName on the fly. (Closed)
Patch Set: clean up vestigial changes (trybots previous) Created 4 years, 2 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 "+base/strings/string16.h",
2 "+components/link_header_util", 3 "+components/link_header_util",
3 # net/ includes should be allowed only in a limited set of directories, 4 # net/ includes should be allowed only in a limited set of directories,
4 # so we have separate DEPS from platform's one. 5 # so we have separate DEPS from platform's one.
5 "+net/base", 6 "+net/base",
6 "+net/http/http_util.h", 7 "+net/http/http_util.h",
7 ] 8 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698