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

Unified Diff: components/feature_engagement_tracker/internal/BUILD.gn

Issue 2877243002: Support IPH NotifyEvent calls before Initialize (Closed)
Patch Set: Fixed build.gn 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/feature_engagement_tracker/internal/BUILD.gn
diff --git a/components/feature_engagement_tracker/internal/BUILD.gn b/components/feature_engagement_tracker/internal/BUILD.gn
index 3e67970025c68193e91c771a25f13156590fd9bc..fad0385ee97cbee0cb99b312ee01c9b97e6ae2a9 100644
--- a/components/feature_engagement_tracker/internal/BUILD.gn
+++ b/components/feature_engagement_tracker/internal/BUILD.gn
@@ -30,6 +30,8 @@ static_library("internal") {
"feature_engagement_tracker_impl.h",
"in_memory_store.cc",
"in_memory_store.h",
+ "init_aware_model.cc",
+ "init_aware_model.h",
"model.h",
"model_impl.cc",
"model_impl.h",
@@ -88,6 +90,7 @@ source_set("unit_tests") {
"feature_config_storage_validator_unittest.cc",
"feature_engagement_tracker_impl_unittest.cc",
"in_memory_store_unittest.cc",
+ "init_aware_model_unittest.cc",
"model_impl_unittest.cc",
"never_condition_validator_unittest.cc",
"never_storage_validator_unittest.cc",
@@ -102,6 +105,7 @@ source_set("unit_tests") {
"//base/test:test_support",
"//components/feature_engagement_tracker/internal/test:test_support",
"//components/leveldb_proto:test_support",
+ "//testing/gmock",
"//testing/gtest",
]
}

Powered by Google App Engine
This is Rietveld 408576698