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

Unified Diff: webrtc/api/BUILD.gn

Issue 2242043002: RTCStatsCollector and RTCPeerConnectionStats added (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Making sure the RTCPeerConnectionStats has the correct timestamp Created 4 years, 4 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/api/api.gyp » ('j') | webrtc/api/rtcstats_objects.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index a1a4a862178fe04d7aea5e82332d23aad2a31c84..7a7769dec6048a41b14a742204375f3dade876c7 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -70,6 +70,7 @@ source_set("libjingle_peerconnection") {
"remoteaudiosource.cc",
"remoteaudiosource.h",
"rtcstats.h",
+ "rtcstats_objects.h",
"rtcstatsreport.h",
"rtpparameters.h",
"rtpreceiver.cc",
@@ -336,6 +337,7 @@ if (rtc_include_tests) {
"test/fakeperiodicvideocapturer.h",
"test/fakertccertificategenerator.h",
"test/fakevideotrackrenderer.h",
+ "test/mock_datachannel.h",
"test/mock_peerconnection.h",
"test/mock_webrtcsession.h",
"test/mockpeerconnectionobservers.h",
« no previous file with comments | « no previous file | webrtc/api/api.gyp » ('j') | webrtc/api/rtcstats_objects.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698