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

Unified Diff: webrtc/base/BUILD.gn

Issue 1712773003: Include "sharedexclusivelock.cc" in Chromium GN build. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 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 cbfa3b1e818043b5daa195a1d87216b9b299b2cb..dfd65eba95154da23362b46529be778b89fcc796 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -284,6 +284,8 @@ static_library("rtc_base") {
"sha1.h",
"sha1digest.cc",
"sha1digest.h",
+ "sharedexclusivelock.cc",
+ "sharedexclusivelock.h",
"signalthread.cc",
"signalthread.h",
"sigslot.cc",
@@ -394,8 +396,6 @@ static_library("rtc_base") {
"rollingaccumulator.h",
"scopedptrcollection.h",
"sec_buffer.h",
- "sharedexclusivelock.cc",
- "sharedexclusivelock.h",
"sslconfig.h",
"sslroots.h",
"testclient.cc",
« 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