Browse Source

build: [gn win] fix webrtc link error

Fixes link errors of the form

```
init_webrtc.lib(init_webrtc.obj) : error LNK2005: "class webrtc::metrics::Histogram * __cdecl webrtc::metrics::HistogramFactoryGetCounts(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int,int,int)" (?HistogramFactoryGetCounts@metrics@webrtc@@YAPAVHistogram@12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HHH@Z) already defined in metrics_default.obj
```
Jeremy Apthorp 6 years ago
parent
commit
1aa16d0ac0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      BUILD.gn

+ 0 - 1
BUILD.gn

@@ -630,7 +630,6 @@ if (is_mac) {
         # TODO: move non-windows specific deps into the non-windows-specific list
         "//third_party/breakpad:breakpad_handler",
         "//third_party/breakpad:breakpad_sender",
-        "//third_party/webrtc/system_wrappers:metrics_default",
         "//ui/native_theme:native_theme_browser",
         "//ui/shell_dialogs",
         "//ui/views/controls/webview",