Index: tools/parser-shell.gyp |
diff --git a/tools/lexer-shell.gyp b/tools/parser-shell.gyp |
similarity index 81% |
rename from tools/lexer-shell.gyp |
rename to tools/parser-shell.gyp |
index 836ea9762af6d2983bea1c1df1e3a5717e053e73..f0f0b8b650da9a9f95f53f08866c488a830062a3 100644 |
--- a/tools/lexer-shell.gyp |
+++ b/tools/parser-shell.gyp |
@@ -33,29 +33,6 @@ |
'includes': ['../build/toolchain.gypi', '../build/features.gypi'], |
'targets': [ |
{ |
- 'target_name': 'lexer-shell', |
- 'type': 'executable', |
- 'dependencies': [ |
- '../tools/gyp/v8.gyp:v8', |
- '../tools/gyp/v8.gyp:v8_libplatform', |
- ], |
- 'conditions': [ |
- ['v8_enable_i18n_support==1', { |
- 'dependencies': [ |
- '<(icu_gyp_path):icui18n', |
- '<(icu_gyp_path):icuuc', |
- ], |
- }], |
- ], |
- 'include_dirs+': [ |
- '..', |
- ], |
- 'sources': [ |
- 'lexer-shell.cc', |
- 'shell-utils.h', |
- ], |
- }, |
- { |
'target_name': 'parser-shell', |
'type': 'executable', |
'dependencies': [ |