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

Unified Diff: content/child/DEPS

Issue 877323009: Extracted media mime type checks from net/base/ into media/base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fixes #1 Created 5 years, 10 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: content/child/DEPS
diff --git a/content/child/DEPS b/content/child/DEPS
index 9cfa5d1fc339b49f775ae93b7b17777bc51e2721..cf0cc55eff08d5c4452fef98d553abbbf9abdf92 100644
--- a/content/child/DEPS
+++ b/content/child/DEPS
@@ -2,6 +2,6 @@ include_rules = [
"+components/tracing",
"+content/app/strings/grit", # For generated headers
"+content/public/child",
- "+media/base/android",
+ "+media/base",
"+v8/include/v8.h"
]

Powered by Google App Engine
This is Rietveld 408576698