Chromium Code Reviews| Index: webrtc/p2p/BUILD.gn | 
| diff --git a/webrtc/p2p/BUILD.gn b/webrtc/p2p/BUILD.gn | 
| index a31b7f1e4929f169b8930b587c8ca473d1422d58..43c256bc5bb86e45808da0a32d1cb4b09aafb6e0 100644 | 
| --- a/webrtc/p2p/BUILD.gn | 
| +++ b/webrtc/p2p/BUILD.gn | 
| @@ -88,13 +88,6 @@ rtc_static_library("rtc_p2p") { | 
| "../base:rtc_base", | 
| ] | 
| - if (rtc_build_expat) { | 
| - deps += [ "//third_party/expat" ] | 
| - public_deps = [ | 
| - "//third_party/expat", | 
| - ] | 
| - } | 
| - | 
| public_configs = [ ":rtc_p2p_inherited_config" ] | 
| if (build_with_chromium) { |