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

Unified Diff: components/metrics/BUILD.gn

Issue 1958003003: Splitting the concept of UMA consent, and should UMA report. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « components/metrics.gypi ('k') | components/metrics/enabled_state_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index e4eb0d53f55e297b209a9b49d3af84726c0c605f..4578924a3672e56da3ad9ac3d431e4afe3b33302 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -29,6 +29,8 @@ source_set("metrics") {
"drive_metrics_provider_linux.cc",
"drive_metrics_provider_mac.mm",
"drive_metrics_provider_win.cc",
+ "enabled_state_provider.cc",
+ "enabled_state_provider.h",
"file_metrics_provider.cc",
"file_metrics_provider.h",
"histogram_encoder.cc",
@@ -261,6 +263,8 @@ if (!is_ios) {
source_set("test_support") {
testonly = true
sources = [
+ "test_enabled_state_provider.cc",
+ "test_enabled_state_provider.h",
"test_metrics_provider.cc",
"test_metrics_provider.h",
"test_metrics_service_client.cc",
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/enabled_state_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698