diff options
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/demos/demos.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
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', |