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

Unified Diff: chrome/renderer/media/DEPS

Issue 253593002: Componentize EncryptedMediaMessageFilter and rename it CdmMessageFilter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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 | « chrome/common/encrypted_media_messages_android.h ('k') | chrome/renderer/media/chrome_key_systems.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/DEPS
diff --git a/chrome/renderer/media/DEPS b/chrome/renderer/media/DEPS
index 7c4e3f7803f4558f3448789c184312c79dc08411..10ef3ecf7b7ca273c969be8d409b1277ae066199 100644
--- a/chrome/renderer/media/DEPS
+++ b/chrome/renderer/media/DEPS
@@ -1,5 +1,6 @@
include_rules = [
+ "+content/common/media", # For media IPC messages.
jam 2014/04/25 17:17:56 chrome can never include files not in content/publ
ycheo (away) 2014/04/28 16:09:43 Oh, I didn't know this.
"+media/audio", # For basic audio functions.
"+media/base", # For basic media functions.
- "+media/cast", # For cast streaming library.
+ "+media/cast", # For cast streaming library.
]
« no previous file with comments | « chrome/common/encrypted_media_messages_android.h ('k') | chrome/renderer/media/chrome_key_systems.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698