diff options
Diffstat (limited to 'gpu/demos/demos.gyp')
-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 901ec7c..d205eea 100644 --- a/gpu/demos/demos.gyp +++ b/gpu/demos/demos.gyp @@ -127,12 +127,12 @@ 'type': 'static_library', 'dependencies': [ 'gpu_demo_framework', - '../../third_party/ppapi/ppapi.gyp:ppapi_cpp', - '../../third_party/ppapi/ppapi.gyp:ppapi_cpp_objects' + '../../ppapi/ppapi.gyp:ppapi_cpp', + '../../ppapi/ppapi.gyp:ppapi_cpp_objects' ], 'include_dirs': [ '../..', - '../../third_party/ppapi', + '../../ppapi', '../../third_party/gles2_book/Common/Include', ], 'sources': [ @@ -148,7 +148,7 @@ 'include_dirs': [ '../../third_party', '../../third_party/gles2_book/Common/Include', - '../../third_party/ppapi', + '../../ppapi', '../..' ], 'run_as': { |