Index: ppapi/ppapi_tests.gypi |
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
index 0f52b179fdca99b3836e6d5061a43185c075378f..967b3f871277719ac7d6087fd63f81047eb0baf0 100644 |
--- a/ppapi/ppapi_tests.gypi |
+++ b/ppapi/ppapi_tests.gypi |
@@ -406,5 +406,17 @@ |
'examples/printing/printing.cc', |
], |
}, |
+ { |
+ 'target_name': 'ppapi_example_content_decryptor', |
+ 'dependencies': [ |
+ 'ppapi_example_skeleton', |
+ 'ppapi.gyp:ppapi_cpp', |
+ 'ppapi_internal.gyp:ppapi_shared', |
+ '../base/base.gyp:base', |
+ ], |
+ 'sources': [ |
+ 'examples/content_decryptor/content_decryptor.cc', |
+ ], |
+ }, |
], |
} |