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

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: reinitialize context off of a timer instead of directly in the lost context callback 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/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..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',
« no previous file with comments | « ppapi/examples/gles2/gles2.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698