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

Unified Diff: webrtc/system_wrappers/BUILD.gn

Issue 2790533002: Remove ALL usage of CriticalSectionWrapper. (Closed)
Patch Set: remove winXP rw_lock include Created 3 years, 9 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 83f5f23d1f796898d94737ba85e1515d590e210f..708fd318f0f6272cce9da2672a91b29500297c1e 100644
--- a/webrtc/system_wrappers/BUILD.gn
+++ b/webrtc/system_wrappers/BUILD.gn
@@ -20,7 +20,6 @@ rtc_static_library("system_wrappers") {
"include/clock.h",
"include/cpu_features_wrapper.h",
"include/cpu_info.h",
- "include/critical_section_wrapper.h",
"include/event_wrapper.h",
"include/field_trial.h",
"include/file_wrapper.h",
@@ -38,8 +37,6 @@ rtc_static_library("system_wrappers") {
"source/aligned_malloc.cc",
"source/atomic32_win.cc",
"source/clock.cc",
- "source/condition_variable_event_win.cc",
- "source/condition_variable_event_win.h",
"source/cpu_features.cc",
"source/cpu_info.cc",
"source/event.cc",
@@ -55,8 +52,6 @@ rtc_static_library("system_wrappers") {
"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/timestamp_extrapolator.cc",
"source/trace_impl.cc",
@@ -171,8 +166,6 @@ if (rtc_include_tests) {
"source/aligned_array_unittest.cc",
"source/aligned_malloc_unittest.cc",
"source/clock_unittest.cc",
- "source/condition_variable_unittest.cc",
- "source/critical_section_unittest.cc",
"source/event_timer_posix_unittest.cc",
"source/logging_unittest.cc",
"source/metrics_default_unittest.cc",
« no previous file with comments | « webrtc/modules/video_coding/jitter_buffer.cc ('k') | webrtc/system_wrappers/include/critical_section_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698