Reviewers: vogelheim,
Message:
Messed up the patch, sorry.
Description:
Fix missing bracket in gyp file from r23522.
[email protected]
Please review this at https://codereview.chromium.org/521613003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -0 lines):
M tools/gyp/v8.gyp
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index
eeb1014fdaa20d6ea5c4dd212654f388f7945f50..5e26a900d0c46a3ab04a2707062840c6784fb823
100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -72,6 +72,7 @@
['v8_use_external_startup_data==1 and
want_separate_host_toolset==0', {
'dependencies': ['v8_base', 'v8_external_snapshot'],
'inputs': [ '<(PRODUCT_DIR)/snapshot_blob.bin', ],
+ }],
['component=="shared_library"', {
'type': '<(component)',
'sources': [
--
--
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.