Commit f621f50f authored by ulan@chromium.org's avatar ulan@chromium.org

Fix shared library build after r17692.

BUG=
R=jkummerow@chromium.org

Review URL: https://chromiumcodereview.appspot.com/70663003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17693 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 81761f9d
......@@ -10,9 +10,15 @@
'dependencies': [
'../samples/samples.gyp:*',
'../src/d8.gyp:d8',
'../tools/lexer-shell.gyp:lexer-shell',
'../test/cctest/cctest.gyp:*',
],
'conditions': [
['component!="shared_library"', {
'dependencies': [
'../tools/lexer-shell.gyp:lexer-shell',
],
}],
]
}
]
}
......
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