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

Unified Diff: webrtc/api/BUILD.gn

Issue 2335553006: Moving webrtc/stats/ into webrtc/api/ to resolve a circular dependency (Closed)
Patch Set: 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
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index cae9e65d4e0af9d0ce2c9eaa2e4c64bafc0ca372..f16447eda21c39168f7cf00638aff9f5c18150fb 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -84,8 +84,13 @@ rtc_source_set("libjingle_peerconnection") {
"proxy.h",
"remoteaudiosource.cc",
"remoteaudiosource.h",
+ "rtcstats.cc",
"rtcstats.h",
+ "rtcstats_objects.cc",
"rtcstats_objects.h",
+ "rtcstatscollector.cc",
+ "rtcstatscollector.h",
+ "rtcstatsreport.cc",
"rtcstatsreport.h",
"rtpparameters.h",
"rtpreceiver.cc",
@@ -336,6 +341,9 @@ if (rtc_include_tests) {
"peerconnectionfactory_unittest.cc",
"peerconnectioninterface_unittest.cc",
"proxy_unittest.cc",
+ "rtcstats_unittest.cc",
+ "rtcstatscollector_unittest.cc",
+ "rtcstatsreport_unittest.cc",
"rtpsenderreceiver_unittest.cc",
"statscollector_unittest.cc",
"test/fakeaudiocapturemodule.cc",
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/api/api.gyp » ('j') | webrtc/api/peerconnection.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698