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

Unified Diff: components/BUILD.gn

Issue 2876633002: Add a PersistentStore to FeatureEngagementTracker (Closed)
Patch Set: Rebased and fleshed out test Created 3 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
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 5426057cc9fe13555e0a4be88256bd729716ea6a..e602dcb893f6b33a69a3f11bfd22831c1c7ad1b3 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -242,6 +242,8 @@ test("components_unittests") {
data_deps += [ "//content/shell:pak" ]
}
+ deps += [ "//components/feature_engagement_tracker:unit_tests" ]
nyquist 2017/05/11 17:08:03 Hey, this looks just like the local edit I always
David Trainor- moved to gerrit 2017/05/11 19:30:28 O_o
+
if (is_android) {
deps += [
"//components/cdm/browser:unit_tests",

Powered by Google App Engine
This is Rietveld 408576698