From 44360200e3c465248d9439cc166efaae4e162d84 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Tue, 16 Sep 2014 11:16:12 +0000 Subject: [PATCH] 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 --- webrtc/base/BUILD.gn | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn index 17cd3afee..003fc1bc2 100644 --- a/webrtc/base/BUILD.gn +++ b/webrtc/base/BUILD.gn @@ -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",