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

Unified Diff: components/invalidation/impl/BUILD.gn

Issue 1418573005: [invalidation] Componentize TiclProfileSettingsProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Maintain pref registration on Android 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
« no previous file with comments | « components/invalidation.gypi ('k') | components/invalidation/impl/invalidation_prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/impl/BUILD.gn
diff --git a/components/invalidation/impl/BUILD.gn b/components/invalidation/impl/BUILD.gn
index d84bf93c58d72bd6fcd510b368fff2c4aaca8a22..a358cefe4cb919b1f157cb222692795ebbf7edcf 100644
--- a/components/invalidation/impl/BUILD.gn
+++ b/components/invalidation/impl/BUILD.gn
@@ -57,6 +57,8 @@ source_set("impl") {
"sync_system_resources.h",
"ticl_invalidation_service.cc",
"ticl_invalidation_service.h",
+ "ticl_profile_settings_provider.cc",
+ "ticl_profile_settings_provider.h",
"ticl_settings_provider.cc",
"ticl_settings_provider.h",
]
@@ -124,6 +126,7 @@ source_set("unit_tests") {
"sync_invalidation_listener_unittest.cc",
"sync_system_resources_unittest.cc",
"ticl_invalidation_service_unittest.cc",
+ "ticl_profile_settings_provider_unittest.cc",
"unacked_invalidation_set_unittest.cc",
]
}
« no previous file with comments | « components/invalidation.gypi ('k') | components/invalidation/impl/invalidation_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698