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

Unified Diff: content/shell/DEPS

Issue 401523002: Move media related mimetype functionality out of net/ and into media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and add content/common/mime_util.h for realz Created 6 years, 5 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/shell/DEPS
diff --git a/content/shell/DEPS b/content/shell/DEPS
index 386f7d095163eb18eabb09513e990dc0f5a0d197..48a10ff8438799eafa58c6c73a05544911a6d98e 100644
--- a/content/shell/DEPS
+++ b/content/shell/DEPS
@@ -30,4 +30,7 @@ specific_include_rules = {
"content_browser_tests_android\.cc": [
"+media/base"
],
+ "shell_main_delegate\.cc": [
+ "+media/base"
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698