Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 8bc4505d655534fdf35ead527ba699e5676a0383..aeed64c285d5b8900a90f5638a5a407fce009aa4 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -285,10 +285,7 @@ optional("pdf") { |
if (skia_use_sfntly) { |
deps += [ "//third_party/sfntly" ] |
- public_defines += [ |
- # TODO(halcanary): make this the default; this is the value Android uses. |
- "SK_SFNTLY_SUBSETTER=\"sample/chromium/font_subsetter.h\"", |
- ] |
+ public_defines += [ "SK_PDF_USE_SFNTLY" ] |
} |
} |