From 1dcd5e8c3061bcd016dd99a04b939ba23e60497f Mon Sep 17 00:00:00 2001 From: "alokp@chromium.org" Date: Wed, 6 Jan 2010 20:32:57 +0000 Subject: 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 --- gpu/DEPS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gpu/DEPS') diff --git a/gpu/DEPS b/gpu/DEPS index 2cdc222..73297b6 100644 --- a/gpu/DEPS +++ b/gpu/DEPS @@ -4,4 +4,7 @@ include_rules = [ # For gfx::PluginWindowHandle "+app/gfx", + + # For demos + "+third_party/gles_book_examples", ] -- cgit v1.1