Bug 1345514 - add BUG_COMPONENT to view/* files. r=jet

MozReview-Commit-ID: JC3bsH1Ok0D
This commit is contained in:
Joel Maher 2017-03-17 16:39:18 -04:00
parent 4ef842400f
commit c71ad06da1

View File

@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # 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/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Core', 'Layout: View Rendering')
EXPORTS += [ EXPORTS += [
'nsView.h', 'nsView.h',
'nsViewManager.h', 'nsViewManager.h',