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

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: Add CreateDecryptor in key_system.* 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..16e64c0a467236f71183a16f1fd37fedfb09d07b
--- /dev/null
+++ b/webkit/media/crypto/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
scherkus (not reviewing) 2012/06/28 18:32:52 yeah we don't need this file -- just delete it
xhwang 2012/06/28 23:31:42 Done.
+ "-media",
+ "+media/base",
+ "+media/crypto",
+]

Powered by Google App Engine
This is Rietveld 408576698