| commit | 6f34355e9d091fd4e031e9354fdfa778000b0d4a | [log] [tgz] |
|---|---|---|
| author | Nico Weber <thakis@chromium.org> | Wed Sep 16 13:53:42 2015 -0700 |
| committer | Nico Weber <thakis@chromium.org> | Wed Sep 16 13:53:42 2015 -0700 |
| tree | 837088269e45b19aff2196800bc72f705a83ea50 | |
| parent | 455019ca48f60bd285e043986471f51f17c69a0d [diff] |
Make pdfium_embeddertests link in debug component builds.
Target v8 has:
'direct_dependent_settings': {
'defines': [
'V8_SHARED',
'USING_V8_SHARED',
],
},
For this to work, targets using v8 headers have to depend on v8
directly, else the V8_EXPORT macro won't work. Add a direct
dependency on v8.
BUG=none
TEST=do a debug component build of pdfium_embeddertests on Win,
should work without linker errors
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1349843002 .