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

Unified Diff: content/renderer/BUILD.gn

Issue 2343563004: webrtc/api/rtcstats[report].h is moving to webrtc/api/stats/ (Closed)
Patch Set: Added dependency on rtc_stats_api for the headers 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
« no previous file with comments | « no previous file | content/renderer/media/webrtc/rtc_stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 8fdf5c2d2e6ae1ac89f2343f189141727a7b93f3..00b96c441f7b45f87f18f4befc26a8daf382acd5 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -684,6 +684,7 @@ target(link_target_type, "renderer") {
"//third_party/libjingle:libjingle_webrtc",
"//third_party/libvpx",
"//third_party/webrtc/api:libjingle_peerconnection",
+ "//third_party/webrtc/api:rtc_stats_api",
"//third_party/webrtc/base:rtc_base",
"//third_party/webrtc/common_video",
"//third_party/webrtc/media:rtc_media",
« no previous file with comments | « no previous file | content/renderer/media/webrtc/rtc_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698