Chromium Code Reviews| Index: webrtc/BUILD.gn |
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
| index 6d2c0e426c1d3f984a783d56e37b23acfb1595d6..1f7f37f12b40110fa13495b16f1a172264c1afbd 100644 |
| --- a/webrtc/BUILD.gn |
| +++ b/webrtc/BUILD.gn |
| @@ -26,6 +26,7 @@ config("common_inherited_config") { |
| if (build_with_mozilla) { |
| defines += [ "WEBRTC_MOZILLA_BUILD" ] |
| } |
| + |
|
aleloi
2017/08/22 09:04:03
Blank line added by 'git cl format'
kwiberg-webrtc
2017/08/22 11:21:15
Acknowledged.
|
| # Some tests need to declare their own trace event handlers. If this define is |
| # not set, the first time TRACE_EVENT_* is called it will store the return |
| # value for the current handler in an static variable, so that subsequent |
| @@ -235,19 +236,6 @@ config("common_objc") { |
| libs = [ "Foundation.framework" ] |
| } |
| -rtc_source_set("video_stream_api") { |
| - sources = [ |
| - "video_receive_stream.h", |
| - "video_send_stream.h", |
| - ] |
| - deps = [ |
| - ":webrtc_common", |
| - "api:transport_api", |
| - "common_video:common_video", |
| - "rtc_base:rtc_base_approved", |
| - ] |
| -} |
| - |
| if (!build_with_chromium) { |
| # Target to build all the WebRTC production code. |
| rtc_static_library("webrtc") { |