Chromium Code Reviews

Unified Diff: webrtc/system_wrappers/BUILD.gn

Issue 1614373002: Remove implementation of CriticalSectionWrapper and use rtc::CriticalSection (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix impl Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | webrtc/system_wrappers/include/critical_section_wrapper.h » ('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 004d9d2343c0bbdd35b836787c1f63839e311e47..ef03269f1eae4cb73732c25831ba3b254b50f9b9 100644
--- a/webrtc/system_wrappers/BUILD.gn
+++ b/webrtc/system_wrappers/BUILD.gn
@@ -48,7 +48,6 @@ static_library("system_wrappers") {
"source/condition_variable_event_win.h",
"source/cpu_features.cc",
"source/cpu_info.cc",
- "source/critical_section.cc",
"source/data_log_c.cc",
"source/event.cc",
"source/event_timer_posix.cc",
« no previous file with comments | « no previous file | webrtc/system_wrappers/include/critical_section_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine