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

Unified Diff: webrtc/system_wrappers/system_wrappers.gyp

Issue 2439473002: Delete DataLog abstraction, which was almost unused. (Closed)
Patch Set: Created 4 years, 2 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/data_log_unittest_disabled.cc ('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 ea8fdb6cff4a0d2bfa554a5d2af36eb6f89c9b5b..abee34531c620f12d22c0f4c42b629c898fc0eeb 100644
--- a/webrtc/system_wrappers/system_wrappers.gyp
+++ b/webrtc/system_wrappers/system_wrappers.gyp
@@ -24,9 +24,6 @@
'include/cpu_features_wrapper.h',
'include/cpu_info.h',
'include/critical_section_wrapper.h',
- 'include/data_log.h',
- 'include/data_log_c.h',
- 'include/data_log_impl.h',
'include/event_wrapper.h',
'include/field_trial.h',
'include/file_wrapper.h',
@@ -51,7 +48,6 @@
'source/condition_variable_event_win.h',
'source/cpu_features.cc',
'source/cpu_info.cc',
- 'source/data_log_c.cc',
'source/event.cc',
'source/event_timer_posix.cc',
'source/event_timer_posix.h',
@@ -78,11 +74,6 @@
'source/trace_win.h',
],
'conditions': [
- ['enable_data_logging==1', {
- 'sources': [ 'source/data_log.cc', ],
- }, {
- 'sources': [ 'source/data_log_no_op.cc', ],
- },],
['OS=="android"', {
'defines': [
'WEBRTC_THREAD_RR',
« no previous file with comments | « webrtc/system_wrappers/source/data_log_unittest_disabled.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698