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

Unified Diff: webrtc/base/BUILD.gn

Issue 2515443003: Move FirewallSocketServer to test code. (Closed)
Patch Set: Don't move the actual files, just move them to a test target. Created 4 years, 1 month 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 89b5725138ab12e9bc1d2e161fdd434048a6cfd2..bbc68e18c9f48a8169f16c3b4cdc6aaa14ea720a 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -410,8 +410,6 @@ rtc_static_library("rtc_base") {
"filerotatingstream.h",
"fileutils.cc",
"fileutils.h",
- "firewallsocketserver.cc",
- "firewallsocketserver.h",
"flags.cc",
"flags.h",
"gunit_prod.h",
@@ -775,6 +773,8 @@ if (rtc_include_tests) {
"fakenetwork.h",
"fakesslidentity.h",
"faketaskrunner.h",
+ "firewallsocketserver.cc",
+ "firewallsocketserver.h",
"gunit.h",
"testbase64.h",
"testechoserver.h",
« 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