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:
parent
178015d8f9
commit
44360200e3
@ -175,8 +175,6 @@ static_library("webrtc_base") {
|
|||||||
"bytebuffer.cc",
|
"bytebuffer.cc",
|
||||||
"bytebuffer.h",
|
"bytebuffer.h",
|
||||||
"byteorder.h",
|
"byteorder.h",
|
||||||
"checks.cc",
|
|
||||||
"checks.h",
|
|
||||||
"common.cc",
|
"common.cc",
|
||||||
"common.h",
|
"common.h",
|
||||||
"cpumonitor.cc",
|
"cpumonitor.cc",
|
||||||
@ -212,9 +210,6 @@ static_library("webrtc_base") {
|
|||||||
"ipaddress.h",
|
"ipaddress.h",
|
||||||
"linked_ptr.h",
|
"linked_ptr.h",
|
||||||
"mathutils.h",
|
"mathutils.h",
|
||||||
"md5.cc",
|
|
||||||
"md5.h",
|
|
||||||
"md5digest.h",
|
|
||||||
"messagedigest.cc",
|
"messagedigest.cc",
|
||||||
"messagedigest.h",
|
"messagedigest.h",
|
||||||
"messagehandler.cc",
|
"messagehandler.cc",
|
||||||
@ -281,10 +276,6 @@ static_library("webrtc_base") {
|
|||||||
"sslstreamadapterhelper.h",
|
"sslstreamadapterhelper.h",
|
||||||
"stream.cc",
|
"stream.cc",
|
||||||
"stream.h",
|
"stream.h",
|
||||||
"stringencode.cc",
|
|
||||||
"stringencode.h",
|
|
||||||
"stringutils.cc",
|
|
||||||
"stringutils.h",
|
|
||||||
"systeminfo.cc",
|
"systeminfo.cc",
|
||||||
"systeminfo.h",
|
"systeminfo.h",
|
||||||
"task.cc",
|
"task.cc",
|
||||||
@ -298,8 +289,6 @@ static_library("webrtc_base") {
|
|||||||
"thread_checker.h",
|
"thread_checker.h",
|
||||||
"thread_checker_impl.cc",
|
"thread_checker_impl.cc",
|
||||||
"thread_checker_impl.h",
|
"thread_checker_impl.h",
|
||||||
"timeutils.cc",
|
|
||||||
"timeutils.h",
|
|
||||||
"timing.cc",
|
"timing.cc",
|
||||||
"timing.h",
|
"timing.h",
|
||||||
"urlencode.cc",
|
"urlencode.cc",
|
||||||
@ -349,8 +338,6 @@ static_library("webrtc_base") {
|
|||||||
"callback.h",
|
"callback.h",
|
||||||
"callback.h.pump",
|
"callback.h.pump",
|
||||||
"constructormagic.h",
|
"constructormagic.h",
|
||||||
"exp_filter.cc",
|
|
||||||
"exp_filter.h",
|
|
||||||
"filelock.cc",
|
"filelock.cc",
|
||||||
"filelock.h",
|
"filelock.h",
|
||||||
"fileutils_mock.h",
|
"fileutils_mock.h",
|
||||||
|
Loading…
Reference in New Issue
Block a user