Commit bf81e332 authored by rmcilroy@chromium.org's avatar rmcilroy@chromium.org

Fix missing bracket in gyp file from r23522.

TBR=vogelheim@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23523 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 1e14742e
......@@ -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': [
......
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