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

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

Issue 2444873002: Move WebMIMERegistry impl from //content to blink:platform/network/mime (Closed)
Patch Set: rebased Created 4 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 "+components/link_header_util", 2 "+components/link_header_util",
3 "+components/mime_util", 3 "+components/mime_util",
4 "+media",
5 "-media/blink",
4 # net/ includes should be allowed only in a limited set of directories, 6 # net/ includes should be allowed only in a limited set of directories,
5 # so we have separate DEPS from platform's one. 7 # so we have separate DEPS from platform's one.
6 "+net/base", 8 "+net/base",
7 "+net/http", 9 "+net/http",
8 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698