Index: tools/parser-shell.gyp |
diff --git a/tools/parser-shell.gyp b/tools/parser-shell.gyp |
index 77ed1eb246055f32ca7b9e06cd4f8305b699b675..aa19724530959549eef0e734829150e96be1881e 100644 |
--- a/tools/parser-shell.gyp |
+++ b/tools/parser-shell.gyp |
@@ -36,8 +36,8 @@ |
'target_name': 'parser-shell', |
'type': 'executable', |
'dependencies': [ |
- '../tools/gyp/v8.gyp:v8', |
- '../tools/gyp/v8.gyp:v8_libplatform', |
+ '../src/v8.gyp:v8', |
+ '../src/v8.gyp:v8_libplatform', |
], |
'conditions': [ |
['v8_enable_i18n_support==1', { |