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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 9625029: Add a very simple example pepper plugin that uses a 3d context (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
« ppapi/examples/gles2/gles2.cc ('K') | « ppapi/examples/gles2/gles2.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 558fc558eba6edd48766bbff3b26dc1ef4aa3f47..801d1fa3c42b9ae5167bfdd1a6bbeaf8ceea2226 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -366,6 +366,22 @@
],
},
{
+ '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',
+ 'examples/gles2/testdata.h',
Ami GONE FROM CHROMIUM 2012/03/07 23:59:38 Drop this?
+ ],
+ },
+ {
'target_name': 'ppapi_example_video_decode',
'dependencies': [
'ppapi_example_skeleton',
« ppapi/examples/gles2/gles2.cc ('K') | « ppapi/examples/gles2/gles2.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698