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

Unified Diff: webrtc/system_wrappers/BUILD.gn

Issue 1595983002: Rename RWLockGeneric to RWLockWinXP to more accurately reflect when it's used. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove include Created 4 years, 11 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/system_wrappers/source/rw_lock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/system_wrappers/BUILD.gn
diff --git a/webrtc/system_wrappers/BUILD.gn b/webrtc/system_wrappers/BUILD.gn
index 5e0e41e832265075bfe3527aa2eab0e2f63fa84e..a73a32fa10759a4e55931bcfac83d1696586c3e4 100644
--- a/webrtc/system_wrappers/BUILD.gn
+++ b/webrtc/system_wrappers/BUILD.gn
@@ -70,12 +70,12 @@ static_library("system_wrappers") {
"source/logging.cc",
"source/rtp_to_ntp.cc",
"source/rw_lock.cc",
- "source/rw_lock_generic.cc",
- "source/rw_lock_generic.h",
"source/rw_lock_posix.cc",
"source/rw_lock_posix.h",
"source/rw_lock_win.cc",
"source/rw_lock_win.h",
+ "source/rw_lock_winxp_win.cc",
+ "source/rw_lock_winxp_win.h",
"source/sleep.cc",
"source/sort.cc",
"source/tick_util.cc",
« no previous file with comments | « no previous file | webrtc/system_wrappers/source/rw_lock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698