| Index: ppapi/ppapi_tests.gypi
|
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
|
| index 4f439bafa42d0636c6b525cb0ba5becb68e812d5..0be56a43c51599e9fce87f1ffe0d3c90f4b9d4f5 100644
|
| --- a/ppapi/ppapi_tests.gypi
|
| +++ b/ppapi/ppapi_tests.gypi
|
| @@ -302,6 +302,16 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'ppapi_example_pluginfs',
|
| + 'dependencies': [
|
| + 'ppapi_example_skeleton',
|
| + 'ppapi.gyp:ppapi_cpp',
|
| + ],
|
| + 'sources': [
|
| + 'examples/pluginfs/pluginfs.cc',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'ppapi_example_audio',
|
| 'dependencies': [
|
| 'ppapi_example_skeleton',
|
|
|