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

Unified Diff: src/trusted/nonnacl_util/nonnacl_util.gyp

Issue 7799028: Remove src/trusted/plugin (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: fix gyp file for necessary -I 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 | src/trusted/plugin/arch_arm/sandbox_isa.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/nonnacl_util/nonnacl_util.gyp
diff --git a/src/trusted/nonnacl_util/nonnacl_util.gyp b/src/trusted/nonnacl_util/nonnacl_util.gyp
index c1734e908b02a7f8d39c760f4bea4426c3ff906d..e99f6a76f41dafeda1dad21f8d6b8c7b0f06817c 100644
--- a/src/trusted/nonnacl_util/nonnacl_util.gyp
+++ b/src/trusted/nonnacl_util/nonnacl_util.gyp
@@ -15,6 +15,9 @@
'variables': {
'target_base': 'none',
},
+ 'include_dirs': [
+ '<(DEPTH)/ppapi',
+ ],
'target_conditions': [
['target_base=="sel_ldr_launcher"', {
'sources': [
« no previous file with comments | « no previous file | src/trusted/plugin/arch_arm/sandbox_isa.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698