Chromium Code Reviews| 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', |
| + ], |
| + }, |
| ], |
| } |