0

heap: Fix deps for test_support

third_party/blink/renderer/platform/heap:test_support requires
the heap build flags to be present.

Example failure:
https://logs.chromium.org/logs/chrome/buildbucket/cr-buildbucket.appspot.com/8892019060686492480/+/steps/compile/0/stdout

Bug: 1032966
Change-Id: I7a980b84d93200ee05f110e44b7875d1f296f6ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998518
Reviewed-by: Anton Bikineev <bikineev@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#730850}
This commit is contained in:
Michael Lippautz
2020-01-13 21:30:46 +00:00
committed by Commit Bot
parent e37a9f7d83
commit 9117c95482

@ -94,6 +94,7 @@ jumbo_source_set("test_support") {
]
deps = [
":blink_heap_buildflags",
"//testing/gtest",
"//third_party/blink/public/mojom:mojom_platform_blink_headers",
"//third_party/blink/renderer/platform:bindings_buildflags",
@ -101,9 +102,7 @@ jumbo_source_set("test_support") {
}
test("blink_heap_unittests") {
deps = [
":blink_heap_unittests_sources",
]
deps = [ ":blink_heap_unittests_sources" ]
if (is_android) {
deps += [
"//base:base_java",