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

Unified Diff: tools/lexer-shell.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/lexer-shell.cc ('k') | tools/parser-shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/lexer-shell.gyp
diff --git a/tools/lexer-shell.gyp b/tools/lexer-shell.gyp
index 623a503a0a5dcbd4b0fecf9fd6f66f42cde56e99..6fd129ac690f0941e13ffdf1b03f3d6d97fd74cc 100644
--- a/tools/lexer-shell.gyp
+++ b/tools/lexer-shell.gyp
@@ -47,7 +47,7 @@
}],
],
'include_dirs+': [
- '../src',
+ '..',
],
'sources': [
'lexer-shell.cc',
@@ -69,7 +69,7 @@
}],
],
'include_dirs+': [
- '../src',
+ '..',
],
'sources': [
'parser-shell.cc',
« no previous file with comments | « tools/lexer-shell.cc ('k') | tools/parser-shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698