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

Side by Side 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, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 'DISABLE': True,
3 'TOOLS': ['newlib', 'glibc', 'pnacl'],
4 'TARGETS': [
5 {
6 'NAME' : 'hello_world_instance3d',
7 'TYPE' : 'main',
8 'SOURCES' : ['hello_world.cc', 'matrix.cc', 'matrix.h'],
9 'CXXFLAGS': [
10 '-I../../src',
11 '-I../../src/ppapi/lib/gl'
12 ],
13 'DEPS': ['ppapi_main', 'nacl_io'],
14 'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi',
15 'pthread']
16 }
17 ],
18 'DATA': [
19 'fragment_shader_es2.frag',
20 'hello.raw',
21 'vertex_shader_es2.vert'
22 ],
23 'DEST': 'examples',
24 'NAME': 'hello_world_instance3d',
25 'TITLE': 'Hello World GLES 2.0 using ppapi_instance3d',
26 'GROUP': 'API'
27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698