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

Unified Diff: content/shell/DEPS

Issue 1965273005: Drop unnecessary media deps from content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back //content/DEPS +media Created 4 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
« no previous file with comments | « content/renderer/pepper/DEPS ('k') | content/shell/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/DEPS
diff --git a/content/shell/DEPS b/content/shell/DEPS
index f6a233f57f2acd480651e52edc9624c8dd926eac..554bac8d634f28bcbb2773fc0fabf1856df9701e 100644
--- a/content/shell/DEPS
+++ b/content/shell/DEPS
@@ -27,22 +27,10 @@ include_rules = [
"+components/devtools_discovery",
"+components/devtools_http_handler",
"+components/url_formatter",
-
- # For enabling media related features.
- "+media/base/media_switches.h",
-
- # For media::RemoveProprietaryMediaTypesAndCodecsForTests.
- "+media/base/mime_util.h",
-
- # For enabling mojo media services.
- "+media/mojo/services",
]
specific_include_rules = {
"shell_views\.cc": [
"+ui/wm/test"
],
- "content_browser_tests_android\.cc": [
- "+media/base"
- ],
}
« no previous file with comments | « content/renderer/pepper/DEPS ('k') | content/shell/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698