Bug 1799379 - Update bug components for GeckoView. r=geckoview-reviewers,calu

There is no Core: Widget - Android now, so we should update bug component of
widget/android. Also, I add GVE for GVE path.

Differential Revision: https://phabricator.services.mozilla.com/D161413
This commit is contained in:
Makoto Kato 2022-11-08 01:07:43 +00:00
parent 8a44079e57
commit b330c6558e
2 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,9 @@ with Files("**"):
BUG_COMPONENT = ("GeckoView", "General")
SCHEDULES.exclusive = ["android"]
with Files("geckoview_example/**"):
BUG_COMPONENT = ("GeckoView", "GeckoViewExample")
# The recursive make backend treats the first output specially: it's passed as
# an open FileAvoidWrite to the invoked script. That doesn't work well with
# the Gradle task that generates all of the outputs, so we add a dummy first

View File

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("Core", "Widget: Android")
BUG_COMPONENT = ("GeckoView", "General")
SCHEDULES.exclusive = ["android"]
with Files("*CompositorWidget*"):