Remove <(library) usage from v8.gyp.

BUG=111541
R=danno@chromium.org
Signed-off-by: 's avatarThiago Farina <tfarina@chromium.org>

Review URL: https://codereview.chromium.org/12022021
Patch from Thiago Farina <tfarina@chromium.org>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13449 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b7079a5d
......@@ -99,7 +99,7 @@
},
{
'target_name': 'v8_snapshot',
'type': '<(library)',
'type': 'static_library',
'conditions': [
['want_separate_host_toolset==1', {
'toolsets': ['host', 'target'],
......@@ -190,7 +190,7 @@
},
{
'target_name': 'v8_nosnapshot',
'type': '<(library)',
'type': 'static_library',
'dependencies': [
'v8_base',
],
......@@ -220,7 +220,7 @@
},
{
'target_name': 'v8_base',
'type': '<(library)',
'type': 'static_library',
'variables': {
'optimize': 'max',
},
......@@ -908,7 +908,7 @@
},
{
'target_name': 'preparser_lib',
'type': '<(library)',
'type': 'static_library',
'include_dirs+': [
'../../src',
],
......
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