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

Unified Diff: components/sync_driver/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/sync_driver.gypi ('k') | no next file » | 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 7730b73864a9f30b3bc06bd6f4d9a760cd0c9288..5b427964c6dd0da809b15b04c9bf9290d710492c 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -126,8 +126,10 @@ source_set("sync_driver") {
]
public_deps = [
+ "//sync",
"//third_party/cacheinvalidation",
]
+
deps = [
"//base",
"//base/third_party/dynamic_annotations",
@@ -141,7 +143,6 @@ source_set("sync_driver") {
"//components/version_info",
"//google_apis",
"//net",
- "//sync",
]
if (enable_configuration_policy) {
« no previous file with comments | « components/sync_driver.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698