summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 9ecd70830e..f811cf0130 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -808,6 +808,7 @@ static_library("javascript") {
]
deps = [
"//v8",
+ "//v8:v8_libplatform",
]
forward_dependent_configs_from = [ "//v8" ]
}