Skip to content
Snippets Groups Projects
Commit 48e7f7fc authored by alokp@chromium.org's avatar alokp@chromium.org
Browse files

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
parent efb8f298
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment