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

Unified Diff: content/shell/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: Use media/base/mime_util.h in //components/mime_util/DEPS 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
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | content/shell/app/shell_main_delegate.cc » ('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 552ba8eab647698fdd610c817ce820ff19215c35..fadafc0b88f007e838e9c06a57050c65f1cfbd50 100644
--- a/content/shell/DEPS
+++ b/content/shell/DEPS
@@ -29,6 +29,9 @@ include_rules = [
# For enabling media related features.
"+media/base/media_switches.h",
+
+ # For media::RemoveProprietaryMediaTypesAndCodecsForTests.
+ "+media/base/mime_util.h",
]
specific_include_rules = {
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | content/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698