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

Unified Diff: components/sync/BUILD.gn

Issue 2106743002: WIP: Local sync only... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix after rebase. Created 4 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/browser_sync/profile_sync_service.cc ('k') | components/sync/core_impl/sync_manager_impl.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 d5134afa88fc5b98ead83bedb429ea68d563f706..14ce5202fc25367523771c48d69bae281a980c00 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -428,6 +428,20 @@ static_library("sync") {
"engine_impl/model_type_registry.h",
"engine_impl/model_type_worker.cc",
"engine_impl/model_type_worker.h",
+ "engine_impl/net/loopback_connection_manager.cc",
+ "engine_impl/net/loopback_connection_manager.h",
+ "engine_impl/net/loopback_server/bookmark_entity.cc",
+ "engine_impl/net/loopback_server/bookmark_entity.h",
+ "engine_impl/net/loopback_server/loopback_server.cc",
+ "engine_impl/net/loopback_server/loopback_server.h",
+ "engine_impl/net/loopback_server/loopback_server_entity.cc",
+ "engine_impl/net/loopback_server/loopback_server_entity.h",
+ "engine_impl/net/loopback_server/permanent_entity.cc",
+ "engine_impl/net/loopback_server/permanent_entity.h",
+ "engine_impl/net/loopback_server/tombstone_entity.cc",
+ "engine_impl/net/loopback_server/tombstone_entity.h",
+ "engine_impl/net/loopback_server/unique_client_entity.cc",
+ "engine_impl/net/loopback_server/unique_client_entity.h",
"engine_impl/net/server_connection_manager.cc",
"engine_impl/net/server_connection_manager.h",
"engine_impl/net/url_translator.cc",
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/core_impl/sync_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698