Commit a3d03111 authored by jochen@chromium.org's avatar jochen@chromium.org

Delete v8_shell target now that chrome uses d8

BUG=331585
LOG=y
R=machenbach@chromium.org

Review URL: https://codereview.chromium.org/146763002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18829 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 13395a83
......@@ -1124,31 +1124,5 @@
}],
],
},
{
'target_name': 'v8_shell',
'type': 'executable',
'dependencies': [
'v8'
],
'sources': [
'../../samples/shell.cc',
],
'conditions': [
['want_separate_host_toolset==1', {
'toolsets': ['host'],
}, {
'toolsets': ['target'],
}],
['OS=="win"', {
# This could be gotten by not setting chromium_code, if that's OK.
'defines': ['_CRT_SECURE_NO_WARNINGS'],
}],
['v8_compress_startup_data=="bz2"', {
'libraries': [
'-lbz2',
]
}],
],
},
],
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment