Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: tools/parser-shell.gyp

Issue 658633003: Remove deprecated lexer-shell. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/lexer-shell.gyp ('k') | tools/shell-utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « tools/lexer-shell.gyp ('k') | tools/shell-utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698