diff options
author | Brett Wilson <brettw@chromium.org> | 2014-09-04 13:48:16 -0700 |
---|---|---|
committer | Brett Wilson <brettw@chromium.org> | 2014-09-04 13:48:16 -0700 |
commit | e6e40abd9753c50917c1fc47f10c105ebe489e58 (patch) | |
tree | da5a74b5b34ba0d972b9efe362a3400a84dcc101 /BUILD.gn | |
parent | bb3c1a29348511afdc140cccdf5b1f5d0292794c (diff) | |
download | pdfium-e6e40abd9753c50917c1fc47f10c105ebe489e58.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
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -808,6 +808,7 @@ static_library("javascript") { ] deps = [ "//v8", + "//v8:v8_libplatform", ] forward_dependent_configs_from = [ "//v8" ] } |