diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-06 20:32:57 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-06 20:32:57 +0000 |
commit | 1dcd5e8c3061bcd016dd99a04b939ba23e60497f (patch) | |
tree | 03feb6727eb8ff36802c3d4b104b5fac42ef410a /gpu/DEPS | |
parent | 2d4d7d554ca674fe43159ff777d6f8f048cec44a (diff) | |
download | chromium_src-1dcd5e8c3061bcd016dd99a04b939ba23e60497f.zip chromium_src-1dcd5e8c3061bcd016dd99a04b939ba23e60497f.tar.gz chromium_src-1dcd5e8c3061bcd016dd99a04b939ba23e60497f.tar.bz2 |
Resubmit 35500: Added an application framework for demos. Ported hellotriangle 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/525070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/DEPS')
-rw-r--r-- | gpu/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,4 +4,7 @@ include_rules = [ # For gfx::PluginWindowHandle "+app/gfx", + + # For demos + "+third_party/gles_book_examples", ] |