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

Unified Diff: webrtc/base/BUILD.gn

Issue 2855103003: Adding virtualsocketserver to rtc_base sources (Closed)
Patch Set: Created 3 years, 8 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 2a17d923ad1b90bf4f8af339b9aa0ba592c3dbf3..207f334b80d53691ce7805c2ccd15f5ad27d62cd 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -503,6 +503,8 @@ 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
@@ -535,8 +537,6 @@ rtc_static_library("rtc_base") {
"testclient.h",
"transformadapter.cc",
"transformadapter.h",
- "virtualsocketserver.cc",
- "virtualsocketserver.h",
"window.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