Bumping manifests a=b2g-bump
[gecko.git] / caps / moz.build
blob3033c3f7d7efe6279ca8f9623916b5f6b392cf0b
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 TEST_DIRS += ['tests/mochitest']
9 XPIDL_SOURCES += [
10     'nsIDomainPolicy.idl',
11     'nsIPrincipal.idl',
12     'nsIScriptSecurityManager.idl',
15 XPIDL_MODULE = 'caps'
17 EXPORTS += [
18     'nsJSPrincipals.h',
19     'nsNullPrincipal.h',
22 UNIFIED_SOURCES += [
23     'DomainPolicy.cpp',
24     'nsJSPrincipals.cpp',
25     'nsNullPrincipal.cpp',
26     'nsNullPrincipalURI.cpp',
27     'nsPrincipal.cpp',
28     'nsScriptSecurityManager.cpp',
29     'nsSystemPrincipal.cpp',
32 MSVC_ENABLE_PGO = True
34 LOCAL_INCLUDES += [
35     '/dom/base',
36     '/js/xpconnect/src',
39 FINAL_LIBRARY = 'xul'