Index: ppapi/ppapi_tests.gypi |
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
index 3337ce1ec960bde3b34e7089c0b11c3b3e382085..7803d1b29a603b41e05e21d229f50cb0beceee2e 100644 |
--- a/ppapi/ppapi_tests.gypi |
+++ b/ppapi/ppapi_tests.gypi |
@@ -438,5 +438,15 @@ |
'examples/printing/printing.cc', |
], |
}, |
+ { |
+ 'target_name': 'ppapi_example_content_decryption_module', |
+ 'dependencies': [ |
+ 'ppapi_example_skeleton', |
+ 'ppapi.gyp:ppapi_cpp', |
+ ], |
+ 'sources': [ |
+ 'examples/content_decryption_module/content_decryption_module.cc', |
+ ], |
+ }, |
], |
} |