gecko/docshell/build/moz.build
2013-09-12 03:50:04 -04:00

31 lines
707 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/.
MODULE = 'docshell'
EXPORTS += [
'nsDocShellCID.h',
]
CPP_SOURCES += [
'nsDocShellModule.cpp',
]
LIBRARY_NAME = 'docshell'
LIBXUL_LIBRARY = True
LOCAL_INCLUDES += [
'../base',
'../shistory/src/',
'/uriloader/base',
'/uriloader/exthandler',
'/uriloader/prefetch',
]
if CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa":
LOCAL_INCLUDES += ['/uriloader/exthandler/mac']