Bug 1034920, part 1 - Rename nsNativeComponentLoader.{h,cpp} to the actual class name. r=froydnj
This commit is contained in:
@@ -29,13 +29,13 @@ EXPORTS.mozilla += [
|
|||||||
# nsCategoryManager.cpp and nsComponentManager.cpp cannot be built in
|
# nsCategoryManager.cpp and nsComponentManager.cpp cannot be built in
|
||||||
# unified mode because they use thea PL_ARENA_CONST_ALIGN_MASK macro
|
# unified mode because they use thea PL_ARENA_CONST_ALIGN_MASK macro
|
||||||
# with plarena.h.
|
# 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.
|
# forces NSPR logging.
|
||||||
SOURCES += [
|
SOURCES += [
|
||||||
'ManifestParser.cpp',
|
'ManifestParser.cpp',
|
||||||
'nsCategoryManager.cpp',
|
'nsCategoryManager.cpp',
|
||||||
'nsComponentManager.cpp',
|
'nsComponentManager.cpp',
|
||||||
'nsNativeComponentLoader.cpp',
|
'nsNativeModuleLoader.cpp',
|
||||||
]
|
]
|
||||||
|
|
||||||
FAIL_ON_WARNINGS = True
|
FAIL_ON_WARNINGS = True
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
#include "mozilla/ModuleLoader.h"
|
#include "mozilla/ModuleLoader.h"
|
||||||
#include "mozilla/Mutex.h"
|
#include "mozilla/Mutex.h"
|
||||||
#include "nsXULAppAPI.h"
|
#include "nsXULAppAPI.h"
|
||||||
#include "nsNativeComponentLoader.h"
|
#include "nsNativeModuleLoader.h"
|
||||||
#include "nsIFactory.h"
|
#include "nsIFactory.h"
|
||||||
#include "nsIInterfaceRequestor.h"
|
#include "nsIInterfaceRequestor.h"
|
||||||
#include "nsIInterfaceRequestorUtils.h"
|
#include "nsIInterfaceRequestorUtils.h"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
#define FORCE_PR_LOG
|
#define FORCE_PR_LOG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "nsNativeComponentLoader.h"
|
#include "nsNativeModuleLoader.h"
|
||||||
|
|
||||||
#include "prlog.h"
|
#include "prlog.h"
|
||||||
#include "prinit.h"
|
#include "prinit.h"
|
||||||
Reference in New Issue
Block a user