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

Unified Diff: BUILD.gn

Issue 2332473003: SkPDF: SkShaper_primitive uses new textblob API (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | tools/SkShaper_primitive.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index f1439c7857253515868d76665385449977c9f35f..e770c5bfaa773566d84162019b52e7f4839cb6e7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -786,7 +786,7 @@ if (skia_enable_tools) {
}
if (current_cpu != "mipsel") { # Clang 3.8 crashes while compiling hb-icu.cc for mipsel.
- executable("sktexttopdf") {
+ executable("sktexttopdf-hb") {
sources = [
"tools/SkShaper_harfbuzz.cpp",
"tools/using_skia_and_harfbuzz.cpp",
@@ -798,4 +798,14 @@ if (skia_enable_tools) {
testonly = true
}
}
+ executable("sktexttopdf") {
+ sources = [
+ "tools/SkShaper_primitive.cpp",
+ "tools/using_skia_and_harfbuzz.cpp",
+ ]
+ deps = [
+ ":skia",
+ ]
+ testonly = true
+ }
}
« no previous file with comments | « no previous file | tools/SkShaper_primitive.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698