Index: gin/gin.gyp |
diff --git a/gin/gin.gyp b/gin/gin.gyp |
index fa03c10fc417d38379ef85823a567e7c37bb0e8e..0ea039fe72f8ba63353d34425f1f68d3f30e5ee5 100644 |
--- a/gin/gin.gyp |
+++ b/gin/gin.gyp |
@@ -14,11 +14,11 @@ |
'dependencies': [ |
'../base/base.gyp:base', |
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
- '../v8/tools/gyp/v8.gyp:v8', |
+ '../v8/src/v8.gyp:v8', |
], |
'export_dependent_settings': [ |
'../base/base.gyp:base', |
- '../v8/tools/gyp/v8.gyp:v8', |
+ '../v8/src/v8.gyp:v8', |
], |
'defines': [ |
'GIN_IMPLEMENTATION', |
@@ -115,7 +115,7 @@ |
'dependencies': [ |
'../base/base.gyp:base', |
'../base/base.gyp:base_i18n', |
- '../v8/tools/gyp/v8.gyp:v8', |
+ '../v8/src/v8.gyp:v8', |
'gin', |
], |
'sources': [ |
@@ -132,7 +132,7 @@ |
'type': 'static_library', |
'dependencies': [ |
'../testing/gtest.gyp:gtest', |
- '../v8/tools/gyp/v8.gyp:v8', |
+ '../v8/src/v8.gyp:v8', |
'gin', |
], |
'export_dependent_settings': [ |
@@ -157,7 +157,7 @@ |
'type': 'executable', |
'dependencies': [ |
'../base/base.gyp:test_support_base', |
- '../v8/tools/gyp/v8.gyp:v8', |
+ '../v8/src/v8.gyp:v8', |
'gin_shell', |
'gin_test', |
], |