Index: remoting/base/BUILD.gn |
diff --git a/remoting/base/BUILD.gn b/remoting/base/BUILD.gn |
index 6d05466da22663d41897a24624ec766ca39a6b31..c4adc75d44f4bcc94135a2be7d13c6242831b1ce 100644 |
--- a/remoting/base/BUILD.gn |
+++ b/remoting/base/BUILD.gn |
@@ -67,29 +67,25 @@ static_library("base") { |
configs += [ "//build/config/compiler:wexit_time_destructors" ] |
- deps = [ |
+ public_deps = [ |
"//base", |
+ "//net", |
+ "//remoting/proto", |
+ "//third_party/protobuf:protobuf_lite", |
+ ] |
+ deps = [ |
"//base/third_party/dynamic_annotations", |
"//media", |
"//media:shared_memory_support", |
- "//net", |
- "//remoting/proto", |
"//remoting/resources", |
#"//third_party/libvpx", TODO(GYP) |
"//third_party/libyuv", |
"//third_party/opus", |
- "//third_party/protobuf:protobuf_lite", |
"//third_party/webrtc/modules/desktop_capture", |
"//ui/base", |
"//ui/gfx", |
"//ui/gfx/geometry", |
] |
- forward_dependent_configs_from = [ |
- "//base", |
- "//net", |
- "//remoting/proto", |
- "//third_party/protobuf:protobuf_lite", |
- ] |
} |