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

Unified Diff: third_party/WebKit/Source/platform/mime/DEPS

Issue 2444873002: Move WebMIMERegistry impl from //content to blink:platform/network/mime (Closed)
Patch Set: test code support Created 4 years, 2 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: third_party/WebKit/Source/platform/mime/DEPS
diff --git a/third_party/WebKit/Source/platform/mime/DEPS b/third_party/WebKit/Source/platform/mime/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..fb87fa0c7cf88ba3071ed34573da7afeb3cc1982
--- /dev/null
+++ b/third_party/WebKit/Source/platform/mime/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
kinuko 2016/10/28 00:40:07 This file is a remnant of old cl, will remove
+ "+components/mime_util",
+ "+media",
+ "-media/blink",
+ "+net/base",
+]

Powered by Google App Engine
This is Rietveld 408576698