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

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: Initializing in content. 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 9a2d89b5997abd9fdab579c738d272ccfed37d06..4e7c29b83473f63f03693bf6da9adc4f4dd84969 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -258,6 +258,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",

Powered by Google App Engine
This is Rietveld 408576698