diff options
Diffstat (limited to 'sync')
-rw-r--r-- | sync/BUILD.gn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sync/BUILD.gn b/sync/BUILD.gn index 0398c22..948f18a 100644 --- a/sync/BUILD.gn +++ b/sync/BUILD.gn @@ -5,11 +5,10 @@ import("//build/config/features.gni") component("sync") { - deps = [ + public_deps = [ ":sync_core", "//sync/protocol", ] - forward_dependent_configs_from = [ "//sync/protocol" ] } # GYP version: sync/sync.gyp:sync_core |