Commit 5b855de2 authored by Sebastian Hengst's avatar Sebastian Hengst
Browse files

Bug 1609278 - Replace bugzilla product and component assignment 'Firefox for...

Bug 1609278 - Replace bugzilla product and component assignment 'Firefox for Android :: General' with 'GeckoView :: General'. r=kbrosnan DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D61512

--HG--
extra : moz-landing-system : lando
parent 6557ceeb
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -5,10 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
    BUG_COMPONENT = ('Firefox for Android', 'General')

with Files('omnijar/**'):
    BUG_COMPONENT = ('Firefox for Android', 'General')
    BUG_COMPONENT = ('GeckoView', 'General')

for var in ('APP_NAME', 'APP_VERSION'):
    DEFINES[var] = CONFIG['MOZ_%s' % var]
+1 −4
Original line number Diff line number Diff line
@@ -5,10 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
    BUG_COMPONENT = ('Firefox for Android', 'General')

with Files('locales/**'):
    BUG_COMPONENT = ('Firefox for Android', 'General')
    BUG_COMPONENT = ('GeckoView', 'General')

DEFINES['ANDROID_PACKAGE_NAME'] = CONFIG['ANDROID_PACKAGE_NAME']
# The recursive make backend treats the first output specially: it's passed as
+0 −3
Original line number Diff line number Diff line
@@ -6,9 +6,6 @@

# NOTE: I think there are a few other possible components in this directory
with Files('**'):
    BUG_COMPONENT = ('Firefox for Android', 'General')

with Files('geckoview/**'):
    BUG_COMPONENT = ('GeckoView', 'General')

DIRS += ['geckoview']
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
    BUG_COMPONENT = ('Firefox for Android', 'General')
    BUG_COMPONENT = ('GeckoView', 'General')

with Files('extensions/**'):
    BUG_COMPONENT = ('WebExtensions', 'Android')
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
    BUG_COMPONENT = ('Firefox for Android', 'General')
    BUG_COMPONENT = ('GeckoView', 'General')

if not CONFIG['MOZ_ANDROID_EXCLUDE_FONTS']:
    RESOURCE_FILES.fonts += [
Loading