| Index: native_client_sdk/src/examples/hello_world_instance3d/example.dsc
|
| diff --git a/native_client_sdk/src/examples/hello_world_instance3d/example.dsc b/native_client_sdk/src/examples/hello_world_instance3d/example.dsc
|
| deleted file mode 100644
|
| index 8dda62375e1ced26aee4e30296a25194158295cf..0000000000000000000000000000000000000000
|
| --- a/native_client_sdk/src/examples/hello_world_instance3d/example.dsc
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -{
|
| - 'DISABLE': True,
|
| - 'TOOLS': ['newlib', 'glibc', 'pnacl'],
|
| - 'TARGETS': [
|
| - {
|
| - 'NAME' : 'hello_world_instance3d',
|
| - 'TYPE' : 'main',
|
| - 'SOURCES' : ['hello_world.cc', 'matrix.cc', 'matrix.h'],
|
| - 'CXXFLAGS': [
|
| - '-I../../src',
|
| - '-I../../src/ppapi/lib/gl'
|
| - ],
|
| - 'DEPS': ['ppapi_main', 'nacl_io'],
|
| - 'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi',
|
| - 'pthread']
|
| - }
|
| - ],
|
| - 'DATA': [
|
| - 'fragment_shader_es2.frag',
|
| - 'hello.raw',
|
| - 'vertex_shader_es2.vert'
|
| - ],
|
| - 'DEST': 'examples',
|
| - 'NAME': 'hello_world_instance3d',
|
| - 'TITLE': 'Hello World GLES 2.0 using ppapi_instance3d',
|
| - 'GROUP': 'API'
|
| -}
|
|
|