Chromium Code Reviews| Index: webrtc/BUILD.gn |
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
| index b5c832d4b6a2c37eded3eac54c31353b2023da4c..606f4731717ae09653bf4a8003db66f96a434c1b 100644 |
| --- a/webrtc/BUILD.gn |
| +++ b/webrtc/BUILD.gn |
| @@ -347,8 +347,6 @@ rtc_static_library("webrtc_common") { |
| sources = [ |
| "common_types.cc", |
| "common_types.h", |
| - "config.cc", |
| - "config.h", |
| "typedefs.h", |
| ] |
| @@ -384,9 +382,6 @@ if (rtc_include_tests) { |
| rtc_test("rtc_unittests") { |
|
the sun
2017/08/28 18:52:56
Is this target not needed anymore?
mbonadei
2017/08/29 06:45:29
I think it is used as an "umbrella target" to link
stefan-webrtc
2017/08/29 08:37:17
I'll keep it for now then.
|
| testonly = true |
| - sources = [ |
| - "config_unittest.cc", |
| - ] |
| deps = [ |
| ":webrtc_common", |