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

Unified Diff: components/metrics/BUILD.gn

Issue 1859213002: Move the thread hop for UMA user actions from content:: to base::. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Answered Alexei and Ilya. Created 4 years, 8 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: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 224070db0d464c758276cec3e7fdf0d47daee24c..b30f8986e5c635fd392ed916522248bd1c398b6f 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -257,6 +257,7 @@ if (!is_ios) {
# GYP version: components/metrics.gypi:metrics_test_support
source_set("test_support") {
+ testonly = true
sources = [
"test_metrics_provider.cc",
"test_metrics_provider.h",
@@ -269,6 +270,7 @@ source_set("test_support") {
]
deps = [
"//base",
+ "//base/test:test_support",
]
}

Powered by Google App Engine
This is Rietveld 408576698