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

Unified Diff: webrtc/logging/BUILD.gn

Issue 3009333002: Create RtcEventLogEncoderLegacy (Closed)
Patch Set: Rebased Created 3 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 | webrtc/logging/rtc_event_log/encoder/rtc_event_log_encoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/logging/BUILD.gn
diff --git a/webrtc/logging/BUILD.gn b/webrtc/logging/BUILD.gn
index 5a42871f158c17829d66d5df92a8e9e20c40e2f6..51279870d31953bd87760c8c50cb734cef713b2d 100644
--- a/webrtc/logging/BUILD.gn
+++ b/webrtc/logging/BUILD.gn
@@ -77,6 +77,9 @@ rtc_source_set("rtc_event_log_api") {
rtc_static_library("rtc_event_log_impl") {
sources = [
+ "rtc_event_log/encoder/rtc_event_log_encoder.h",
+ "rtc_event_log/encoder/rtc_event_log_encoder_legacy.cc",
+ "rtc_event_log/encoder/rtc_event_log_encoder_legacy.h",
"rtc_event_log/rtc_event_log.cc",
"rtc_event_log/rtc_event_log_factory.cc",
"rtc_event_log/rtc_event_log_factory.h",
« no previous file with comments | « no previous file | webrtc/logging/rtc_event_log/encoder/rtc_event_log_encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698