diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-09 04:20:20 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-09 04:20:20 +0000 |
commit | 177405d001037c0bacddfcad7152c809e3e935ef (patch) | |
tree | 2223a376621fad26529f226805a287d580a8f0f1 /build | |
parent | 1365a706f53d65ca18ce0beab9e50a5d28985615 (diff) | |
download | chromium_src-177405d001037c0bacddfcad7152c809e3e935ef.zip chromium_src-177405d001037c0bacddfcad7152c809e3e935ef.tar.gz chromium_src-177405d001037c0bacddfcad7152c809e3e935ef.tar.bz2 |
Hooked demos.gyp and gles_book_examples.gyp to all.gyp
Review URL: http://codereview.chromium.org/542005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35865 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index c1c400f..b2eefb0 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -95,12 +95,14 @@ '../chrome/app/locales/locales.gyp:*', '../courgette/courgette.gyp:*', '../gears/gears.gyp:*', + '../gpu/demos/demos.gyp:*', '../gpu/gpu.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. |