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

Unified Diff: webrtc/system_wrappers/BUILD.gn

Issue 2796353002: Delete system_wrappers logging facility. (Closed)
Patch Set: Rebase, and update include in aec3 code. Created 3 years, 8 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/sdk/android/src/jni/androidmediaencoder_jni.cc ('k') | webrtc/system_wrappers/include/logging.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 708fd318f0f6272cce9da2672a91b29500297c1e..bbb1b12ba37b23d8f4475910557f0445459c1f7f 100644
--- a/webrtc/system_wrappers/BUILD.gn
+++ b/webrtc/system_wrappers/BUILD.gn
@@ -24,7 +24,6 @@ rtc_static_library("system_wrappers") {
"include/field_trial.h",
"include/file_wrapper.h",
"include/fix_interlocked_exchange_pointer_win.h",
- "include/logging.h",
"include/metrics.h",
"include/ntp_time.h",
"include/rtp_to_ntp_estimator.h",
@@ -45,7 +44,6 @@ rtc_static_library("system_wrappers") {
"source/event_timer_win.cc",
"source/event_timer_win.h",
"source/file_impl.cc",
- "source/logging.cc",
"source/rtp_to_ntp_estimator.cc",
"source/rw_lock.cc",
"source/rw_lock_posix.cc",
@@ -167,7 +165,6 @@ if (rtc_include_tests) {
"source/aligned_malloc_unittest.cc",
"source/clock_unittest.cc",
"source/event_timer_posix_unittest.cc",
- "source/logging_unittest.cc",
"source/metrics_default_unittest.cc",
"source/metrics_unittest.cc",
"source/ntp_time_unittest.cc",
« no previous file with comments | « webrtc/sdk/android/src/jni/androidmediaencoder_jni.cc ('k') | webrtc/system_wrappers/include/logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698