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

Side by Side Diff: native_client_sdk/src/examples/tumbler/example.dsc

Issue 10548013: Fix break in SDK builders due to missing files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 {
2 'TOOLS': ['newlib', 'glibc'],
3 'TARGETS': [
4 {
5 'NAME' : 'tumbler',
6 'TYPE' : 'main',
7 'SOURCES' : [
8 'callback.h',
9 'cube.cc',
10 'cube.h',
11 'opengl_context.cc',
12 'opengl_context.h',
13 'opengl_context_ptrs.h',
14 'scripting_bridge.cc',
15 'scripting_bridge.h',
16 'shader_util.cc',
17 'shader_util.h',
18 'transforms.cc',
19 'transforms.h',
20 'tumbler.cc',
21 'tumbler.h',
22 'tumbler_module.cc'
23 ],
24 'LDFLAGS': ['$(NACL_LDFLAGS)', '-lppapi_gles2']
25 }
26 ],
27 'DATA': [
28 'bind.js',
29 'dragger.js',
30 'trackball.js',
31 'tumbler.js',
32 'vector3.js'
33 ],
34 'DEST': 'examples',
35 'NAME': 'tumbler',
36 }
37
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/sine_synth/example.dsc ('k') | native_client_sdk/src/examples/websocket/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698