| Index: webrtc/system_wrappers/system_wrappers.gyp
 | 
| diff --git a/webrtc/system_wrappers/system_wrappers.gyp b/webrtc/system_wrappers/system_wrappers.gyp
 | 
| index a1ac45cb61b59f9a619685d03c538b221a0cc5fe..bce91000fc9289f69a966d28600b770e529af2ee 100644
 | 
| --- a/webrtc/system_wrappers/system_wrappers.gyp
 | 
| +++ b/webrtc/system_wrappers/system_wrappers.gyp
 | 
| @@ -21,7 +21,6 @@
 | 
|          'include/aligned_malloc.h',
 | 
|          'include/atomic32.h',
 | 
|          'include/clock.h',
 | 
| -        'include/condition_variable_wrapper.h',
 | 
|          'include/cpu_info.h',
 | 
|          'include/cpu_features_wrapper.h',
 | 
|          'include/critical_section_wrapper.h',
 | 
| @@ -54,11 +53,8 @@
 | 
|          'source/atomic32_posix.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_info.cc',
 | 
|          'source/cpu_features.cc',
 | 
|          'source/critical_section.cc',
 | 
| 
 |