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

Unified Diff: webrtc/system_wrappers/BUILD.gn

Issue 1601743004: Make CriticalSectionWrapper non-virtual (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Improve comment 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
Index: webrtc/system_wrappers/BUILD.gn
diff --git a/webrtc/system_wrappers/BUILD.gn b/webrtc/system_wrappers/BUILD.gn
index a73a32fa10759a4e55931bcfac83d1696586c3e4..e6e930aed7e6de50ed9a94132a2a807720e4b0f5 100644
--- a/webrtc/system_wrappers/BUILD.gn
+++ b/webrtc/system_wrappers/BUILD.gn
@@ -55,10 +55,6 @@ static_library("system_wrappers") {
"source/cpu_features.cc",
"source/cpu_info.cc",
"source/critical_section.cc",
- "source/critical_section_posix.cc",
- "source/critical_section_posix.h",
- "source/critical_section_win.cc",
- "source/critical_section_win.h",
"source/data_log_c.cc",
"source/event.cc",
"source/event_timer_posix.cc",

Powered by Google App Engine
This is Rietveld 408576698