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

Unified Diff: BUILD.gn

Issue 2214023002: GN: make SkPMColor BGRA on Linux. All other platforms are auto-detected. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | no next file » | 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 e2a9a883c166dad4d0d1bc5257037d31a6e87a62..beb60452d8a4ec91df46c0adfda11090eaee669e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -73,6 +73,9 @@ config("skia_private") {
"TURBO_HAS_CROP",
"TURBO_HAS_SKIP",
]
+ if (is_linux) {
+ defines += [ "SK_SAMPLES_FOR_X" ]
+ }
}
# Any code that's linked into Skia-the-library should use this config via += skia_library_configs.
« 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