Index: sync/BUILD.gn |
diff --git a/sync/BUILD.gn b/sync/BUILD.gn |
index 34b57b7f97f6dc505b7ca682ebb4c0e6d9d074b5..27429dc95ebd4f6a38f8cffa2cc1b8c041a9b127 100644 |
--- a/sync/BUILD.gn |
+++ b/sync/BUILD.gn |
@@ -762,12 +762,13 @@ static_library("test_support_sync_fake_server") { |
"//base", |
"//net", |
"//testing/gtest", |
- "//third_party/protobuf:protobuf_lite", |
"//sync", |
"//url", |
] |
- forward_dependent_configs_from = [ "//third_party/protobuf:protobuf_lite" ] |
+ public_deps = [ |
+ "//third_party/protobuf:protobuf_lite", |
+ ] |
configs += [ "//build/config/compiler:wexit_time_destructors" ] |
} |