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

Unified Diff: webrtc/base/BUILD.gn

Issue 2915253002: Delete SignalThread class. (Closed)
Patch Set: Write the member variables for the result only on the |construction_thread_|. Created 3 years, 6 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 | webrtc/base/nethelpers.h » ('j') | webrtc/base/nethelpers.h » ('J')
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 e94169d0ce45e641557d876c33bf0056e6a4e432..511b49e623c609191b70a01123b43a482c02f8ab 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -473,8 +473,6 @@ rtc_static_library("rtc_base") {
"rtccertificate.h",
"rtccertificategenerator.cc",
"rtccertificategenerator.h",
- "signalthread.cc",
- "signalthread.h",
"sigslot.cc",
"sigslot.h",
"sigslotrepeater.h",
@@ -937,7 +935,6 @@ if (rtc_include_tests) {
"rtccertificate_unittest.cc",
"rtccertificategenerator_unittest.cc",
"sha1digest_unittest.cc",
- "signalthread_unittest.cc",
"sigslot_unittest.cc",
"sigslottester_unittest.cc",
"stream_unittest.cc",
« no previous file with comments | « no previous file | webrtc/base/nethelpers.h » ('j') | webrtc/base/nethelpers.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698