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

Unified Diff: webrtc/system_wrappers/system_wrappers.gyp

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
« no previous file with comments | « webrtc/system_wrappers/source/rw_lock_winxp_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/system_wrappers/system_wrappers.gyp
diff --git a/webrtc/system_wrappers/system_wrappers.gyp b/webrtc/system_wrappers/system_wrappers.gyp
index f294c9e326c5e95eef122f20155b47f03e3aa9e3..479c02a5218eba9867e44d2534761b2b73e8436f 100644
--- a/webrtc/system_wrappers/system_wrappers.gyp
+++ b/webrtc/system_wrappers/system_wrappers.gyp
@@ -64,10 +64,6 @@
'source/cpu_info.cc',
'source/cpu_features.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.cc',
'source/data_log_c.cc',
'source/data_log_no_op.cc',
« no previous file with comments | « webrtc/system_wrappers/source/rw_lock_winxp_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698