Skip to content

Commit 4ac3d14

Browse files
committed
Remove deprecated lexer-shell.
R=marja@chromium.org Review URL: https://codereview.chromium.org/658633003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24838 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
1 parent 209855a commit 4ac3d14

4 files changed

Lines changed: 2 additions & 262 deletions

File tree

build/all.gyp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
'conditions': [
1717
['component!="shared_library"', {
1818
'dependencies': [
19-
'../tools/lexer-shell.gyp:lexer-shell',
20-
'../tools/lexer-shell.gyp:parser-shell',
19+
'../tools/parser-shell.gyp:parser-shell',
2120
],
2221
}],
2322
]

tools/lexer-shell.cc

Lines changed: 0 additions & 236 deletions
This file was deleted.
Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,6 @@
3232
},
3333
'includes': ['../build/toolchain.gypi', '../build/features.gypi'],
3434
'targets': [
35-
{
36-
'target_name': 'lexer-shell',
37-
'type': 'executable',
38-
'dependencies': [
39-
'../tools/gyp/v8.gyp:v8',
40-
'../tools/gyp/v8.gyp:v8_libplatform',
41-
],
42-
'conditions': [
43-
['v8_enable_i18n_support==1', {
44-
'dependencies': [
45-
'<(icu_gyp_path):icui18n',
46-
'<(icu_gyp_path):icuuc',
47-
],
48-
}],
49-
],
50-
'include_dirs+': [
51-
'..',
52-
],
53-
'sources': [
54-
'lexer-shell.cc',
55-
'shell-utils.h',
56-
],
57-
},
5835
{
5936
'target_name': 'parser-shell',
6037
'type': 'executable',

tools/shell-utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2626
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727

28-
// Utility functions used by parser-shell and lexer-shell.
28+
// Utility functions used by parser-shell.
2929

3030
#include <stdio.h>
3131

0 commit comments

Comments
 (0)