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

Unified Diff: webrtc/BUILD.gn

Issue 2241093002: RTCStats and RTCStatsReport added (webrtc/stats) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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 | « all.gyp ('k') | webrtc/api/BUILD.gn » ('j') | webrtc/stats/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 94ce0120b61e73b84d076c385625bc51fcc17862..d91de61b5ca9d4c1c53c944a0c6a03bd3d4565cf 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -259,6 +259,7 @@ if (!is_ios || !build_with_chromium) {
"common_audio",
"common_video",
"modules",
+ "stats:rtc_stats",
hbos 2016/08/13 08:31:39 Should I list the unittest (rtc_stats_unittests) t
kjellander_webrtc 2016/08/15 11:21:51 If you just put "stats" here, GN will make the ass
hbos 2016/08/15 13:27:11 Done.
"system_wrappers",
"tools",
"video",
« no previous file with comments | « all.gyp ('k') | webrtc/api/BUILD.gn » ('j') | webrtc/stats/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698