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

Unified Diff: webkit/media/webkit_media.gypi

Issue 10914028: Add CDM allocator interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: It works, and this removes a copy in Decrypt/DeliverBlock. Created 8 years, 4 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/webkit_media.gypi
diff --git a/webkit/media/webkit_media.gypi b/webkit/media/webkit_media.gypi
index 7ac9b9b6da8fa6a412fcab4ab3b3740a81a90588..e911f300c19ef18256d410bf3b6dbbb52de59d69 100644
--- a/webkit/media/webkit_media.gypi
+++ b/webkit/media/webkit_media.gypi
@@ -104,6 +104,7 @@
'clearkeycdm',
],
'sources': [
+ 'crypto/ppapi/cdm_allocator.h',
xhwang 2012/09/01 13:49:09 hmm, what's the rule to put interface header files
Tom Finegan 2012/09/01 21:32:49 I don't know the rule, but I like having the .h fi
'crypto/ppapi/cdm_wrapper.cc',
],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698