| Index: ppapi/ppapi_tests.gypi
|
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
|
| index 32682c102cebce13416d975d116e0d71928fe90a..dda6a66186921e6640444caae6ea81fea650dfcb 100644
|
| --- a/ppapi/ppapi_tests.gypi
|
| +++ b/ppapi/ppapi_tests.gypi
|
| @@ -405,5 +405,15 @@
|
| 'examples/printing/printing.cc',
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'ppapi_example_content_decryptor',
|
| + 'dependencies': [
|
| + 'ppapi_example_skeleton',
|
| + 'ppapi.gyp:ppapi_cpp',
|
| + ],
|
| + 'sources': [
|
| + 'examples/content_decryptor/content_decryptor.cc',
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|