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

Side by Side Diff: components/mime_util/DEPS

Issue 1129643002: Moved media mime type and codec checks to media/base/mime_util.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR feedback fixes Created 5 years, 7 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 # This is used by both //content and //components/html_viewer, so prevent 2 # This is used by both //content and //components/html_viewer, so prevent
3 # any dependencies on //content 3 # any dependencies on //content
4 "-content", 4 "-content",
5 5
6 "+media/base",
ddorwin 2015/05/14 18:09:59 Should we add a comment that this must not be used
servolk 2015/05/14 22:30:49 Done.
6 "+net/base", 7 "+net/base",
7 ] 8 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698