Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 10fe5df33239630ea5804f82c2566b48e3ff38b6..91348ce1850b28595ea8a18931d044b9cfc77b77 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -1490,6 +1490,10 @@ test("pdfium_unittests") { |
| "xfa/fxfa/parser/xfa_utils_imp_unittest.cpp", |
| ] |
| } |
| + if (pdf_use_skia) { |
| + sources += [ "core/fxge/skia/fx_skia_device_unittest.cpp" ] |
| + deps += [ "//skia" ] |
| + } |
| if (pdf_enable_v8) { |
| sources += [ "fpdfsdk/javascript/public_methods_unittest.cpp" ] |
| include_dirs += [ |