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

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

Issue 10824246: add glibc support to examples (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add pnacl to tumbler example Created 8 years, 4 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
« no previous file with comments | « native_client_sdk/src/examples/hello_world_gles/example.dsc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'tumbler', 5 'NAME' : 'tumbler',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : [ 7 'SOURCES' : [
8 'callback.h', 8 'callback.h',
9 'cube.cc', 9 'cube.cc',
10 'cube.h', 10 'cube.h',
11 'opengl_context.cc', 11 'opengl_context.cc',
12 'opengl_context.h', 12 'opengl_context.h',
(...skipping 23 matching lines...) Expand all
36 'TITLE': 'Tumbler', 36 'TITLE': 'Tumbler',
37 'DESC': """ 37 'DESC': """
38 The Tumbler example demonstrates how to create a 3D cube that you can 38 The Tumbler example demonstrates how to create a 3D cube that you can
39 rotate with your mouse while pressing the left mouse button. This example 39 rotate with your mouse while pressing the left mouse button. This example
40 creates a 3D context and draws to it using OpenGL ES. The JavaScript 40 creates a 3D context and draws to it using OpenGL ES. The JavaScript
41 implements a virtual trackball interface to map mouse movements into 3D 41 implements a virtual trackball interface to map mouse movements into 3D
42 rotations using simple 3D vector math and quaternions.""", 42 rotations using simple 3D vector math and quaternions.""",
43 'INFO': '3D graphics' 43 'INFO': '3D graphics'
44 } 44 }
45 45
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/hello_world_gles/example.dsc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698