summaryrefslogtreecommitdiffstats
path: root/gpu/demos
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-02 16:05:55 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-02 16:05:55 +0000
commit572b77fa3c3a24276dd567f8305cff9fef5195eb (patch)
tree666d92ac3acfb007f16af2dc5f9f41f38303c379 /gpu/demos
parent27c6115d06c4abf1f30d923202db07cf8a71b2cd (diff)
downloadchromium_src-572b77fa3c3a24276dd567f8305cff9fef5195eb.zip
chromium_src-572b77fa3c3a24276dd567f8305cff9fef5195eb.tar.gz
chromium_src-572b77fa3c3a24276dd567f8305cff9fef5195eb.tar.bz2
Revert PPAPI change due to Linux compile failures.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64751 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/demos')
-rw-r--r--gpu/demos/demos.gyp8
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': {