Revision: 17966
Author: [email protected]
Date: Thu Nov 21 13:30:14 2013 UTC
Log: Fix build.
[email protected]
Review URL: https://codereview.chromium.org/80903002
http://code.google.com/p/v8/source/detail?r=17966
Modified:
/branches/bleeding_edge/tools/gyp/v8.gyp
=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp Thu Nov 21 12:57:23 2013 UTC
+++ /branches/bleeding_edge/tools/gyp/v8.gyp Thu Nov 21 13:30:14 2013 UTC
@@ -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',
},
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.