Adds a new example to the NaCl SDK.
commit2ea96e502f6f84cf50495f98be5d5b2ac204dfec
authornoelallen@chromium.org <noelallen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 24 Jun 2013 22:26:13 +0000 (24 22:26 +0000)
committernoelallen@chromium.org <noelallen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 24 Jun 2013 22:26:13 +0000 (24 22:26 +0000)
treea18db4aa051c503a47636bde7b851ef36ffec4ad
parente2db10a81a814aa62d616d685b782146d4bb2cd6
Adds a new example to the NaCl SDK.

Adds 2D Context helpers to PPAPI_SIMPLE.
Adds Flocking geese demo which uses the context functions.

NOTRY=true
R=binji@chromium.org
BUG=164959

Review URL: https://chromiumcodereview.appspot.com/17009010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208276 0039d316-1c4b-4281-b951-d872f2087c98
20 files changed:
native_client_sdk/src/build_tools/sdk_files.list
native_client_sdk/src/examples/demo/flock/example.dsc [new file with mode: 0644]
native_client_sdk/src/examples/demo/flock/flock.cc [new file with mode: 0644]
native_client_sdk/src/examples/demo/flock/frame_counter.cc [new file with mode: 0644]
native_client_sdk/src/examples/demo/flock/frame_counter.h [new file with mode: 0644]
native_client_sdk/src/examples/demo/flock/goose.cc [new file with mode: 0644]
native_client_sdk/src/examples/demo/flock/goose.h [new file with mode: 0644]
native_client_sdk/src/examples/demo/flock/index.html [copied from native_client_sdk/src/examples/demo/life/index.html with 53% similarity]
native_client_sdk/src/examples/demo/flock/sprite.cc [new file with mode: 0644]
native_client_sdk/src/examples/demo/flock/sprite.h [new file with mode: 0644]
native_client_sdk/src/examples/demo/flock/vector2.h [new file with mode: 0644]
native_client_sdk/src/examples/demo/life/index.html
native_client_sdk/src/libraries/ppapi_simple/library.dsc
native_client_sdk/src/libraries/ppapi_simple/ps_context_2d.cc [new file with mode: 0644]
native_client_sdk/src/libraries/ppapi_simple/ps_context_2d.h [new file with mode: 0644]
native_client_sdk/src/libraries/ppapi_simple/ps_event.h
native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc
native_client_sdk/src/libraries/ppapi_simple/ps_instance.h
native_client_sdk/src/libraries/ppapi_simple/ps_interface.cc [new file with mode: 0644]
native_client_sdk/src/libraries/ppapi_simple/ps_interface.h [new file with mode: 0644]