summaryrefslogtreecommitdiff
path: root/samples/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'samples/BUILD.gn')
-rw-r--r--samples/BUILD.gn6
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/BUILD.gn b/samples/BUILD.gn
index 66b02f6528..72f13026b3 100644
--- a/samples/BUILD.gn
+++ b/samples/BUILD.gn
@@ -51,6 +51,12 @@ executable("pdfium_test") {
testonly = true
sources = [
"pdfium_test.cc",
+ "pdfium_test_dump_helper.cc",
+ "pdfium_test_dump_helper.h",
+ "pdfium_test_event_helper.cc",
+ "pdfium_test_event_helper.h",
+ "pdfium_test_write_helper.cc",
+ "pdfium_test_write_helper.h",
]
deps = [
"../:image_diff",