mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 941736 - unify sources in extensions/ r=ehsan
This commit is contained in:
parent
280dc2e3ce
commit
dd9741bba4
@ -4,10 +4,14 @@
|
||||
# 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/.
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsAuthFactory.cpp',
|
||||
'nsAuthGSSAPI.cpp',
|
||||
'nsAuthSASL.cpp',
|
||||
]
|
||||
|
||||
# contains constants whose names conflict with constants in other files
|
||||
SOURCES += [
|
||||
'nsHttpNegotiateAuth.cpp',
|
||||
]
|
||||
|
||||
@ -17,7 +21,7 @@ if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
]
|
||||
DEFINES['USE_SSPI'] = True
|
||||
else:
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsAuthSambaNTLM.cpp',
|
||||
]
|
||||
|
||||
|
@ -13,7 +13,7 @@ XPIDL_SOURCES += [
|
||||
|
||||
XPIDL_MODULE = 'cookie'
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsCookieModule.cpp',
|
||||
'nsCookiePermission.cpp',
|
||||
'nsCookiePromptService.cpp',
|
||||
|
@ -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/.
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsContentBlocker.cpp',
|
||||
'nsModuleFactory.cpp',
|
||||
]
|
||||
|
@ -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/.
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsAutoConfig.cpp',
|
||||
'nsConfigFactory.cpp',
|
||||
'nsJSConfigTriggers.cpp',
|
||||
|
@ -3,6 +3,9 @@
|
||||
* 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/. */
|
||||
|
||||
#ifndef nsAutoConfig_h
|
||||
#define nsAutoConfig_h
|
||||
|
||||
#include "nsIAutoConfig.h"
|
||||
#include "nsITimer.h"
|
||||
#include "nsIFile.h"
|
||||
@ -46,3 +49,5 @@ class nsAutoConfig : public nsIAutoConfig,
|
||||
nsCOMPtr<nsITimer> mTimer;
|
||||
nsCString mConfigURL;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
@ -3,6 +3,9 @@
|
||||
* 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/. */
|
||||
|
||||
#ifndef nsReadConfig_h
|
||||
#define nsReadConfig_h
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIReadConfig.h"
|
||||
#include "nsIAutoConfig.h"
|
||||
@ -33,3 +36,5 @@ class nsReadConfig : public nsIReadConfig,
|
||||
private:
|
||||
nsCOMPtr<nsIAutoConfig> mAutoConfig;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
@ -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/.
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'CharDistribution.cpp',
|
||||
'JpCntx.cpp',
|
||||
'LangBulgarianModel.cpp',
|
||||
|
@ -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/.
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'nsUdetXPCOMWrapper.cpp',
|
||||
'nsUniversalCharDetModule.cpp',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user