gecko/browser/components/customizableui/moz.build
Gijs Kruitbosch 504a6e4e75 Bug 920201 - move tests into manifest, r=gps
--HG--
extra : rebase_source : 372d63b3b55641aea55c9b39711a8cd0215eac13
2013-09-25 15:17:49 +02:00

13 lines
401 B
Python

# -*- Mode: python; c-basic-offset: 4; 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/.
PARALLEL_DIRS += [
'content',
'src',
]
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']