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

Unified Diff: tools/gyp/v8.gyp

Issue 149331: Fix missing include directories in v8.gyp. (Closed)
Patch Set: Created 11 years, 5 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: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 9d5b10f77b20f46b559f6c15a67ed751571a6173..8a5d053eccb994713fac4c0e7248b393f8269e17 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -152,6 +152,9 @@
'js2c',
'v8_base',
],
+ 'include_dirs': [
+ '../../src',
+ ],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/libraries-empty.cc',
'<(INTERMEDIATE_DIR)/snapshot.cc',
@@ -506,6 +509,9 @@
'dependencies': [
'v8_nosnapshot',
],
+ 'include_dirs': [
+ '../../src',
+ ],
'sources': [
'../../src/mksnapshot.cc',
],
« 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