Bug 727367 - xpcom/build has references of xpcom/proxy. r=bsmedberg

This commit is contained in:
Makoto Kato 2012-02-16 10:08:00 +09:00
parent b5d961f3e3
commit 9b08baf531
2 changed files with 0 additions and 7 deletions

View File

@ -79,7 +79,6 @@ SHARED_LIBRARY_LIBS = \
../io/$(LIB_PREFIX)xpcomio_s.$(LIB_SUFFIX) \
../components/$(LIB_PREFIX)xpcomcomponents_s.$(LIB_SUFFIX) \
../threads/$(LIB_PREFIX)xpcomthreads_s.$(LIB_SUFFIX) \
../proxy/src/$(LIB_PREFIX)xpcomproxy_s.$(LIB_SUFFIX) \
../base/$(LIB_PREFIX)xpcombase_s.$(LIB_SUFFIX) \
../reflect/xptcall/src/$(LIB_PREFIX)xptcall.$(LIB_SUFFIX) \
../reflect/xptcall/src/$(LIB_PREFIX)xptcmd.$(LIB_SUFFIX) \

View File

@ -71,12 +71,6 @@
*/
#define NS_THREADPOOL_CONTRACTID "@mozilla.org/thread-pool;1"
/**
* The global proxy object manager. This component is a singleton.
* @implement nsIProxyObjectManager
*/
#define NS_XPCOMPROXY_CONTRACTID "@mozilla.org/xpcomproxy;1"
/**
* The contract id for the nsIXULAppInfo service.
*/