From e84dcb43bd82d332d1a5d46d88dcf649d2da4519 Mon Sep 17 00:00:00 2001 From: Frank Barchard Date: Wed, 20 Jul 2016 16:33:52 -0700 Subject: [PATCH] Convert libyuv to a static library in GN. We have discovered that this should increase build performance in some cases. http://crbug.com/627637 R=fbarchard@google.com Review URL: https://codereview.chromium.org/2163213005 . --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 6f7ac02d5..69730069c 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -18,7 +18,7 @@ config("libyuv_config") { use_neon = current_cpu == "arm64" || (current_cpu == "arm" && (arm_use_neon || arm_optionally_use_neon)) -source_set("libyuv") { +static_library("libyuv") { sources = [ # Headers "include/libyuv.h",