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

Unified Diff: native_client_sdk/src/examples/hello_world_instance3d/example.dsc

Issue 15011003: ppapi_simple (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright Created 7 years, 7 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
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'
-}

Powered by Google App Engine
This is Rietveld 408576698