Revision: 22068
Author: [email protected]
Date: Fri Jun 27 16:47:25 2014 UTC
Log: Build "snapshot_blob.bin" only for the host when using separate
toolsets.
BUG=389310
LOG=N
[email protected]
Review URL: https://codereview.chromium.org/353143002
http://code.google.com/p/v8/source/detail?r=22068
Modified:
/branches/bleeding_edge/tools/gyp/v8.gyp
=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp Fri Jun 27 08:42:17 2014 UTC
+++ /branches/bleeding_edge/tools/gyp/v8.gyp Fri Jun 27 16:47:25 2014 UTC
@@ -55,9 +55,12 @@
# to appear before libv8_snapshot.a so it's listed explicitly.
'dependencies': ['v8_base', 'v8_nosnapshot'],
}],
- ['v8_use_external_startup_data==1', {
+ ['v8_use_external_startup_data==1 and
want_separate_host_toolset==0', {
'dependencies': ['v8_base', 'v8_external_snapshot'],
}],
+ ['v8_use_external_startup_data==1 and
want_separate_host_toolset==1', {
+ 'dependencies': ['v8_base', 'v8_external_snapshot#host'],
+ }],
['component=="shared_library"', {
'type': '<(component)',
'sources': [
@@ -219,7 +222,7 @@
'type': 'static_library',
'conditions': [
['want_separate_host_toolset==1', {
- 'toolsets': ['host', 'target'],
+ 'toolsets': ['host'],
'dependencies': [
'mksnapshot#host',
'js2c#host',
--
--
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/d/optout.