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

Unified Diff: webrtc/api/api.gyp

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/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index 5b14fdfc2d9f778160028377c9315bdac6b9f9b3..debca0ec5bb9a64476d00c18b338342529017226 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -157,8 +157,13 @@
'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',
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/api/api_tests.gyp » ('j') | webrtc/api/peerconnection.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698