diff options
Diffstat (limited to 'sync/BUILD.gn')
-rw-r--r-- | sync/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/BUILD.gn b/sync/BUILD.gn index 413f11c..6b39d6d 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", |