summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org>2014-09-16 11:16:12 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org>2014-09-16 11:16:12 +0000
commit34374d1ea3f56216836788b7378c69a540fe9197 (patch)
treef8d498432d3ccca4c0510f596ef6fc605e35c9fb
parent99237f424cf6c3bd76488e4a50b10f0f3c53a5d3 (diff)
downloadwebrtc-34374d1ea3f56216836788b7378c69a540fe9197.tar.gz
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/webrtc@7192 4adac7df-926f-26a2-2b94-8c16560cd09d
-rw-r--r--base/BUILD.gn13
1 files changed, 0 insertions, 13 deletions
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 17cd3afe..003fc1bc 100644
--- a/base/BUILD.gn
+++ b/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",