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

Unified Diff: samples/BUILD.gn

Issue 2346483006: Create a subset of skia support for paths only (Closed)
Patch Set: use skia only for paths Created 4 years, 3 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
Index: samples/BUILD.gn
diff --git a/samples/BUILD.gn b/samples/BUILD.gn
index c2d6eef7d2d6fd48c2d482f419db33ce643a17b6..b66554d600c5956a82c6a2f27831f0a4ad23e05f 100644
--- a/samples/BUILD.gn
+++ b/samples/BUILD.gn
@@ -60,7 +60,7 @@ executable("pdfium_test") {
]
configs += [ "//v8:external_startup_data" ]
}
- if (pdf_use_skia) {
+ if (pdf_use_skia || pdf_use_skia_paths) {
deps += [ "//skia" ]
}
configs += [ ":pdfium_samples_config" ]
« core/fxge/skia/fx_skia_device.cpp ('K') | « pdfium.gni ('k') | third_party/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698