Commit e84dcb43 authored by Frank Barchard's avatar Frank Barchard

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 .
parent e497bc8b
...@@ -18,7 +18,7 @@ config("libyuv_config") { ...@@ -18,7 +18,7 @@ config("libyuv_config") {
use_neon = current_cpu == "arm64" || (current_cpu == "arm" && (arm_use_neon || arm_optionally_use_neon)) use_neon = current_cpu == "arm64" || (current_cpu == "arm" && (arm_use_neon || arm_optionally_use_neon))
source_set("libyuv") { static_library("libyuv") {
sources = [ sources = [
# Headers # Headers
"include/libyuv.h", "include/libyuv.h",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment