Index: ppapi/ppapi_tests.gypi |
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
index f1cb93e5c68fe3a58e6c6ca2801316dc2f04cb90..ffd577f2e20d005d1d29db10ae7d7c5989219cfe 100644 |
--- a/ppapi/ppapi_tests.gypi |
+++ b/ppapi/ppapi_tests.gypi |
@@ -271,6 +271,16 @@ |
], |
}, |
{ |
+ 'target_name': 'ppapi_example_crxfs', |
+ 'dependencies': [ |
+ 'ppapi_example_skeleton', |
+ 'ppapi.gyp:ppapi_cpp', |
+ ], |
+ 'sources': [ |
+ 'examples/crxfs/crxfs.cc', |
+ ], |
+ }, |
+ { |
'target_name': 'ppapi_example_audio', |
'dependencies': [ |
'ppapi_example_skeleton', |