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

Unified Diff: webkit/media/crypto/DEPS

Issue 10575026: Add ProxyDecryptor which wraps concrete Decryptor implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revise on comments. Created 8 years, 6 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: webkit/media/crypto/DEPS
diff --git a/webkit/media/crypto/DEPS b/webkit/media/crypto/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..3fbabe5b2e3815c0d09eb243679fb8731d15a939
--- /dev/null
+++ b/webkit/media/crypto/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "+media/base",
ddorwin 2012/06/27 04:00:08 Do we not inherit +media from the parent file? I'm
+ "+media/crypto",
+]

Powered by Google App Engine
This is Rietveld 408576698