summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Wilson <brettw@chromium.org>2014-09-04 13:48:16 -0700
committerBrett Wilson <brettw@chromium.org>2014-09-04 13:48:16 -0700
commite6e40abd9753c50917c1fc47f10c105ebe489e58 (patch)
treeda5a74b5b34ba0d972b9efe362a3400a84dcc101
parentbb3c1a29348511afdc140cccdf5b1f5d0292794c (diff)
downloadpdfium-chromium/2150.tar.xz
Add v8_platform to the JS dependencies in the GN build.chromium/2151chromium/2150chromium/2149chromium/2148chromium/2147
This is required for the call to v8::platform::CreateDefaultPlatform. R=jam@chromium.org Review URL: https://codereview.chromium.org/540133002
-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" ]
}