diff options
Diffstat (limited to 'testing/BUILD.gn')
-rw-r--r-- | testing/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/BUILD.gn b/testing/BUILD.gn index 286921db2d..0dd6a82071 100644 --- a/testing/BUILD.gn +++ b/testing/BUILD.gn @@ -24,6 +24,7 @@ jumbo_source_set("test_support") { ] deps = [ "../:pdfium", + "../core/fdrm", "image_diff", "//testing/gmock", "//testing/gtest", |