summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-02-09 21:21:49 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-02-09 21:21:49 +0000
commit0acd92b3b72a3111e566c1321afacfc78d27848e (patch)
tree6725c0351620e1c33b6631d0ec9a53db2c6f8d68
parenta0395e526d75fbb642e47c3cd8858647627794e0 (diff)
downloadpdfium-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>
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 7488f878ea..821472f5ab 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2968,6 +2968,7 @@ test("pdfium_unittests") {
"//v8",
"//v8/include",
]
+ deps += [ ":fxjs" ]
configs += [ "//v8:external_startup_data" ]
}
configs += [ ":pdfium_core_config" ]