| 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',
|
|
|