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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 178953003: Mojo container example for hosting Pepper plugins (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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_spinning_cube/spinning_cube.cc ('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 f9447d438d5a6f7a7fa0f95eacda0b5ee99c4999..e56a1914a68c12b24bb3f2a8297f44057940a6ba 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -551,5 +551,21 @@
'examples/media_stream_video/media_stream_video.cc',
],
},
+ {
+ 'target_name': 'ppapi_example_gles2_spinning_cube',
+ 'dependencies': [
+ 'ppapi_example_skeleton',
+ 'ppapi.gyp:ppapi_cpp',
+ 'ppapi.gyp:ppapi_gles2',
+ ],
+ 'include_dirs': [
+ 'lib/gl/include',
+ ],
+ 'sources': [
+ 'examples/gles2_spinning_cube/gles2_spinning_cube.cc',
+ 'examples/gles2_spinning_cube/spinning_cube.cc',
+ 'examples/gles2_spinning_cube/spinning_cube.h',
+ ],
+ },
],
}
« no previous file with comments | « ppapi/examples/gles2_spinning_cube/spinning_cube.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698