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

Unified Diff: sync/BUILD.gn

Issue 1368683003: USS SyncContextProxy / data type activation refactoring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed CR feedback Created 5 years, 3 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/sync_driver/ui_data_type_controller.h ('k') | sync/engine/model_type_processor_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index 27429dc95ebd4f6a38f8cffa2cc1b8c041a9b127..9e449bdae9b7edb6a98d3497b4e81989370f9c7a 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -123,6 +123,7 @@ source_set("sync_core") {
"engine/update_applicator.h",
"engine/update_handler.cc",
"engine/update_handler.h",
+ "internal_api/activation_context.cc",
"internal_api/attachments/attachment_downloader.cc",
"internal_api/attachments/attachment_downloader_impl.cc",
"internal_api/attachments/attachment_service.cc",
@@ -166,6 +167,7 @@ source_set("sync_core") {
"internal_api/js_sync_manager_observer.h",
"internal_api/protocol_event_buffer.cc",
"internal_api/protocol_event_buffer.h",
+ "internal_api/public/activation_context.h",
"internal_api/public/attachments/attachment_downloader.h",
"internal_api/public/attachments/attachment_downloader_impl.h",
"internal_api/public/attachments/attachment_service.h",
« no previous file with comments | « components/sync_driver/ui_data_type_controller.h ('k') | sync/engine/model_type_processor_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698