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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp

Issue 7748004: Fixing ppapi_proxy.gyp to work in new location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp
===================================================================
--- ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp (revision 98158)
+++ ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp (working copy)
@@ -4,7 +4,7 @@
{
'includes': [
- '../../../build/common.gypi',
+ '../../../../../native_client/build/common.gypi',
],
'targets': [
{
@@ -58,7 +58,8 @@
'upcall_server.cc',
],
'include_dirs': [
- '<(DEPTH)/native_client/src/shared/ppapi_proxy/trusted',
+ '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/trusted',
+ '<(DEPTH)/ppapi',
],
'dependencies': [
'<(DEPTH)/native_client/src/shared/ppapi/ppapi.gyp:ppapi_c_nacl',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698