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

Unified Diff: components/ukm/BUILD.gn

Issue 2653693004: UKM Sync Observer (Closed)
Patch Set: Split Created 3 years, 11 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/ukm/BUILD.gn
diff --git a/components/ukm/BUILD.gn b/components/ukm/BUILD.gn
index 5b97d07fc98382a7b66f922ace57e9f0e4e22ded..13afe500531a4d00fcdfe49d67cc9fa22da04b6d 100644
--- a/components/ukm/BUILD.gn
+++ b/components/ukm/BUILD.gn
@@ -33,6 +33,8 @@ static_library("observers") {
sources = [
"observers/history_delete_observer.cc",
"observers/history_delete_observer.h",
+ "observers/sync_disable_observer.cc",
+ "observers/sync_disable_observer.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698