From 1bc1ec43a3ad84001e1fc4497b92d89c64f24a38 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 9 Feb 2018 07:47:30 +0100 Subject: [PATCH] Re-enabling libyuv 'gn check'. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Libyuv is now 'gn check' compatible and the fixed version has been rolled into chromium (r1697). Bug: webrtc:8850 Change-Id: Iaaeae229571fd02045322c4f8addadd75f889bdb No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/50180 Reviewed-by: Patrik Höglund Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#21966} --- .gn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gn b/.gn index 5fb87ef217..2ffa7b6a46 100644 --- a/.gn +++ b/.gn @@ -46,9 +46,7 @@ check_targets = [ "//system_wrappers/*", "//test/*", "//video/*", - - # TODO(bugs.webrtc.org/8850): re-enable when libyuv 'gn check' will be fixed. - # "//third_party/libyuv/*", + "//third_party/libyuv/*", ] # These are the list of GN files that run exec_script. This whitelist exists