Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: BUILD.gn

Issue 2064753002: add local caching for skia draws (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: address comments Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | core/fxge/skia/DEPS » ('j') | core/fxge/skia/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 += [
« no previous file with comments | « no previous file | core/fxge/skia/DEPS » ('j') | core/fxge/skia/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698