summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 4fbb2932ad..8e236e174d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -248,6 +248,8 @@ jumbo_static_library("test_support") {
"testing/string_write_stream.h",
"testing/test_support.cpp",
"testing/test_support.h",
+ "testing/utils/bitmap_saver.cpp",
+ "testing/utils/bitmap_saver.h",
"testing/utils/path_service.cpp",
"testing/utils/path_service.h",
]
@@ -255,6 +257,7 @@ jumbo_static_library("test_support") {
"testing/resources/",
]
deps = [
+ ":image_diff",
":pdfium",
"//testing/gmock",
"//testing/gtest",