From e6e40abd9753c50917c1fc47f10c105ebe489e58 Mon Sep 17 00:00:00 2001 From: Brett Wilson Date: Thu, 4 Sep 2014 13:48:16 -0700 Subject: Add v8_platform to the JS dependencies in the GN build. This is required for the call to v8::platform::CreateDefaultPlatform. R=jam@chromium.org Review URL: https://codereview.chromium.org/540133002 --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) 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" ] } -- cgit v1.2.3