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

Unified Diff: webrtc/system_wrappers/BUILD.gn

Issue 1915523002: Add a default implementation in metrics_default.cc of histograms methods in system_wrappers/interfac (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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/system_wrappers/BUILD.gn
diff --git a/webrtc/system_wrappers/BUILD.gn b/webrtc/system_wrappers/BUILD.gn
index 66e6df5cc1a52616281cbdf0f3f08dd05a8ebea3..da785e2fcaf805a24373e18fb6a2dd9a0b981292 100644
--- a/webrtc/system_wrappers/BUILD.gn
+++ b/webrtc/system_wrappers/BUILD.gn
@@ -148,6 +148,7 @@ source_set("field_trial_default") {
source_set("metrics_default") {
sources = [
+ "include/metrics_default.h",
"source/metrics_default.cc",
]
« no previous file with comments | « webrtc/modules/video_coding/jitter_buffer_unittest.cc ('k') | webrtc/system_wrappers/include/metrics_default.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698