Commit e80b8645 authored by Artem Titarenko's avatar Artem Titarenko Committed by Commit Bot

Stop building frame_analyzer in WebRTC tests.

Building WebRTC's frame_analyzer when is_component_build=true will
fail after [1] lands. It is possible to build it only for release
builds but this CL tries to remove it since probably this is not
needed.

[1] - https://chromium-review.googlesource.com/c/chromium/src/+/1874722

TBR=dpranke@chromium.org

Bug: webrtc:9419
Change-Id: Idece8337dc9d33cf0478408f382d2187f2120f26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904196
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
Reviewed-by: default avatarPatrik Höglund <phoglund@chromium.org>
Auto-Submit: Artem Titarenko <artit@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714201}
parent 1787aa47
......@@ -112,7 +112,6 @@
},
"WebRTC Chromium FYI Linux Builder": {
"additional_compile_targets": [
"frame_analyzer",
"remoting/webapp:webapp"
]
},
......@@ -122,7 +121,6 @@
"capture_unittests",
"content_browsertests",
"content_unittests",
"frame_analyzer",
"jingle_unittests",
"remoting_unittests",
"remoting/webapp:webapp"
......@@ -273,7 +271,6 @@
},
"WebRTC Chromium FYI Mac Builder": {
"additional_compile_targets": [
"frame_analyzer",
"remoting/webapp:webapp"
]
},
......@@ -283,7 +280,6 @@
"capture_unittests",
"content_browsertests",
"content_unittests",
"frame_analyzer",
"jingle_unittests",
"remoting_unittests",
"remoting/webapp:webapp"
......@@ -434,7 +430,6 @@
},
"WebRTC Chromium FYI Win Builder": {
"additional_compile_targets": [
"frame_analyzer",
"remoting/webapp:webapp"
]
},
......@@ -444,7 +439,6 @@
"capture_unittests",
"content_browsertests",
"content_unittests",
"frame_analyzer",
"jingle_unittests",
"remoting_unittests",
"remoting/webapp:webapp"
......
......@@ -85,7 +85,6 @@
},
"WebRTC Chromium Linux Builder": {
"additional_compile_targets": [
"frame_analyzer",
"jingle_unittests",
"remoting_unittests"
]
......@@ -265,7 +264,6 @@
},
"WebRTC Chromium Mac Builder": {
"additional_compile_targets": [
"frame_analyzer",
"jingle_unittests",
"remoting_unittests"
]
......@@ -405,7 +403,6 @@
},
"WebRTC Chromium Win Builder": {
"additional_compile_targets": [
"frame_analyzer",
"jingle_unittests",
"remoting_unittests"
]
......
......@@ -152,7 +152,6 @@ SKIP_GN_ISOLATE_MAP_TARGETS = {
'audio_decoder_unittests',
'common_audio_unittests',
'common_video_unittests',
'frame_analyzer',
'libjingle_peerconnection_android_unittest',
'modules_tests',
'modules_unittests',
......
......@@ -3920,7 +3920,6 @@
},
'WebRTC Chromium Linux Builder': {
'additional_compile_targets': [
'frame_analyzer',
'jingle_unittests',
'remoting_unittests',
],
......@@ -3935,7 +3934,6 @@
},
'WebRTC Chromium Mac Builder': {
'additional_compile_targets': [
'frame_analyzer',
'jingle_unittests',
'remoting_unittests',
],
......@@ -3947,7 +3945,6 @@
},
'WebRTC Chromium Win Builder': {
'additional_compile_targets': [
'frame_analyzer',
'jingle_unittests',
'remoting_unittests',
],
......@@ -4007,7 +4004,6 @@
},
'WebRTC Chromium FYI Linux Builder': {
'additional_compile_targets': [
'frame_analyzer',
'remoting/webapp:webapp',
],
},
......@@ -4017,7 +4013,6 @@
'capture_unittests',
'content_browsertests',
'content_unittests',
'frame_analyzer',
'jingle_unittests',
'remoting_unittests',
'remoting/webapp:webapp',
......@@ -4034,7 +4029,6 @@
},
'WebRTC Chromium FYI Mac Builder': {
'additional_compile_targets': [
'frame_analyzer',
'remoting/webapp:webapp',
],
},
......@@ -4044,7 +4038,6 @@
'capture_unittests',
'content_browsertests',
'content_unittests',
'frame_analyzer',
'jingle_unittests',
'remoting_unittests',
'remoting/webapp:webapp',
......@@ -4060,7 +4053,6 @@
},
'WebRTC Chromium FYI Win Builder': {
'additional_compile_targets': [
'frame_analyzer',
'remoting/webapp:webapp',
],
},
......@@ -4070,7 +4062,6 @@
'capture_unittests',
'content_browsertests',
'content_unittests',
'frame_analyzer',
'jingle_unittests',
'remoting_unittests',
'remoting/webapp:webapp',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment