Enable build with shared libraries.

This adaptation will allow build v8 when the component is defined as
shared library. Without this, at linking phase of the unittests will be
displayed error messages for undefined references.

TEST=
BUG=

Review-Url: https://codereview.chromium.org/2853483002
Cr-Commit-Position: refs/heads/master@{#45126}
This commit is contained in:
Ilija.Pavlovic 2017-05-05 03:59:39 -07:00 committed by Commit bot
parent 25959abf79
commit d7f7c32424

View File

@ -193,6 +193,7 @@
'../../src/v8.gyp:v8',
'../../src/v8.gyp:v8_libbase',
'../../src/v8.gyp:v8_libplatform',
'../../src/v8.gyp:v8_maybe_snapshot',
],
'include_dirs': [
'../..',