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

Unified Diff: webrtc/logging/BUILD.gn

Issue 3006233002: Modularize RtcEventLog
Patch Set: Backup 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 a2878c7543633ecf3ea76a7c89dc4ef43af66a1d..2521a495609d3d54facdc14b03baa9fc04db9df2 100644
--- a/webrtc/logging/BUILD.gn
+++ b/webrtc/logging/BUILD.gn
@@ -38,6 +38,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