Temporarily skipping sdk:* from gn check.

TBR=phoglund@webrtc.org

Bug: webrtc:8850
Change-Id: Ieb05ec821779156198fa30df5da9efa785b7407f
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/48480
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21906}
This commit is contained in:
Mirko Bonadei 2018-02-06 11:43:16 +01:00 committed by Commit Bot
parent 96a48ef70a
commit 19052ba95c

6
.gn
View File

@ -37,13 +37,15 @@ check_targets = [
"//pc/*", "//pc/*",
"//rtc_base/*", "//rtc_base/*",
"//rtc_tools/*", "//rtc_tools/*",
"//sdk/*",
# TODO(bugs.webrtc.org/8850): Remove "/android" to re-enable on objc.
"//sdk/android/*",
"//stats/*", "//stats/*",
"//system_wrappers/*", "//system_wrappers/*",
"//test/*", "//test/*",
"//video/*", "//video/*",
# TODO(mbonadei): re-enable when libyuv 'gn check' will be fixed. # TODO(bugs.webrtc.org/8850): re-enable when libyuv 'gn check' will be fixed.
# "//third_party/libyuv/*", # "//third_party/libyuv/*",
] ]