From dca1aee22a4ed1cedcc967efbb48d42e9c46b3f3 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Tue, 6 Feb 2018 11:02:11 +0100 Subject: [PATCH] Temporarily skipping libyuv from gn check. It will be re-enabled after [1] is landed. [1] - https://chromium-review.googlesource.com/c/libyuv/libyuv/+/903843 TBR=phoglund@webrtc.org Bug: webrtc:8850 Change-Id: If0bd3875d003521fc9aee3105d34616525e9c410 Reviewed-on: https://webrtc-review.googlesource.com/48363 Reviewed-by: Mirko Bonadei Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#21904} --- .gn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gn b/.gn index 9d95808b82..2b94542845 100644 --- a/.gn +++ b/.gn @@ -42,7 +42,9 @@ check_targets = [ "//system_wrappers/*", "//test/*", "//video/*", - "//third_party/libyuv/*", + + # TODO(mbonadei): re-enable when libyuv 'gn check' will be fixed. + # "//third_party/libyuv/*", ] # These are the list of GN files that run exec_script. This whitelist exists