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

Unified Diff: components/data_use_measurement/core/BUILD.gn

Issue 2538313002: Fix data usage tracking for domain reliability service (Closed)
Patch Set: Rebased Created 4 years 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 | « no previous file | components/data_use_measurement/core/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_use_measurement/core/BUILD.gn
diff --git a/components/data_use_measurement/core/BUILD.gn b/components/data_use_measurement/core/BUILD.gn
index c74f8d423a6fe458c50e6b8b403b0a845cf508d7..c76d1e5b494a2d215b96c42ca21d1df4f7ebb8c2 100644
--- a/components/data_use_measurement/core/BUILD.gn
+++ b/components/data_use_measurement/core/BUILD.gn
@@ -32,6 +32,10 @@ static_library("ascriber") {
"//components/metrics",
"//net",
]
+
+ if (!is_ios) {
+ deps += [ "//components/domain_reliability" ]
+ }
}
source_set("unit_tests") {
« no previous file with comments | « no previous file | components/data_use_measurement/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698