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

Unified Diff: BUILD.gn

Issue 2196413003: GN: add some missing SkCodec defines (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: in Created 4 years, 5 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 | third_party/libwebp/BUILD.gn » ('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 8bf9d668cb664aef8f03b74701cabd92a6948cab..db396d4d19d131095781ec2a95314773d9e3fb83 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -65,6 +65,10 @@ config("skia_private") {
"SK_HAS_JPEG_LIBRARY",
"SK_HAS_PNG_LIBRARY",
"SK_HAS_WEBP_LIBRARY",
+
+ "TURBO_HAS_565",
+ "TURBO_HAS_CROP",
+ "TURBO_HAS_SKIP",
]
}
« no previous file with comments | « no previous file | third_party/libwebp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698