summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-09 18:15:32 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-09 18:15:32 +0000
commit48e7f7fc8e47daa20875ed123936dea12f59b6b6 (patch)
treeaf92d1d16ecc918343a9f9f57ba439fc9559e741
parentefb8f2987c9b500b3af21f3498df5ac4ae091551 (diff)
downloadchromium_src-48e7f7fc8e47daa20875ed123936dea12f59b6b6.zip
chromium_src-48e7f7fc8e47daa20875ed123936dea12f59b6b6.tar.gz
chromium_src-48e7f7fc8e47daa20875ed123936dea12f59b6b6.tar.bz2
Renamed gles_book_examples.gyp to gles2_book.gyp and hooked eveything back together.
TBR=apatrick git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35876 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--build/all.gyp2
-rw-r--r--gpu/demos/demos.gyp2
-rw-r--r--third_party/gles2_book/gles2_book.gyp (renamed from third_party/gles2_book/gles_book_examples.gyp)0
3 files changed, 3 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index c1c400f..b6646b7 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/gles2_book/gles2_book.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.
diff --git a/gpu/demos/demos.gyp b/gpu/demos/demos.gyp
index 83a57f2..e40d5b5 100644
--- a/gpu/demos/demos.gyp
+++ b/gpu/demos/demos.gyp
@@ -28,7 +28,7 @@
'type': 'executable',
'dependencies': [
'app_framework',
- '../../third_party/gles2_book/gles_book_examples.gyp:hello_triangle',
+ '../../third_party/gles2_book/gles2_book.gyp:hello_triangle',
],
'sources': [
'hello_triangle/main.cc',
diff --git a/third_party/gles2_book/gles_book_examples.gyp b/third_party/gles2_book/gles2_book.gyp
index 96a6673..96a6673 100644
--- a/third_party/gles2_book/gles_book_examples.gyp
+++ b/third_party/gles2_book/gles2_book.gyp