Chromium Code Reviews| Index: webrtc/BUILD.gn |
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
| index 6a02fbcdd66a434779560e69184fd3c5056522d4..d44e861fc1f06ea27fb474032713540269e0b690 100644 |
| --- a/webrtc/BUILD.gn |
| +++ b/webrtc/BUILD.gn |
| @@ -376,7 +376,10 @@ if (rtc_include_tests) { |
| ] |
| if (rtc_enable_protobuf) { |
| - deps += [ "logging:rtc_event_log_tests" ] |
| + deps += [ |
| + "logging:rtc_event_log2rtp_dump", |
|
terelius
2017/02/06 13:25:27
rtc_unittests is a test binary, but rtc_event_log2
kjellander_webrtc
2017/02/07 06:59:09
No, and I guess it's not very clear for tools that
ivoc
2017/02/07 13:55:52
Done, I did put it in an rtc_enable_protobuf block
|
| + "logging:rtc_event_log_tests", |
| + ] |
| } |
| if (is_android) { |