Bug 1330399 - determine proper bug_components for gfx/* files. r=milan

MozReview-Commit-ID: Cw3QdIZEXYR
This commit is contained in:
Joel Maher 2017-01-23 11:10:05 -05:00
parent 0aae020359
commit 8a4c948d5b
4 changed files with 15 additions and 0 deletions

View File

@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Core', 'Graphics: Layers')
EXPORTS.mozilla += [
'D3DMessageUtils.h',
'GfxMessageUtils.h'

View File

@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Core', 'Graphics: Layers')
with Files('apz/**'):
BUG_COMPONENT = ('Core', 'Panning and Zooming')

View File

@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Core', 'Graphics')
if CONFIG['MOZ_TREE_CAIRO']:
DIRS += ['cairo']

View File

@ -4,6 +4,12 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('*Text*'):
BUG_COMPONENT = ('Core', 'Graphics: Text')
with Files('*DWrite*'):
BUG_COMPONENT = ('Core', 'Graphics: Text')
EXPORTS += [
'ContextStateTracker.h',
'DrawMode.h',