mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 06:54:00 +00:00
Bug 1034920, part 1 - Rename nsNativeComponentLoader.{h,cpp} to the actual class name. r=froydnj
--HG-- rename : xpcom/components/nsNativeComponentLoader.cpp => xpcom/components/nsNativeModuleLoader.cpp rename : xpcom/components/nsNativeComponentLoader.h => xpcom/components/nsNativeModuleLoader.h
This commit is contained in:
parent
ef542eb6d3
commit
8f40f924a8
@ -29,13 +29,13 @@ EXPORTS.mozilla += [
|
||||
# nsCategoryManager.cpp and nsComponentManager.cpp cannot be built in
|
||||
# unified mode because they use thea PL_ARENA_CONST_ALIGN_MASK macro
|
||||
# with plarena.h.
|
||||
# nsNativeComponentLoader.cpp cannot be built in unified mode because it
|
||||
# nsNativeModuleLoader.cpp cannot be built in unified mode because it
|
||||
# forces NSPR logging.
|
||||
SOURCES += [
|
||||
'ManifestParser.cpp',
|
||||
'nsCategoryManager.cpp',
|
||||
'nsComponentManager.cpp',
|
||||
'nsNativeComponentLoader.cpp',
|
||||
'nsNativeModuleLoader.cpp',
|
||||
]
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "mozilla/ModuleLoader.h"
|
||||
#include "mozilla/Mutex.h"
|
||||
#include "nsXULAppAPI.h"
|
||||
#include "nsNativeComponentLoader.h"
|
||||
#include "nsNativeModuleLoader.h"
|
||||
#include "nsIFactory.h"
|
||||
#include "nsIInterfaceRequestor.h"
|
||||
#include "nsIInterfaceRequestorUtils.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#define FORCE_PR_LOG
|
||||
#endif
|
||||
|
||||
#include "nsNativeComponentLoader.h"
|
||||
#include "nsNativeModuleLoader.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "prinit.h"
|
Loading…
x
Reference in New Issue
Block a user