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

Unified Diff: webrtc/test/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
« no previous file with comments | « webrtc/system_wrappers/system_wrappers_tests.gyp ('k') | webrtc/test/histogram.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index af9516f43426c54a3eada81e3fcfc7c7e57dd8f5..5951693a500eedcd70f721e9fabe40635a4bd189 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -34,21 +34,6 @@ source_set("field_trial") {
public_configs = [ "..:common_inherited_config" ]
}
-source_set("histogram") {
- sources = [
- "histogram.cc",
- "histogram.h",
- ]
-
- deps = [
- "..:webrtc_common",
- "../system_wrappers",
- ]
-
- configs += [ "..:common_config" ]
- public_configs = [ "..:common_inherited_config" ]
-}
-
source_set("test_support") {
testonly = true
@@ -100,8 +85,8 @@ source_set("test_support_main") {
deps = [
":field_trial",
- ":histogram",
":test_support",
+ "../system_wrappers:metrics_default",
"//testing/gmock",
"//testing/gtest",
"//third_party/gflags",
« no previous file with comments | « webrtc/system_wrappers/system_wrappers_tests.gyp ('k') | webrtc/test/histogram.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698