diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-02-09 21:21:49 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-02-09 21:21:49 +0000 |
commit | 0acd92b3b72a3111e566c1321afacfc78d27848e (patch) | |
tree | 6725c0351620e1c33b6631d0ec9a53db2c6f8d68 /BUILD.gn | |
parent | a0395e526d75fbb642e47c3cd8858647627794e0 (diff) | |
download | pdfium-0acd92b3b72a3111e566c1321afacfc78d27848e.tar.xz |
Speculative fix for build breakage
Make pdfium_embeddertests explicity depend on fxjs, which exposes
v8 via public_deps, and hopefully stops the compiler from instantiating
v8 code in our module.
TBR=rharrison@chromium.org
Change-Id: If6f2750a7a3b7a508275dedacfe07235ca8727f6
Reviewed-on: https://pdfium-review.googlesource.com/26250
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2968,6 +2968,7 @@ test("pdfium_unittests") { "//v8", "//v8/include", ] + deps += [ ":fxjs" ] configs += [ "//v8:external_startup_data" ] } configs += [ ":pdfium_core_config" ] |