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

Unified Diff: components/mime_util/DEPS

Issue 1110833003: Move the IsSupported* mime functions out of //net and into //components/mime_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/mime_util/BUILD.gn ('k') | components/mime_util/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mime_util/DEPS
diff --git a/components/mime_util/DEPS b/components/mime_util/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..7e0780e60a980ab9be74288001f100f059f98aa6
--- /dev/null
+++ b/components/mime_util/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ # This is used by both //content and //components/html_viewer, so prevent
+ # any dependencies on //content
+ "-content",
+
+ "+net/base",
+]
« no previous file with comments | « components/mime_util/BUILD.gn ('k') | components/mime_util/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698