diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-05 02:05:33 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-05 02:05:33 +0000 |
commit | 7de03266c2c54238fe225256c481bcea8ae5347d (patch) | |
tree | 2b3ceed2a082f093813f7602e99a5c3cb428c672 /build/all.gyp | |
parent | 2095d179cdede5b1d58a506189a9a6c3eb0b8a7b (diff) | |
download | chromium_src-7de03266c2c54238fe225256c481bcea8ae5347d.zip chromium_src-7de03266c2c54238fe225256c481bcea8ae5347d.tar.gz chromium_src-7de03266c2c54238fe225256c481bcea8ae5347d.tar.bz2 |
Revert 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/465051
TBR=alokp@chromium.org
Review URL: http://codereview.chromium.org/525019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35505 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp index 6243b55..ee2de12 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -96,13 +96,11 @@ '../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. |