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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2302873004: Renamed WebRTCStats.h to WebRTCLegacyStats.h and cleaned it up (Closed)
Patch Set: Fixed compile error 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: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index d5a0152ba1a112ca4c85cd79406b053fe65b48a8..0e275155ef28c2d38953d338de4dfde35945e579 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -260,12 +260,12 @@ source_set("blink_headers") {
"platform/WebRTCDataChannelInit.h",
"platform/WebRTCICECandidate.h",
"platform/WebRTCKeyParams.h",
+ "platform/WebRTCLegacyStats.h",
"platform/WebRTCOfferOptions.h",
"platform/WebRTCPeerConnectionHandler.h",
"platform/WebRTCPeerConnectionHandlerClient.h",
"platform/WebRTCSessionDescription.h",
"platform/WebRTCSessionDescriptionRequest.h",
- "platform/WebRTCStats.h",
"platform/WebRTCStatsRequest.h",
"platform/WebRTCStatsResponse.h",
"platform/WebRTCVoidRequest.h",

Powered by Google App Engine
This is Rietveld 408576698