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

Unified Diff: webkit/media/webkit_media.gypi

Issue 10837252: Update CDM interface and add clear key CDM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 994a3542c51d635a746445731c14a249c39401f6..a3064575bde5d680cd85e55f55b3c7c95fa0ac54 100644
--- a/webkit/media/webkit_media.gypi
+++ b/webkit/media/webkit_media.gypi
@@ -78,5 +78,16 @@
}],
],
},
+ {
+ 'target_name': 'clear_key_cdm',
ddorwin 2012/08/15 20:15:00 should this use underscores or be concatenated? Th
xhwang 2012/08/16 02:32:40 On line 8, the target name for webkit_media is 'we
ddorwin 2012/08/16 05:00:35 webkit_media is a static library that we happen to
xhwang 2012/08/16 17:19:00 Done.
+ 'type': 'shared_library',
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base'
ddorwin 2012/08/15 20:15:00 + webkit_media and media?
xhwang 2012/08/16 02:32:40 Added media, this shouldn't depend on webkit_media
+ ],
+ 'sources': [
+ 'crypto/clear_key_cdm.cc',
+ 'crypto/clear_key_cdm.h',
+ ],
+ }
],
}
« webkit/media/crypto/clear_key_cdm.cc ('K') | « webkit/media/crypto/clear_key_cdm.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698