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

Unified Diff: BUILD.gn

Issue 2273343002: SkPDF: Stop `#include PREPROCESSOR_DEFINE` pattern (Closed)
Patch Set: fix gyp/pdf.gyp syntax error Created 4 years, 4 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 | gyp/common_conditions.gypi » ('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 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" ]
}
}
« no previous file with comments | « no previous file | gyp/common_conditions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698