Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2277)

Unified Diff: gpu/demos/demos.gyp

Issue 4164015: Switch to the new PPAPI repository. This removes the DEPS entry that refers t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/codereview.settings » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': {
« no previous file with comments | « chrome/test/ui/ppapi_uitest.cc ('k') | ppapi/codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698