summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-05 01:06:25 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-05 01:06:25 +0000
commit37e43cfd1c9062212a3d3e7e93e611cc03f362bf (patch)
tree076dbf4a3544f6e17310b323f888d9e72e4891ff /build
parent4443dee989426bb1322a6f7d50d419d3e50480ba (diff)
downloadchromium_src-37e43cfd1c9062212a3d3e7e93e611cc03f362bf.zip
chromium_src-37e43cfd1c9062212a3d3e7e93e611cc03f362bf.tar.gz
chromium_src-37e43cfd1c9062212a3d3e7e93e611cc03f362bf.tar.bz2
Added an application framework for demos. Ported hello-triangle example in OpenGL ES book to use the application framework.
BUG=26099 TEST=Try running hello_triangle executable, you should see a red triangle. Review URL: http://codereview.chromium.org/465051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35500 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index ee2de12..6243b55 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -96,11 +96,13 @@
'../courgette/courgette.gyp:*',
'../gears/gears.gyp:*',
'../gpu/gpu.gyp:*',
+ '../gpu/demos/demos.gyp:*',
'../rlz/rlz.gyp:*',
'../sandbox/sandbox.gyp:*',
'../third_party/bsdiff/bsdiff.gyp:*',
'../third_party/bspatch/bspatch.gyp:*',
'../third_party/cld/cld.gyp:*',
+ '../third_party/gles_book_examples/gles_book_examples.gyp:*',
'../tools/memory_watcher/memory_watcher.gyp:*',
# As of now Skia build has problems with Linux and/or 64 bits.
# TODO(sehr,brettw): Make this unconditional.