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

Unified Diff: BUILD.gn

Issue 2149823003: Remove DISABLE_X86 from build.gn (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: remove DISABLE_X86 from build.gn 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 | README.chromium » ('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 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",
]
« no previous file with comments | « no previous file | README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698