Index: webrtc/p2p/BUILD.gn |
diff --git a/webrtc/p2p/BUILD.gn b/webrtc/p2p/BUILD.gn |
index 8e1f37b3ffcc7a9f5d05e607711730303b6c9fa1..526155cf028225c73c51e5b014a861053f7ffd2a 100644 |
--- a/webrtc/p2p/BUILD.gn |
+++ b/webrtc/p2p/BUILD.gn |
@@ -18,7 +18,7 @@ config("rtc_p2p_inherited_config") { |
defines = [ "FEATURE_ENABLE_VOICEMAIL" ] |
} |
-rtc_source_set("rtc_p2p") { |
+rtc_static_library("rtc_p2p") { |
sources = [ |
"base/asyncstuntcpsocket.cc", |
"base/asyncstuntcpsocket.h", |
@@ -142,7 +142,7 @@ rtc_source_set("rtc_p2p") { |
} |
} |
-rtc_source_set("libstunprober") { |
+rtc_static_library("libstunprober") { |
sources = [ |
"stunprober/stunprober.cc", |
] |