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

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: 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
Index: components/mime_util/DEPS
diff --git a/device/hid/DEPS b/components/mime_util/DEPS
similarity index 58%
copy from device/hid/DEPS
copy to components/mime_util/DEPS
index 1eb5a72a8ce0fe3f725a5dd2882afcb21955bf98..658593c3351872496c0584d11630d8dbc4361314 100644
--- a/device/hid/DEPS
+++ b/components/mime_util/DEPS
@@ -1,4 +1,5 @@
include_rules = [
- "+chromeos/dbus",
+ "-content",
+ "+base",
Lei Zhang 2015/04/28 04:01:03 There's a blanket everyone outside of third_party/
"+net/base",
]

Powered by Google App Engine
This is Rietveld 408576698