diff options
-rw-r--r-- | BUILD.gn | 1 | ||||
-rw-r--r-- | pdfium.gyp | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -776,6 +776,7 @@ test("pdfium_embeddertests") { deps = [ "//testing/gmock", "//testing/gtest", + "//v8", "//v8:v8_libplatform", ":pdfium", ] diff --git a/pdfium.gyp b/pdfium.gyp index 5c8799e9a5..12314d7e93 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -731,6 +731,7 @@ 'dependencies': [ '<(DEPTH)/testing/gmock.gyp:gmock', '<(DEPTH)/testing/gtest.gyp:gtest', + '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 'pdfium', ], |