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

Unified Diff: content/browser/DEPS

Issue 11414138: Encrypted Media: No NeedKey if --enable-encrypted-media is not set. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: move switches::kEnableEncryptedMedia to media/base/media_switches.h Created 8 years, 1 month 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 | « no previous file | content/browser/encrypted_media_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/DEPS
diff --git a/content/browser/DEPS b/content/browser/DEPS
index 8f04c9b8fe62eae76445c304c44eb0b99ec7b71d..e476042aa4e15871d5a693f619cfc05c15086045 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -4,6 +4,7 @@ include_rules = [
"+content/public/browser",
"+media/audio", # For audio input for speech input feature.
"+media/base/android", # For Android JNI registration.
+ "+media/base/media_switches.h", # For switches::kEnableEncryptedMedia.
jam 2012/11/29 21:55:38 nit: just make this "+media/base" and combine with
xhwang 2012/11/29 22:17:05 Done.
"+ui/ui_controls", # this should probably move into a DEPS file under test.
# Other libraries.
« no previous file with comments | « no previous file | content/browser/encrypted_media_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698