Index: webrtc/p2p/BUILD.gn |
diff --git a/webrtc/p2p/BUILD.gn b/webrtc/p2p/BUILD.gn |
index a0c4ea769719bb6dcbdf816e3da57d316c135343..03cbd6bca0e24b8f649c51ba80f79eda7cbe1446 100644 |
--- a/webrtc/p2p/BUILD.gn |
+++ b/webrtc/p2p/BUILD.gn |
@@ -10,8 +10,13 @@ import("../build/webrtc.gni") |
group("p2p") { |
public_deps = [ |
+ ":libstunprober", |
":rtc_p2p", |
] |
+ if (!build_with_chromium) { |
+ # TODO(kjellander): Move this to examples or tools. |
+ public_deps += [ ":stun_prober" ] |
+ } |
} |
config("rtc_p2p_inherited_config") { |