mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1164714 - Flatten security/manager/pki/src/ directory. r=keeler
--HG-- rename : security/manager/pki/src/nsASN1Tree.cpp => security/manager/pki/nsASN1Tree.cpp rename : security/manager/pki/src/nsASN1Tree.h => security/manager/pki/nsASN1Tree.h rename : security/manager/pki/src/nsNSSDialogHelper.cpp => security/manager/pki/nsNSSDialogHelper.cpp rename : security/manager/pki/src/nsNSSDialogHelper.h => security/manager/pki/nsNSSDialogHelper.h rename : security/manager/pki/src/nsNSSDialogs.cpp => security/manager/pki/nsNSSDialogs.cpp rename : security/manager/pki/src/nsNSSDialogs.h => security/manager/pki/nsNSSDialogs.h rename : security/manager/pki/src/nsPKIModule.cpp => security/manager/pki/nsPKIModule.cpp rename : security/manager/pki/src/nsPKIParamBlock.cpp => security/manager/pki/nsPKIParamBlock.cpp rename : security/manager/pki/src/nsPKIParamBlock.h => security/manager/pki/nsPKIParamBlock.h
This commit is contained in:
parent
b8b7e39d71
commit
ed468964b8
@ -4,7 +4,7 @@
|
||||
# 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/.
|
||||
|
||||
DIRS += ['resources', 'src']
|
||||
DIRS += ['resources']
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIASN1Tree.idl',
|
||||
@ -12,3 +12,19 @@ XPIDL_SOURCES += [
|
||||
]
|
||||
|
||||
XPIDL_MODULE = 'pippki'
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'nsASN1Tree.cpp',
|
||||
'nsNSSDialogHelper.cpp',
|
||||
'nsNSSDialogs.cpp',
|
||||
'nsPKIModule.cpp',
|
||||
'nsPKIParamBlock.cpp',
|
||||
]
|
||||
|
||||
GENERATED_INCLUDES += [
|
||||
'/dist/public/nss',
|
||||
]
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
@ -1,21 +0,0 @@
|
||||
# -*- 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/.
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'nsASN1Tree.cpp',
|
||||
'nsNSSDialogHelper.cpp',
|
||||
'nsNSSDialogs.cpp',
|
||||
'nsPKIModule.cpp',
|
||||
'nsPKIParamBlock.cpp',
|
||||
]
|
||||
|
||||
GENERATED_INCLUDES += [
|
||||
'/dist/public/nss',
|
||||
]
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
Loading…
Reference in New Issue
Block a user