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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1265213003: Componentize profile_sync_auth_provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated dependencies 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/DEPS » ('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 d791acf448f9eb18e3860f6ab7f0b695b2a5b9d1..708742aeb20bb3e883e4604723e5329220010390 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -47,6 +47,8 @@ static_library("sync_driver") {
"open_tabs_ui_delegate.h",
"pref_names.cc",
"pref_names.h",
+ "profile_sync_auth_provider.cc",
+ "profile_sync_auth_provider.h",
"proxy_data_type_controller.cc",
"proxy_data_type_controller.h",
"shared_change_processor.cc",
@@ -71,6 +73,7 @@ static_library("sync_driver") {
deps = [
"//base",
"//components/os_crypt",
+ "//components/signin/core/browser",
"//sync",
]
}
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698