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

Unified Diff: third_party/freetype2/BUILD.gn

Issue 2289343002: GN: add sanitize arg (Closed)
Patch Set: rebase Created 4 years, 3 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
Index: third_party/freetype2/BUILD.gn
diff --git a/third_party/freetype2/BUILD.gn b/third_party/freetype2/BUILD.gn
index 623c47eb83fae66ae20f3e034dfcdf3c6bef2112..3ac5dd242c528dd83032ce200123b718a50e500f 100644
--- a/third_party/freetype2/BUILD.gn
+++ b/third_party/freetype2/BUILD.gn
@@ -8,7 +8,8 @@ declare_args() {
import("../third_party.gni")
-if (is_android) {
+# TODO: build from source all the time?
+if (is_android || sanitize == "MSAN") {
third_party("freetype2") {
public_include_dirs = [ "../externals/freetype/include" ]

Powered by Google App Engine
This is Rietveld 408576698