Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: ppapi/ppapi_tests.gypi

Issue 9620024: Move ppapi/examples/gles2/ to ppapi/examples/video_decode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/examples/video_decode/video_decode.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
{
« no previous file with comments | « ppapi/examples/video_decode/video_decode.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698