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:
parent
81761f9dc6
commit
f621f50fb2
@ -10,9 +10,15 @@
|
|||||||
'dependencies': [
|
'dependencies': [
|
||||||
'../samples/samples.gyp:*',
|
'../samples/samples.gyp:*',
|
||||||
'../src/d8.gyp:d8',
|
'../src/d8.gyp:d8',
|
||||||
'../tools/lexer-shell.gyp:lexer-shell',
|
|
||||||
'../test/cctest/cctest.gyp:*',
|
'../test/cctest/cctest.gyp:*',
|
||||||
],
|
],
|
||||||
|
'conditions': [
|
||||||
|
['component!="shared_library"', {
|
||||||
|
'dependencies': [
|
||||||
|
'../tools/lexer-shell.gyp:lexer-shell',
|
||||||
|
],
|
||||||
|
}],
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user