Revert "libyuv: Include foo_posix.cc in the gn build, like it's done in the gyp build."

BUG=496928
R=thakis@chromium.org

Review URL: https://webrtc-codereview.appspot.com/58399004

git-svn-id: http://libyuv.googlecode.com/svn/trunk@1424 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
johannkoenig@google.com 2015-06-05 23:55:57 +00:00
parent d7242b5b6c
commit da6ee35e0c

View File

@ -17,12 +17,7 @@ config("libyuv_config") {
use_neon = current_cpu == "arm" && (arm_use_neon || arm_optionally_use_neon)
static_library("libyuv") {
# libyuv requires that foo_posix.cc is linked in on Windows too,
# just like in libyuv.gyp
# TODO(thakis): Fix this, http://crbug.com/496928
set_sources_assignment_filter([])
source_set("libyuv") {
sources = [
"include/libyuv.h",
"include/libyuv/basic_types.h",