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 .
This commit is contained in:
Frank Barchard 2016-07-20 16:33:52 -07:00
parent e497bc8b1a
commit e84dcb43bd

View File

@ -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",