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

Unified Diff: components/browser_sync/browser/BUILD.gn

Issue 1808223002: Fix the build dependency of ProfileSyncService on sync.pb.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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.gypi ('k') | components/sync_driver.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/browser/BUILD.gn
diff --git a/components/browser_sync/browser/BUILD.gn b/components/browser_sync/browser/BUILD.gn
index 76b8065a0d5680442671cfaa9a6311a6f936a32c..b44150cfe40fcbed4bfd8d3f0b56478a36e06987 100644
--- a/components/browser_sync/browser/BUILD.gn
+++ b/components/browser_sync/browser/BUILD.gn
@@ -14,6 +14,10 @@ source_set("browser") {
"signin_confirmation_helper.h",
]
+ public_deps = [
+ "//components/sync_driver",
+ ]
+
deps = [
"//base",
"//components/autofill/core/browser",
@@ -31,7 +35,6 @@ source_set("browser") {
"//components/signin/core/browser",
"//components/strings",
"//components/sync_bookmarks",
- "//components/sync_driver",
"//components/sync_sessions",
"//components/syncable_prefs",
"//components/variations",
« no previous file with comments | « components/browser_sync.gypi ('k') | components/sync_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698