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

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: fix tests 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..d307006d47be4832805239d1cf6ec4923b12e70d 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -3,7 +3,7 @@ include_rules = [
"+content/port/browser",
"+content/public/browser",
"+media/audio", # For audio input for speech input feature.
- "+media/base/android", # For Android JNI registration.
+ "+media/base", # For Android JNI registration and kEnableEncryptedMedia.
"+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