| Index: sync/BUILD.gn
|
| diff --git a/sync/BUILD.gn b/sync/BUILD.gn
|
| index 6b106dda03c6eb8cc6327ca12a6e24916adaafcd..d6cec9269dafdf9b38b2c2e853d56eb5c85535e8 100644
|
| --- a/sync/BUILD.gn
|
| +++ b/sync/BUILD.gn
|
| @@ -400,6 +400,9 @@ source_set("sync_core") {
|
| "util/time.h",
|
| ]
|
|
|
| + public_deps = [
|
| + "//sync/internal_api/attachments/proto",
|
| + ]
|
| deps = [
|
| "//base",
|
| "//base:i18n",
|
| @@ -411,7 +414,6 @@ source_set("sync_core") {
|
| "//third_party/leveldatabase",
|
| "//third_party/zlib",
|
| "//url",
|
| - "//sync/internal_api/attachments/proto",
|
| "//sync/protocol",
|
| ]
|
|
|
| @@ -651,7 +653,6 @@ test("sync_unit_tests") {
|
| "//sql",
|
| "//sql:test_support",
|
| "//sync",
|
| - "//sync/internal_api/attachments/proto",
|
| "//sync/protocol",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
|
|