From e50c97981170725cee2ff860e4b2d591d434cae1 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Mon, 20 Apr 2020 17:48:26 +0200 Subject: [PATCH] Exclude frame_analyzer_host build on iOS. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:11474 Change-Id: I6d5bc2e079330e371e8199d5602b62a0e36fe75a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173721 Reviewed-by: Per Ã…hgren Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#31112} --- rtc_tools/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtc_tools/BUILD.gn b/rtc_tools/BUILD.gn index 0b9b2134a8..f293853f6e 100644 --- a/rtc_tools/BUILD.gn +++ b/rtc_tools/BUILD.gn @@ -132,7 +132,7 @@ rtc_executable("frame_analyzer") { # TODO(bugs.webrtc.org/11474): Enable this on win if needed. For now it # is only required for Linux and Android. -if (!build_with_chromium && !build_with_mozilla && !is_win) { +if (!build_with_chromium && !build_with_mozilla && !is_win && !is_ios) { action("frame_analyzer_host") { script = "//tools_webrtc/executable_host_build.py" outputs = [ "${root_out_dir}/frame_analyzer_host" ]