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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 10545036: Add PPAPI decryptor interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implement enough thunk stuff to call into PluginInstance CDM stubs Created 8 years, 5 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: ppapi/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index 32682c102cebce13416d975d116e0d71928fe90a..f43de0b02090037f4301c1158f45b5ba3249e8d5 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -405,5 +405,15 @@
'examples/printing/printing.cc',
],
},
+ {
+ 'target_name': 'ppapi_example_content_decryption_module',
ddorwin 2012/07/13 19:19:48 The "wrapper" will not be a test, so we'll eventua
+ 'dependencies': [
+ 'ppapi_example_skeleton',
+ 'ppapi.gyp:ppapi_cpp',
+ ],
+ 'sources': [
+ 'examples/content_decryption_module/content_decryption_module.cc',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698