Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Unified Diff: webrtc/base/BUILD.gn

Issue 2875933002: Move test-only code to GN target rtc_base_test_utils. (Closed)
Patch Set: Move md5 and sha1 too. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 78d8a44599fe8c0d866dd1b53eaebbe32ee4f0b8..b81955a633392e2829c7d4295c0e4a6249a616a7 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -138,8 +138,6 @@ rtc_static_library("rtc_base_approved") {
"ignore_wundef.h",
"location.cc",
"location.h",
- "md5.cc",
- "md5.h",
"mod_ops.h",
"onetimeevent.h",
"optional.cc",
@@ -469,10 +467,6 @@ rtc_static_library("rtc_base") {
"rtccertificate.h",
"rtccertificategenerator.cc",
"rtccertificategenerator.h",
- "sha1.cc",
- "sha1.h",
- "sha1digest.cc",
- "sha1digest.h",
"signalthread.cc",
"signalthread.h",
"sigslot.cc",
@@ -501,8 +495,6 @@ rtc_static_library("rtc_base") {
"stream.h",
"thread.cc",
"thread.h",
- "virtualsocketserver.cc",
- "virtualsocketserver.h",
]
# TODO(henrike): issue 3307, make rtc_base build with the Chromium default
@@ -684,6 +676,8 @@ rtc_source_set("rtc_base_tests_utils") {
"gunit.h",
"httpserver.cc",
"httpserver.h",
+ "md5.cc",
+ "md5.h",
"md5digest.cc",
"md5digest.h",
"memory_usage.cc",
@@ -696,12 +690,18 @@ rtc_source_set("rtc_base_tests_utils") {
"nattypes.h",
"proxyserver.cc",
"proxyserver.h",
+ "sha1.cc",
+ "sha1.h",
+ "sha1digest.cc",
+ "sha1digest.h",
"sigslottester.h",
"sigslottester.h.pump",
"testbase64.h",
"testechoserver.h",
"testutils.h",
"timedelta.h",
+ "virtualsocketserver.cc",
+ "virtualsocketserver.h",
]
configs += [ ":rtc_base_tests_utils_warnings_config" ]
public_configs = [ ":rtc_base_tests_utils_exported_config" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698