Revision: 23523
Author:   [email protected]
Date:     Fri Aug 29 15:11:00 2014 UTC
Log:      Fix missing bracket in gyp file from r23522.

[email protected]

Review URL: https://codereview.chromium.org/521613003
https://code.google.com/p/v8/source/detail?r=23523

Modified:
 /branches/bleeding_edge/tools/gyp/v8.gyp

=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp    Fri Aug 29 15:04:59 2014 UTC
+++ /branches/bleeding_edge/tools/gyp/v8.gyp    Fri Aug 29 15:11:00 2014 UTC
@@ -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.

Reply via email to