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

Unified Diff: src/v8.gyp

Issue 2207943002: Fix compilation failure when v8 is compiled with Chromium using GYP. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index c9097656efabdbab77284a4a460bb1c178c52a57..8442a58db450a79124335f94058d0ba7c364ee00 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -2002,6 +2002,7 @@
],
'include_dirs+': [
'..',
+ '<(DEPTH)',
'../include',
],
'sources': [
« 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