| Index: ppapi/ppapi_tests.gypi
|
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
|
| index f9447d438d5a6f7a7fa0f95eacda0b5ee99c4999..e56a1914a68c12b24bb3f2a8297f44057940a6ba 100644
|
| --- a/ppapi/ppapi_tests.gypi
|
| +++ b/ppapi/ppapi_tests.gypi
|
| @@ -551,5 +551,21 @@
|
| 'examples/media_stream_video/media_stream_video.cc',
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'ppapi_example_gles2_spinning_cube',
|
| + 'dependencies': [
|
| + 'ppapi_example_skeleton',
|
| + 'ppapi.gyp:ppapi_cpp',
|
| + 'ppapi.gyp:ppapi_gles2',
|
| + ],
|
| + 'include_dirs': [
|
| + 'lib/gl/include',
|
| + ],
|
| + 'sources': [
|
| + 'examples/gles2_spinning_cube/gles2_spinning_cube.cc',
|
| + 'examples/gles2_spinning_cube/spinning_cube.cc',
|
| + 'examples/gles2_spinning_cube/spinning_cube.h',
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|