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

Unified Diff: native_client_sdk/src/examples/api/graphics_3d/example.dsc

Issue 23838002: [NaCl SDK] Simplify graphics3d example. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 years, 3 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 | « no previous file | native_client_sdk/src/examples/api/graphics_3d/example.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/examples/api/graphics_3d/example.dsc
diff --git a/native_client_sdk/src/examples/api/graphics_3d/example.dsc b/native_client_sdk/src/examples/api/graphics_3d/example.dsc
index c7535b499dffbd89edc758135d1f9686f0c47efa..6d637e3ef45ef92976ec5a3a5a9bc15cc70290b9 100644
--- a/native_client_sdk/src/examples/api/graphics_3d/example.dsc
+++ b/native_client_sdk/src/examples/api/graphics_3d/example.dsc
@@ -4,18 +4,17 @@
{
'NAME' : 'graphics_3d',
'TYPE' : 'main',
- 'SOURCES' : ['graphics_3d.cc', 'matrix.cc', 'matrix.h'],
- 'CXXFLAGS': [
- '-I../../src',
- '-I../../src/ppapi/lib/gl'
+ 'SOURCES' : [
+ 'graphics_3d.cc',
+ 'matrix.cc',
+ 'matrix.h',
+ 'texture.cc',
],
- 'LIBS': ['ppapi_gles2', 'ppapi', 'pthread']
+ 'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi', 'pthread']
}
],
'DATA': [
- 'fragment_shader_es2.frag',
- 'hello.raw',
- 'vertex_shader_es2.vert'
+ 'example.js'
],
'DEST': 'examples/api',
'NAME': 'graphics_3d',
« no previous file with comments | « no previous file | native_client_sdk/src/examples/api/graphics_3d/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698