Skip to content
Snippets Groups Projects
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
No related merge requests found
......@@ -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]
......
......@@ -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
......
......@@ -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']
......
......@@ -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')
......
......@@ -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 += [
......
......@@ -5,4 +5,4 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Firefox for Android', 'General')
BUG_COMPONENT = ('GeckoView', 'General')
......@@ -5,6 +5,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Firefox for Android', 'General')
BUG_COMPONENT = ('GeckoView', 'General')
JAR_MANIFESTS += ['jar.mn']
\ No newline at end of file
JAR_MANIFESTS += ['jar.mn']
......@@ -5,20 +5,8 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Firefox for Android', 'General')
SCHEDULES.exclusive = ['android']
with Files('branding/**'):
BUG_COMPONENT = ('Firefox for Android', 'General')
with Files('config/**'):
BUG_COMPONENT = ('Firefox for Android', 'General')
with Files('docs/**'):
BUG_COMPONENT = ('Firefox for Android', 'General')
with Files('geckoview/**'):
BUG_COMPONENT = ('GeckoView', 'General')
SCHEDULES.exclusive = ['android']
with Files('geckoview/src/main/aidl/**'):
BUG_COMPONENT = ('Firefox for Android', 'Audio/Video')
......@@ -26,12 +14,6 @@ with Files('geckoview/src/main/aidl/**'):
with Files('geckoview/src/main/java/org/mozilla/gecko/mozglue/**'):
BUG_COMPONENT = ('Firefox for Android', 'Audio/Video')
with Files('geckoview_example/**'):
BUG_COMPONENT = ('GeckoView', 'General')
with Files('gradle/**'):
BUG_COMPONENT = ('Firefox for Android', 'General')
with Files('themes/**'):
BUG_COMPONENT = ('Firefox for Android', 'Theme and Visual Design')
......
......@@ -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')
EXPORTS += [
'src/xz.h',
......
......@@ -42,7 +42,7 @@ with Files('GNUmakefile'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('*gradle*'):
BUG_COMPONENT = ('Firefox for Android', 'General')
BUG_COMPONENT = ('GeckoView', 'General')
SCHEDULES.exclusive = ['android']
with Files('*.json'):
......
......@@ -33,7 +33,7 @@ with Files('futures/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('jsmin/**'):
BUG_COMPONENT = ('Firefox for Android', 'General')
BUG_COMPONENT = ('GeckoView', 'General')
with Files('lldbutils/**'):
BUG_COMPONENT = ('Core', 'General')
......
......@@ -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')
SOURCES += [
'nsAndroidSystemProxySettings.cpp',
......
......@@ -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")
# List of stems to generate .cpp and .h files for. To add a stem, add it to
# this list and ensure that $(stem)-classes.txt exists in this directory.
......
......@@ -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")
EXPORTS.mozilla.jni += [
'Accessors.h',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment