| Index: webrtc/system_wrappers/BUILD.gn
|
| diff --git a/webrtc/system_wrappers/BUILD.gn b/webrtc/system_wrappers/BUILD.gn
|
| index 98d15835c10e39c2fcaf22ca329b8136839ef9b0..004d9d2343c0bbdd35b836787c1f63839e311e47 100644
|
| --- a/webrtc/system_wrappers/BUILD.gn
|
| +++ b/webrtc/system_wrappers/BUILD.gn
|
| @@ -15,7 +15,6 @@ static_library("system_wrappers") {
|
| "include/aligned_malloc.h",
|
| "include/atomic32.h",
|
| "include/clock.h",
|
| - "include/condition_variable_wrapper.h",
|
| "include/cpu_features_wrapper.h",
|
| "include/cpu_info.h",
|
| "include/critical_section_wrapper.h",
|
| @@ -45,11 +44,8 @@ static_library("system_wrappers") {
|
| "source/atomic32_mac.cc",
|
| "source/atomic32_win.cc",
|
| "source/clock.cc",
|
| - "source/condition_variable.cc",
|
| "source/condition_variable_event_win.cc",
|
| "source/condition_variable_event_win.h",
|
| - "source/condition_variable_native_win.cc",
|
| - "source/condition_variable_native_win.h",
|
| "source/cpu_features.cc",
|
| "source/cpu_info.cc",
|
| "source/critical_section.cc",
|
|
|