Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 8409da35abb85f2a26330f6a60a69453209ea5c8..3483f27e94338963ef084c6b74060b032736cbd5 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -802,6 +802,7 @@ test("pdfium_unittests") { |
sources = [ |
"core/src/fxcrt/fx_basic_bstring_unittest.cpp", |
"core/src/fxcrt/fx_basic_wstring_unittest.cpp", |
+ "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp", |
Lei Zhang
2015/02/24 20:31:25
nit: fp before fx
Tom Sepez
2015/02/24 20:44:19
Done. Also fixed some ordering issues in .GYP fil
|
"testing/fx_string_testhelpers.cpp", |
"testing/fx_string_testhelpers.h", |
] |