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

Unified Diff: tools/gyp/v8.gyp

Issue 304153016: Use full include paths everywhere (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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 | « tools/generate-trig-table.py ('k') | tools/js2c.py » ('j') | 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 803022ea0d132ad0d3195bbbd04463267f47a741..01065c1ef1005ce9177b2f9273319adcf5c31b6d 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -138,7 +138,7 @@
'v8_base',
],
'include_dirs+': [
- '../../src',
+ '../..',
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
@@ -181,7 +181,7 @@
'v8_base',
],
'include_dirs+': [
- '../../src',
+ '../..',
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
@@ -241,7 +241,7 @@
'optimize': 'max',
},
'include_dirs+': [
- '../../src',
+ '../..',
],
'sources': [ ### gcmole(all) ###
'../../src/accessors.cc',
@@ -1060,7 +1060,7 @@
'optimize': 'max',
},
'include_dirs+': [
- '../../src',
+ '../..',
],
'sources': [
'../../src/base/build_config.h',
@@ -1210,7 +1210,7 @@
'type': 'executable',
'dependencies': ['v8_base', 'v8_nosnapshot'],
'include_dirs+': [
- '../../src',
+ '../..',
],
'sources': [
'../../src/mksnapshot.cc',
« no previous file with comments | « tools/generate-trig-table.py ('k') | tools/js2c.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698