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

Unified Diff: webrtc/build/webrtc.gni

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/build/common.gypi ('k') | webrtc/modules/audio_coding/neteq/audio_decoder_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/webrtc.gni
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
index ac03959fc581cb2330a5e2f725b9ab5f07c42a19..e6cf3387a61288ab2d9f534cd02f07d1c42575cd 100644
--- a/webrtc/build/webrtc.gni
+++ b/webrtc/build/webrtc.gni
@@ -31,10 +31,6 @@ declare_args() {
# Selects fixed-point code where possible.
rtc_prefer_fixed_point = false
- # Enable data logging. Produces text files with data logged within engines
- # which can be easily parsed for offline processing.
- rtc_enable_data_logging = false
-
# Enables the use of protocol buffers for debug recordings.
rtc_enable_protobuf = true
« no previous file with comments | « webrtc/build/common.gypi ('k') | webrtc/modules/audio_coding/neteq/audio_decoder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698