Index: src/d8.gyp |
diff --git a/src/d8.gyp b/src/d8.gyp |
index f249a78856ab6235aa9b41aa2ab07c613659d1cf..f5729366b609a43ce0d9b4b04c7f2e878e11b8aa 100644 |
--- a/src/d8.gyp |
+++ b/src/d8.gyp |
@@ -39,8 +39,8 @@ |
'target_name': 'd8', |
'type': 'executable', |
'dependencies': [ |
- '../tools/gyp/v8.gyp:v8', |
- '../tools/gyp/v8.gyp:v8_libplatform', |
+ 'v8.gyp:v8', |
+ 'v8.gyp:v8_libplatform', |
], |
# Generated source files need this explicitly: |
'include_dirs+': [ |