gecko-dev/browser/components/about/moz.build
Dan Mosedale ext:(%3E) bdfc611db8 Bug 1365643 - make activity stream, but not tiles, load in the child, r=Mardak
MozReview-Commit-ID: HVEL6CxvQNq

--HG--
extra : rebase_source : 38502b938a9fb15ba1f081b19c3d9d48a1a94540
2017-05-17 09:32:01 -07:00

24 lines
577 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/.
with Files("**"):
BUG_COMPONENT = ("Firefox", "General")
EXPORTS.mozilla.browser += [
'AboutRedirector.h',
]
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
SOURCES += [
'AboutRedirector.cpp',
]
FINAL_LIBRARY = 'browsercomps'
LOCAL_INCLUDES += [
'../build',
]