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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1272713002: [Sync] Move sync error controller to sync driver component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN Created 5 years, 4 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.gypi ('k') | components/sync_driver/sync_error_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index 8f4e585c1c6354977848193653280f382cab3a40..9259e46ec6479e5cad8035c6a52df0fc6da029e8 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -58,6 +58,8 @@ static_library("sync_driver") {
"shared_change_processor_ref.cc",
"shared_change_processor_ref.h",
"sync_api_component_factory.h",
+ "sync_error_controller.cc",
+ "sync_error_controller.h",
"sync_frontend.cc",
"sync_frontend.h",
"sync_prefs.cc",
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/sync_error_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698