Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index f15dbcde625a8ea939d0c0776a4f26e15b792d5c..ce2f18de6f36faaaaf0dbb45409455be3241cf49 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -1674,6 +1674,7 @@ |
[ 'use_v8_in_net==1', { |
'dependencies': [ |
'net_with_v8', |
+ '../v8/tools/gyp/v8.gyp:v8', |
eroman
2013/01/18 19:21:14
why is this necessary? doesn't it already pick thi
Sven Panne
2013/01/21 08:50:06
Without this, 2 builder failed, see the try jobs f
|
], |
}, { # else: !use_v8_in_net |
'sources!': [ |
@@ -1815,6 +1816,7 @@ |
[ 'use_v8_in_net==1', { |
'dependencies': [ |
'net_with_v8', |
+ '../v8/tools/gyp/v8.gyp:v8', |
eroman
2013/01/18 19:21:14
See question above.
Sven Panne
2013/01/21 08:50:06
See comment above. :)
|
], |
}, { # else: !use_v8_in_net |
'sources!': [ |