Fix GN for rtc_base_approved target.

In https://webrtc-codereview.appspot.com/22649004
a new target was introduced that duplicated some
source files, breaking the bots in
http://build.chromium.org/p/chromium.webrtc.fyi/waterfall

This updates the GN config to also remove them from
the target where they were moved from in base.gyp.

BUG=3806
TESTED=Trybots + Running GN in a Chromium checkout with
src/third_party/webrtc symlinked to the WebRTC checkout
with this CL applied + passing compile step.

R=perkj@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7192 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2014-09-16 11:16:12 +00:00
parent 178015d8f9
commit 44360200e3

View File

@ -175,8 +175,6 @@ static_library("webrtc_base") {
"bytebuffer.cc",
"bytebuffer.h",
"byteorder.h",
"checks.cc",
"checks.h",
"common.cc",
"common.h",
"cpumonitor.cc",
@ -212,9 +210,6 @@ static_library("webrtc_base") {
"ipaddress.h",
"linked_ptr.h",
"mathutils.h",
"md5.cc",
"md5.h",
"md5digest.h",
"messagedigest.cc",
"messagedigest.h",
"messagehandler.cc",
@ -281,10 +276,6 @@ static_library("webrtc_base") {
"sslstreamadapterhelper.h",
"stream.cc",
"stream.h",
"stringencode.cc",
"stringencode.h",
"stringutils.cc",
"stringutils.h",
"systeminfo.cc",
"systeminfo.h",
"task.cc",
@ -298,8 +289,6 @@ static_library("webrtc_base") {
"thread_checker.h",
"thread_checker_impl.cc",
"thread_checker_impl.h",
"timeutils.cc",
"timeutils.h",
"timing.cc",
"timing.h",
"urlencode.cc",
@ -349,8 +338,6 @@ static_library("webrtc_base") {
"callback.h",
"callback.h.pump",
"constructormagic.h",
"exp_filter.cc",
"exp_filter.h",
"filelock.cc",
"filelock.h",
"fileutils_mock.h",