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

Unified Diff: webrtc/base/BUILD.gn

Issue 2865083002: Delete unused class SharedExclusiveLock. (Closed)
Patch Set: 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 | webrtc/base/sharedexclusivelock.h » ('j') | 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 207f334b80d53691ce7805c2ccd15f5ad27d62cd..ddd570d923bb6d91ec08300810eabb0ac7970c2e 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -473,8 +473,6 @@ rtc_static_library("rtc_base") {
"sha1.h",
"sha1digest.cc",
"sha1digest.h",
- "sharedexclusivelock.cc",
- "sharedexclusivelock.h",
"signalthread.cc",
"signalthread.h",
"sigslot.cc",
@@ -935,7 +933,6 @@ if (rtc_include_tests) {
"rtccertificate_unittest.cc",
"rtccertificategenerator_unittest.cc",
"sha1digest_unittest.cc",
- "sharedexclusivelock_unittest.cc",
"signalthread_unittest.cc",
"sigslot_unittest.cc",
"sigslottester_unittest.cc",
« no previous file with comments | « no previous file | webrtc/base/sharedexclusivelock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698