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

Unified Diff: components/BUILD.gn

Issue 2462983003: Move data use measurement to DataUseNetworkDelegate (Closed)
Patch Set: Move DataUseMeasurement to core Created 4 years, 1 month 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/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 5782bdc8f24372c0aa25a3957a9185c8cf832d7a..ce60d2e622c3ff830923614cdf19cbf4c6915d5d 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -171,7 +171,7 @@ test("components_unittests") {
"//components/data_reduction_proxy/content/browser:unit_tests",
"//components/data_reduction_proxy/core/browser:unit_tests",
"//components/data_reduction_proxy/core/common:unit_tests",
- "//components/data_use_measurement/content:unit_tests",
+ "//components/data_use_measurement/core:unit_tests",
"//components/discardable_memory/common:unit_tests",
"//components/discardable_memory/service:unit_tests",
"//components/display_compositor:unit_tests",

Powered by Google App Engine
This is Rietveld 408576698