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

Unified Diff: components/sync/BUILD.gn

Issue 2856933005: [Sync] Create UserEventSyncBridge. (Closed)
Patch Set: Removing autocomplete_sync_bridge_unittest.cc from cl. 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
« no previous file with comments | « no previous file | components/sync/device_info/device_info_sync_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index 2f4ccad94f543264bdbdd68f1af2fe331eabb0c7..a3e8b54023eba791fec27ec5c5fe4a36fccbb259 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -572,6 +572,8 @@ static_library("sync") {
"syncable/write_transaction.h",
"syncable/write_transaction_info.cc",
"syncable/write_transaction_info.h",
+ "user_events/user_event_sync_bridge.cc",
+ "user_events/user_event_sync_bridge.h",
]
configs += [ "//build/config:precompiled_headers" ]
@@ -940,6 +942,7 @@ source_set("unit_tests") {
"syncable/syncable_enum_conversions_unittest.cc",
"syncable/syncable_id_unittest.cc",
"syncable/syncable_unittest.cc",
+ "user_events/user_event_sync_bridge_unittest.cc",
]
configs += [ "//build/config:precompiled_headers" ]
« no previous file with comments | « no previous file | components/sync/device_info/device_info_sync_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698