diff options
Diffstat (limited to 'gpu/demos')
-rw-r--r-- | gpu/demos/demos.gyp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gpu/demos/demos.gyp b/gpu/demos/demos.gyp index d205eea..901ec7c 100644 --- a/gpu/demos/demos.gyp +++ b/gpu/demos/demos.gyp @@ -127,12 +127,12 @@ 'type': 'static_library', 'dependencies': [ 'gpu_demo_framework', - '../../ppapi/ppapi.gyp:ppapi_cpp', - '../../ppapi/ppapi.gyp:ppapi_cpp_objects' + '../../third_party/ppapi/ppapi.gyp:ppapi_cpp', + '../../third_party/ppapi/ppapi.gyp:ppapi_cpp_objects' ], 'include_dirs': [ '../..', - '../../ppapi', + '../../third_party/ppapi', '../../third_party/gles2_book/Common/Include', ], 'sources': [ @@ -148,7 +148,7 @@ 'include_dirs': [ '../../third_party', '../../third_party/gles2_book/Common/Include', - '../../ppapi', + '../../third_party/ppapi', '../..' ], 'run_as': { |