Index: tools/lexer-shell.gyp |
diff --git a/tools/lexer-shell.gyp b/tools/lexer-shell.gyp |
index 8e6ab7a844becd99881d09f3e813a471dd4b14b3..623a503a0a5dcbd4b0fecf9fd6f66f42cde56e99 100644 |
--- a/tools/lexer-shell.gyp |
+++ b/tools/lexer-shell.gyp |
@@ -51,6 +51,29 @@ |
], |
'sources': [ |
'lexer-shell.cc', |
+ 'shell-utils.h', |
+ ], |
+ }, |
+ { |
+ 'target_name': 'parser-shell', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ '../tools/gyp/v8.gyp:v8', |
+ ], |
+ 'conditions': [ |
+ ['v8_enable_i18n_support==1', { |
+ 'dependencies': [ |
+ '<(icu_gyp_path):icui18n', |
+ '<(icu_gyp_path):icuuc', |
+ ], |
+ }], |
+ ], |
+ 'include_dirs+': [ |
+ '../src', |
+ ], |
+ 'sources': [ |
+ 'parser-shell.cc', |
+ 'shell-utils.h', |
], |
}, |
], |