Bug 1333460 - add BUG_COMPONENT to ipc/* files. r=billm

MozReview-Commit-ID: G9jzVGDlAaz
This commit is contained in:
Joel Maher 2017-01-25 06:17:10 -05:00
Родитель fd56590e3e
Коммит 566fa285c7
10 изменённых файлов: 30 добавлений и 0 удалений

Просмотреть файл

@ -99,3 +99,6 @@ if CONFIG['GNU_CXX']:
CXXFLAGS += ['-Wshadow']
DEFINES['MOZ_PLUGIN_CONTAINER'] = 1;
with Files("**"):
BUG_COMPONENT = ("Core", "DOM: Content Processes")

Просмотреть файл

@ -31,3 +31,6 @@ if CONFIG['MOZ_ENABLE_DBUS']:
CFLAGS += CONFIG['MOZ_DBUS_GLIB_CFLAGS']
CXXFLAGS += CONFIG['MOZ_DBUS_CFLAGS']
CXXFLAGS += CONFIG['MOZ_DBUS_GLIB_CFLAGS']
with Files("**"):
BUG_COMPONENT = ("Firefox OS", "General")

Просмотреть файл

@ -25,3 +25,6 @@ UNIFIED_SOURCES += [
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'
with Files("**"):
BUG_COMPONENT = ("Firefox OS", "General")

Просмотреть файл

@ -27,3 +27,6 @@ if CONFIG['OS_ARCH'] == 'WINNT':
DIRS += ['mscom']
DIRS += ['app']
with Files("**"):
BUG_COMPONENT = ("Core", "IPC")

Просмотреть файл

@ -58,3 +58,6 @@ LOCAL_INCLUDES += [
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'
with Files("**"):
BUG_COMPONENT = ("Core", "Disability Access APIs")

Просмотреть файл

@ -15,3 +15,6 @@ SOURCES += [
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'
with Files("**"):
BUG_COMPONENT = ("Firefox OS", "General")

Просмотреть файл

@ -20,3 +20,6 @@ SOURCES += [
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'
with Files("**"):
BUG_COMPONENT = ("Firefox OS", "General")

Просмотреть файл

@ -35,3 +35,6 @@ LOCAL_INCLUDES += [
if CONFIG['GNU_CXX']:
CXXFLAGS += ['-Wno-error=shadow']
with Files("**"):
BUG_COMPONENT = ("Core", "XPConnect")

Просмотреть файл

@ -19,3 +19,6 @@ SOURCES += [
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'
with Files("**"):
BUG_COMPONENT = ("Firefox OS", "General")

Просмотреть файл

@ -29,3 +29,6 @@ SOURCES += [
include('/ipc/chromium/chromium-config.mozbuild')
FINAL_LIBRARY = 'xul'
with Files("**"):
BUG_COMPONENT = ("Firefox OS", "General")