| 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",
|
|
|