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
}],
],
},
- {
- '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',
- ]
- }],
- ],
- },
],
}