mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 565078 - Move js/src/ipc to js/ipc. r=bsmedberg
--HG-- rename : js/src/ipc/CPOWTypes.h => js/ipc/CPOWTypes.h rename : js/src/ipc/ContextWrapperChild.h => js/ipc/ContextWrapperChild.h rename : js/src/ipc/ContextWrapperParent.h => js/ipc/ContextWrapperParent.h rename : js/src/ipc/Makefile.in => js/ipc/Makefile.in rename : js/src/ipc/ObjectWrapperChild.cpp => js/ipc/ObjectWrapperChild.cpp rename : js/src/ipc/ObjectWrapperChild.h => js/ipc/ObjectWrapperChild.h rename : js/src/ipc/ObjectWrapperParent.cpp => js/ipc/ObjectWrapperParent.cpp rename : js/src/ipc/ObjectWrapperParent.h => js/ipc/ObjectWrapperParent.h rename : js/src/ipc/PContextWrapper.ipdl => js/ipc/PContextWrapper.ipdl rename : js/src/ipc/PObjectWrapper.ipdl => js/ipc/PObjectWrapper.ipdl rename : js/src/ipc/ipdl.mk => js/ipc/ipdl.mk rename : js/src/ipc/jar.mn => js/ipc/jar.mn rename : js/src/ipc/tests/Makefile.in => js/ipc/tests/Makefile.in rename : js/src/ipc/tests/adhoc/child.html => js/ipc/tests/adhoc/child.html rename : js/src/ipc/tests/adhoc/test.xul => js/ipc/tests/adhoc/test.xul rename : js/src/ipc/tests/unit/cpow_child.js => js/ipc/tests/unit/cpow_child.js rename : js/src/ipc/tests/unit/test_cpow.js => js/ipc/tests/unit/test_cpow.js
This commit is contained in:
parent
693000d7b0
commit
293a2d1b82
@ -61,7 +61,7 @@ IPDLDIRS = \
|
||||
netwerk/cookie/src \
|
||||
ipc/ipdl/test/cxx \
|
||||
ipc/testshell \
|
||||
js/src/ipc \
|
||||
js/ipc \
|
||||
$(NULL)
|
||||
##-----------------------------------------------------------------------------
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
DEPTH = ../../..
|
||||
DEPTH = ../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
@ -35,7 +35,7 @@
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
DEPTH = ../../../..
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
@ -209,7 +209,7 @@ MAKEFILES_xpconnect="
|
||||
"
|
||||
|
||||
MAKEFILES_jsipc="
|
||||
js/src/ipc/Makefile
|
||||
js/ipc/Makefile
|
||||
"
|
||||
|
||||
MAKEFILES_jsdebugger="
|
||||
|
@ -104,7 +104,7 @@ endif
|
||||
#
|
||||
|
||||
ifdef MOZ_IPC
|
||||
tier_platform_dirs += ipc js/src/ipc
|
||||
tier_platform_dirs += ipc js/ipc
|
||||
endif
|
||||
|
||||
tier_platform_dirs += \
|
||||
|
Loading…
Reference in New Issue
Block a user