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

Unified Diff: sync/BUILD.gn

Issue 1811893002: Fix up dependency chain around net_features.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 | « net/net_common.gypi ('k') | sync/sync.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index 413f11c268cd6ae52a46d39b5fcbebf9c112ab57..6b39d6daeff4cd592860121accbc666c798a8c9e 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -428,6 +428,7 @@ source_set("sync_core") {
configs += [ "//build/config:precompiled_headers" ]
public_deps = [
+ "//net",
"//sync/internal_api/attachments/proto",
]
deps = [
@@ -436,7 +437,6 @@ source_set("sync_core") {
"//base/third_party/dynamic_annotations",
"//crypto",
"//google_apis",
- "//net",
"//sql",
"//sync/protocol",
"//third_party/leveldatabase",
« no previous file with comments | « net/net_common.gypi ('k') | sync/sync.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698