Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index 8d3f00e3ddcee346ed692a8eb71054dd5588e1ce..95879db27d22cc2de89651027eebc9a21ee8c61c 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -875,7 +875,7 @@ |
'../base/base.gyp:base', |
'../gin/gin.gyp:gin', |
'../url/url.gyp:url_lib', |
- '../v8/tools/gyp/v8.gyp:v8', |
+ '../v8/src/v8.gyp:v8', |
'net' |
], |
'defines': [ |
@@ -1571,7 +1571,7 @@ |
'conditions': [ |
['v8_use_external_startup_data==1', { |
'dependencies': [ |
- '../v8/tools/gyp/v8.gyp:v8_external_snapshot', |
+ '../v8/src/v8.gyp:v8_external_snapshot', |
], |
'variables': { |
'dest_path': '<(asset_location)', |