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

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

Issue 2739633003: platform/loader: move LinkHeader from network/ to loader/ (Closed)
Patch Set: gen gen --check passes Created 3 years, 9 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 "+components/link_header_util",
3 "+components/mime_util", 2 "+components/mime_util",
4 "+media", 3 "+media",
5 "-media/blink", 4 "-media/blink",
6 # net/ includes should be allowed only in a limited set of directories, 5 # net/ includes should be allowed only in a limited set of directories,
7 # so we have separate DEPS from platform's one. 6 # so we have separate DEPS from platform's one.
8 "+net/base", 7 "+net/base",
9 "+net/http", 8 "+net/http",
10 ] 9 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/loader/LinkHeaderTest.cpp ('k') | third_party/WebKit/Source/platform/network/LinkHeader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698