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

Unified Diff: webrtc/BUILD.gn

Issue 1687703002: Refactored CL for moving the output to a separate thread. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: No-op Created 4 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 | « no previous file | webrtc/call/mock/mock_rtc_event_log.h » ('j') | webrtc/call/rtc_event_log_helper_thread.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 03785fba713880c2cf60df5a9db9dfb5d18e133a..50df44a967019e3bf7c6191a811ea90175fc816d 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -259,6 +259,8 @@ source_set("rtc_event_log") {
sources = [
"call/rtc_event_log.cc",
"call/rtc_event_log.h",
+ "call/rtc_event_log_helper_thread.cc",
+ "call/rtc_event_log_helper_thread.h",
]
defines = []
« no previous file with comments | « no previous file | webrtc/call/mock/mock_rtc_event_log.h » ('j') | webrtc/call/rtc_event_log_helper_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698