Chromium Code Reviews| Index: ppapi/ppapi_tests.gypi |
| diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
| index 65d8283efb618ab3bf505f5961549c1da44bea1f..558fc558eba6edd48766bbff3b26dc1ef4aa3f47 100644 |
| --- a/ppapi/ppapi_tests.gypi |
| +++ b/ppapi/ppapi_tests.gypi |
| @@ -366,7 +366,7 @@ |
| ], |
| }, |
| { |
| - 'target_name': 'ppapi_example_gles2', |
| + 'target_name': 'ppapi_example_video_decode', |
| 'dependencies': [ |
| 'ppapi_example_skeleton', |
| 'ppapi.gyp:ppapi_cpp', |
| @@ -377,8 +377,8 @@ |
| 'lib/gl/include', |
| ], |
| 'sources': [ |
| - 'examples/gles2/gles2.cc', |
| - 'examples/gles2/testdata.h', |
|
Ami GONE FROM CHROMIUM
2012/03/07 22:31:19
I think the gles2/testdata.h *delete* is missing f
|
| + 'examples/video_decode/video_decode.cc', |
| + 'examples/video_decode/testdata.h', |
| ], |
| }, |
| { |