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

Unified 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: Rebase to ToT since patch failed on some trybots 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 side-by-side diff with in-line comments
Download patch
Index: components/mime_util/DEPS
diff --git a/components/mime_util/DEPS b/components/mime_util/DEPS
index 7e0780e60a980ab9be74288001f100f059f98aa6..0a59b4a849fbb6cf1b707e299bf2f1c9f7e0bdd0 100644
--- a/components/mime_util/DEPS
+++ b/components/mime_util/DEPS
@@ -3,5 +3,6 @@ include_rules = [
# any dependencies on //content
"-content",
+ "+media/base",
"+net/base",
]

Powered by Google App Engine
This is Rietveld 408576698