| Index: ppapi/ppapi_tests.gypi
|
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
|
| index 558fc558eba6edd48766bbff3b26dc1ef4aa3f47..96d914f8767d333bdb4d20499d786612f38c1b55 100644
|
| --- a/ppapi/ppapi_tests.gypi
|
| +++ b/ppapi/ppapi_tests.gypi
|
| @@ -366,6 +366,21 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'ppapi_example_gles2',
|
| + 'dependencies': [
|
| + 'ppapi_example_skeleton',
|
| + 'ppapi.gyp:ppapi_cpp',
|
| + 'ppapi.gyp:ppapi_gles2',
|
| + 'ppapi.gyp:ppapi_egl',
|
| + ],
|
| + 'include_dirs': [
|
| + 'lib/gl/include',
|
| + ],
|
| + 'sources': [
|
| + 'examples/gles2/gles2.cc',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'ppapi_example_video_decode',
|
| 'dependencies': [
|
| 'ppapi_example_skeleton',
|
|
|