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
This commit is contained in:
ulan@chromium.org 2013-11-13 12:59:49 +00:00
parent 81761f9dc6
commit f621f50fb2

View File

@ -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',
],
}],
]
}
]
}