From 873e5658f1b0a1bcdfbf90ca41f4ad7d51023af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Tue, 9 Jan 2018 15:00:16 +0100 Subject: [PATCH] Remove obsolete TODO. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:6828 Change-Id: Ieceae91323455c82127f33c5bf51a1b14258a199 Reviewed-on: https://webrtc-review.googlesource.com/38341 Reviewed-by: Mirko Bonadei Commit-Queue: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#21543} --- rtc_tools/BUILD.gn | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rtc_tools/BUILD.gn b/rtc_tools/BUILD.gn index 840d221b8b..8a04b14138 100644 --- a/rtc_tools/BUILD.gn +++ b/rtc_tools/BUILD.gn @@ -65,12 +65,6 @@ rtc_static_library("video_quality_analysis") { "frame_analyzer/video_quality_analysis.h", ] deps = [ - # TODO(bugs.webrtc.org/6828): api:optional should be a dependency - # of rtc_base:rtc_base_approved_generic but that causes a circular - # dependency. In order to fix the chromium build on MSVC64 (dbg) - # this dependency has to be added here so the linker can find the - # symbols it needs. - "../api:optional", "../common_video", "//third_party/libyuv", ]