Commit 2340aa41 authored by yangguo@chromium.org's avatar yangguo@chromium.org

Fix build.

R=jkummerow@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17966 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 7c67e74b
......@@ -132,7 +132,6 @@
}],
],
'dependencies': [
'generate_trig_table',
'v8_base.<(v8_target_arch)',
],
'include_dirs+': [
......@@ -176,7 +175,6 @@
'target_name': 'v8_nosnapshot.<(v8_target_arch)',
'type': 'static_library',
'dependencies': [
'generate_trig_table',
'v8_base.<(v8_target_arch)',
],
'include_dirs+': [
......@@ -206,6 +204,13 @@
},
{ 'target_name': 'generate_trig_table',
'type': 'none',
'conditions': [
['want_separate_host_toolset==1', {
'toolsets': ['host', 'target'],
}, {
'toolsets': ['target'],
}],
],
'actions': [
{
'action_name': 'generate',
......@@ -226,6 +231,9 @@
{
'target_name': 'v8_base.<(v8_target_arch)',
'type': 'static_library',
'dependencies': [
'generate_trig_table',
],
'variables': {
'optimize': 'max',
},
......
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