| Index: gpu/demos/demos.gyp
 | 
| ===================================================================
 | 
| --- gpu/demos/demos.gyp	(revision 64613)
 | 
| +++ gpu/demos/demos.gyp	(working copy)
 | 
| @@ -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': {
 | 
| 
 |