Index: remoting/protocol/BUILD.gn |
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn |
index 03df5a203f2b3e26ee78bc646f27dea7d188cdbb..ce65bf32e49be6b7e4d83c7ad5431b216e16bc12 100644 |
--- a/remoting/protocol/BUILD.gn |
+++ b/remoting/protocol/BUILD.gn |
@@ -139,6 +139,9 @@ static_library("protocol") { |
configs += [ "//build/config/compiler:wexit_time_destructors" ] |
+ public_deps = [ |
+ "//third_party/libjingle", |
+ ] |
deps = [ |
"//base", |
"//crypto", |
@@ -146,10 +149,5 @@ static_library("protocol") { |
"//jingle:notifier", |
"//net", |
"//remoting/base", |
- "//third_party/libjingle", |
- ] |
- |
- forward_dependent_configs_from = [ |
- "//third_party/libjingle", |
] |
} |