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

Unified Diff: chrome/browser/BUILD.gn

Issue 1978183003: Refactor WebRtcLoggingHandlerHost in preparation of automatic upload of WebRtcEventLogs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows compile error Created 4 years, 3 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 | « no previous file | chrome/browser/media/webrtc/webrtc_log_uploader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index c27862b22620e6222f40d14b0c6c285e94cb95cb..86038f4c56902c9f91393e58967c21a1ab1bbb7c 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3600,6 +3600,8 @@ split_static_library("browser") {
"media/webrtc/webrtc_rtp_dump_handler.h",
"media/webrtc/webrtc_rtp_dump_writer.cc",
"media/webrtc/webrtc_rtp_dump_writer.h",
+ "media/webrtc/webrtc_text_log_handler.cc",
+ "media/webrtc/webrtc_text_log_handler.h",
]
}
if (enable_service_discovery) {
« no previous file with comments | « no previous file | chrome/browser/media/webrtc/webrtc_log_uploader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698