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

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: Use media/base/mime_util.h in //components/mime_util/DEPS 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
« no previous file with comments | « components/mime_util/BUILD.gn ('k') | components/mime_util/mime_util.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/mime_util.h", # Only for platforms other than iOS
6 "+net/base", 7 "+net/base",
7 ] 8 ]
OLDNEW
« no previous file with comments | « components/mime_util/BUILD.gn ('k') | components/mime_util/mime_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698