gecko-dev/browser/components/originattributes/moz.build
Tim Huang ccdb2c6ea0 Bug 1368423 - Changing the bug component of browser/components/originattributes/ into Core::DOM:Security. r=ckerschb
The original bug component of this folder is Firefox::OriginAttributes, which
doesn't exist. The Core::DOM:Security fits a proper role at here. Therefore, we
change the bug component into Core::DOM:Security.

MozReview-Commit-ID: 4m9iZ7ofYXN
2017-05-28 23:30:00 +02:00

17 lines
481 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# 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/.
BROWSER_CHROME_MANIFESTS += [
'test/browser/browser.ini',
]
MOCHITEST_MANIFESTS += [
'test/mochitest/mochitest.ini'
]
with Files('**'):
BUG_COMPONENT = ('Core', 'DOM: Security')