Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 3f935f5cbcef98d170f681754d46f8ade321711b..6f7ac02d51555921cb05791cfafc9c376461e363 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -87,12 +87,6 @@ source_set("libyuv") { |
defines += [ "HAVE_JPEG" ] |
} |
- if (is_msan) { |
- # MemorySanitizer does not support assembly code yet. |
- # http://crbug.com/344505 |
- defines += [ "LIBYUV_DISABLE_X86" ] |
- } |
- |
deps = [ |
"//third_party:jpeg", |
] |