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

Unified Diff: skia/BUILD.gn

Issue 2689593004: Add SK_IGNORE_DIRECTWRITE_GASP_FIX to Skia. (Closed)
Patch Set: Created 3 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index ac49e7439b193e4ca1f902205f44edfc079d6f57..4125345b78bf16af1342f42146d35af4bbf37e3d 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -41,7 +41,10 @@ config("skia_config") {
"//third_party/skia/include/utils",
]
- defines = [ "SK_IGNORE_DW_GRAY_FIX" ]
+ defines = [
+ "SK_IGNORE_DW_GRAY_FIX",
+ "SK_IGNORE_DIRECTWRITE_GASP_FIX",
+ ]
defines += skia_for_chromium_defines
defines += []
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698