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

Unified Diff: webrtc/system_wrappers/BUILD.gn

Issue 2546863003: Delete unused spreadsort implementation. (Closed)
Patch Set: Delete TestSort.cc too. Created 4 years 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/LICENSE_THIRD_PARTY ('k') | webrtc/system_wrappers/include/sort.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 df6de0ad4712304dd2d21d5e706dc19e955bf9aa..37366bf4946e219a1f90659d4410ff8fae705f8c 100644
--- a/webrtc/system_wrappers/BUILD.gn
+++ b/webrtc/system_wrappers/BUILD.gn
@@ -31,7 +31,6 @@ rtc_static_library("system_wrappers") {
"include/rtp_to_ntp.h",
"include/rw_lock_wrapper.h",
"include/sleep.h",
- "include/sort.h",
"include/static_instance.h",
"include/stl_util.h",
"include/stringize_macros.h",
@@ -61,7 +60,6 @@ rtc_static_library("system_wrappers") {
"source/rw_lock_winxp_win.cc",
"source/rw_lock_winxp_win.h",
"source/sleep.cc",
- "source/sort.cc",
"source/timestamp_extrapolator.cc",
"source/trace_impl.cc",
"source/trace_impl.h",
« no previous file with comments | « webrtc/LICENSE_THIRD_PARTY ('k') | webrtc/system_wrappers/include/sort.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698