summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a0d999f6f2..23e1cf2dbe 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1878,13 +1878,13 @@ test("pdfium_unittests") {
"fpdfsdk/fpdfdoc_unittest.cpp",
"fpdfsdk/fpdfeditimg_unittest.cpp",
"fpdfsdk/fpdfview_unittest.cpp",
+ "testing/unit_test_main.cpp",
]
deps = [
":pdfium",
":test_support",
"//testing/gmock",
"//testing/gtest",
- "//testing/gtest:gtest_main",
]
include_dirs = []
if (pdf_enable_xfa) {