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

Unified Diff: components/domain_reliability/BUILD.gn

Issue 1180223006: Domain Reliability: Simplify configs and reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, make requested changes Created 5 years, 2 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/domain_reliability/BUILD.gn
diff --git a/components/domain_reliability/BUILD.gn b/components/domain_reliability/BUILD.gn
index add26b47d25a7172ae08bf371dafcef85a015ca0..bc154cdcc3032ee387ee31f8bce1c2d6147c3b9d 100644
--- a/components/domain_reliability/BUILD.gn
+++ b/components/domain_reliability/BUILD.gn
@@ -49,6 +49,8 @@ component("domain_reliability") {
"dispatcher.cc",
"dispatcher.h",
"domain_reliability_export.h",
+ "google_configs.cc",
+ "google_configs.h",
"monitor.cc",
"monitor.h",
"scheduler.cc",
@@ -81,6 +83,7 @@ source_set("unit_tests") {
"config_unittest.cc",
"context_unittest.cc",
"dispatcher_unittest.cc",
+ "google_configs_unittest.cc",
"monitor_unittest.cc",
"scheduler_unittest.cc",
"test_util.cc",

Powered by Google App Engine
This is Rietveld 408576698