Skip to content

Commit

Permalink
Bug 1333460 - add BUG_COMPONENT to ipc/* files. r=billm
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: G9jzVGDlAaz
  • Loading branch information
jmaher committed Jan 25, 2017
1 parent fd56590 commit 566fa28
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ipc/app/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ if CONFIG['GNU_CXX']:
CXXFLAGS += ['-Wshadow']

DEFINES['MOZ_PLUGIN_CONTAINER'] = 1;

with Files("**"):
BUG_COMPONENT = ("Core", "DOM: Content Processes")
3 changes: 3 additions & 0 deletions ipc/dbus/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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")
3 changes: 3 additions & 0 deletions ipc/hal/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ UNIFIED_SOURCES += [
include('/ipc/chromium/chromium-config.mozbuild')

FINAL_LIBRARY = 'xul'

with Files("**"):
BUG_COMPONENT = ("Firefox OS", "General")
3 changes: 3 additions & 0 deletions ipc/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ if CONFIG['OS_ARCH'] == 'WINNT':
DIRS += ['mscom']

DIRS += ['app']

with Files("**"):
BUG_COMPONENT = ("Core", "IPC")
3 changes: 3 additions & 0 deletions ipc/mscom/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ LOCAL_INCLUDES += [
include('/ipc/chromium/chromium-config.mozbuild')

FINAL_LIBRARY = 'xul'

with Files("**"):
BUG_COMPONENT = ("Core", "Disability Access APIs")
3 changes: 3 additions & 0 deletions ipc/netd/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ SOURCES += [
include('/ipc/chromium/chromium-config.mozbuild')

FINAL_LIBRARY = 'xul'

with Files("**"):
BUG_COMPONENT = ("Firefox OS", "General")
3 changes: 3 additions & 0 deletions ipc/ril/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ SOURCES += [
include('/ipc/chromium/chromium-config.mozbuild')

FINAL_LIBRARY = 'xul'

with Files("**"):
BUG_COMPONENT = ("Firefox OS", "General")
3 changes: 3 additions & 0 deletions ipc/testshell/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ LOCAL_INCLUDES += [

if CONFIG['GNU_CXX']:
CXXFLAGS += ['-Wno-error=shadow']

with Files("**"):
BUG_COMPONENT = ("Core", "XPConnect")
3 changes: 3 additions & 0 deletions ipc/unixfd/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ SOURCES += [
include('/ipc/chromium/chromium-config.mozbuild')

FINAL_LIBRARY = 'xul'

with Files("**"):
BUG_COMPONENT = ("Firefox OS", "General")
3 changes: 3 additions & 0 deletions ipc/unixsocket/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ SOURCES += [
include('/ipc/chromium/chromium-config.mozbuild')

FINAL_LIBRARY = 'xul'

with Files("**"):
BUG_COMPONENT = ("Firefox OS", "General")

0 comments on commit 566fa28

Please sign in to comment.