зеркало из https://github.com/mozilla/pjs.git
Move files to better location
--HG-- rename : content/html/parser/src/Makefile.in => parser/html/Makefile.in rename : content/html/parser/src/jArray.h => parser/html/jArray.h rename : content/html/parser/src/nsHtml5ArrayCopy.h => parser/html/nsHtml5ArrayCopy.h rename : content/html/parser/src/nsHtml5AtomList.h => parser/html/nsHtml5AtomList.h rename : content/html/parser/src/nsHtml5Atoms.cpp => parser/html/nsHtml5Atoms.cpp rename : content/html/parser/src/nsHtml5Atoms.h => parser/html/nsHtml5Atoms.h rename : content/html/parser/src/nsHtml5AttributeName.cpp => parser/html/nsHtml5AttributeName.cpp rename : content/html/parser/src/nsHtml5AttributeName.h => parser/html/nsHtml5AttributeName.h rename : content/html/parser/src/nsHtml5ByteReadable.h => parser/html/nsHtml5ByteReadable.h rename : content/html/parser/src/nsHtml5DocumentMode.h => parser/html/nsHtml5DocumentMode.h rename : content/html/parser/src/nsHtml5ElementName.cpp => parser/html/nsHtml5ElementName.cpp rename : content/html/parser/src/nsHtml5ElementName.h => parser/html/nsHtml5ElementName.h rename : content/html/parser/src/nsHtml5HtmlAttributes.cpp => parser/html/nsHtml5HtmlAttributes.cpp rename : content/html/parser/src/nsHtml5HtmlAttributes.h => parser/html/nsHtml5HtmlAttributes.h rename : content/html/parser/src/nsHtml5MetaScanner.cpp => parser/html/nsHtml5MetaScanner.cpp rename : content/html/parser/src/nsHtml5MetaScanner.h => parser/html/nsHtml5MetaScanner.h rename : content/html/parser/src/nsHtml5MetaScannerCppSupplement.h => parser/html/nsHtml5MetaScannerCppSupplement.h rename : content/html/parser/src/nsHtml5MetaScannerHSupplement.h => parser/html/nsHtml5MetaScannerHSupplement.h rename : content/html/parser/src/nsHtml5Module.cpp => parser/html/nsHtml5Module.cpp rename : content/html/parser/public/nsHtml5Module.h => parser/html/nsHtml5Module.h rename : content/html/parser/src/nsHtml5NamedCharacters.cpp => parser/html/nsHtml5NamedCharacters.cpp rename : content/html/parser/src/nsHtml5NamedCharacters.h => parser/html/nsHtml5NamedCharacters.h rename : content/html/parser/src/nsHtml5Parser.cpp => parser/html/nsHtml5Parser.cpp rename : content/html/parser/src/nsHtml5Parser.h => parser/html/nsHtml5Parser.h rename : content/html/parser/src/nsHtml5PendingNotification.h => parser/html/nsHtml5PendingNotification.h rename : content/html/parser/src/nsHtml5Portability.cpp => parser/html/nsHtml5Portability.cpp rename : content/html/parser/src/nsHtml5Portability.h => parser/html/nsHtml5Portability.h rename : content/html/parser/src/nsHtml5ReleasableAttributeName.cpp => parser/html/nsHtml5ReleasableAttributeName.cpp rename : content/html/parser/src/nsHtml5ReleasableAttributeName.h => parser/html/nsHtml5ReleasableAttributeName.h rename : content/html/parser/src/nsHtml5ReleasableElementName.cpp => parser/html/nsHtml5ReleasableElementName.cpp rename : content/html/parser/src/nsHtml5ReleasableElementName.h => parser/html/nsHtml5ReleasableElementName.h rename : content/html/parser/src/nsHtml5StackNode.cpp => parser/html/nsHtml5StackNode.cpp rename : content/html/parser/src/nsHtml5StackNode.h => parser/html/nsHtml5StackNode.h rename : content/html/parser/src/nsHtml5StackNodeCppSupplement.h => parser/html/nsHtml5StackNodeCppSupplement.h rename : content/html/parser/src/nsHtml5StackNodeHSupplement.h => parser/html/nsHtml5StackNodeHSupplement.h rename : content/html/parser/src/nsHtml5StateSnapshot.cpp => parser/html/nsHtml5StateSnapshot.cpp rename : content/html/parser/src/nsHtml5StateSnapshot.h => parser/html/nsHtml5StateSnapshot.h rename : content/html/parser/src/nsHtml5Tokenizer.cpp => parser/html/nsHtml5Tokenizer.cpp rename : content/html/parser/src/nsHtml5Tokenizer.h => parser/html/nsHtml5Tokenizer.h rename : content/html/parser/src/nsHtml5TreeBuilder.cpp => parser/html/nsHtml5TreeBuilder.cpp rename : content/html/parser/src/nsHtml5TreeBuilder.h => parser/html/nsHtml5TreeBuilder.h rename : content/html/parser/src/nsHtml5TreeBuilderCppSupplement.h => parser/html/nsHtml5TreeBuilderCppSupplement.h rename : content/html/parser/src/nsHtml5TreeBuilderHSupplement.h => parser/html/nsHtml5TreeBuilderHSupplement.h rename : content/html/parser/src/nsHtml5TreeOperation.cpp => parser/html/nsHtml5TreeOperation.cpp rename : content/html/parser/src/nsHtml5TreeOperation.h => parser/html/nsHtml5TreeOperation.h rename : content/html/parser/src/nsHtml5UTF16Buffer.cpp => parser/html/nsHtml5UTF16Buffer.cpp rename : content/html/parser/src/nsHtml5UTF16Buffer.h => parser/html/nsHtml5UTF16Buffer.h rename : content/html/parser/src/nsHtml5UTF16BufferCppSupplement.h => parser/html/nsHtml5UTF16BufferCppSupplement.h rename : content/html/parser/src/nsHtml5UTF16BufferHSupplement.h => parser/html/nsHtml5UTF16BufferHSupplement.h
This commit is contained in:
Родитель
323c609259
Коммит
cca89c8bf7
|
@ -42,6 +42,6 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
PARALLEL_DIRS = content document parser
|
||||
PARALLEL_DIRS = content document
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -121,7 +121,6 @@ SHARED_LIBRARY_LIBS = \
|
|||
$(DEPTH)/content/events/src/$(LIB_PREFIX)gkconevents_s.$(LIB_SUFFIX) \
|
||||
$(DEPTH)/content/html/content/src/$(LIB_PREFIX)gkconhtmlcon_s.$(LIB_SUFFIX) \
|
||||
$(DEPTH)/content/html/document/src/$(LIB_PREFIX)gkconhtmldoc_s.$(LIB_SUFFIX) \
|
||||
$(DEPTH)/content/html/parser/src/$(LIB_PREFIX)html5p.$(LIB_SUFFIX) \
|
||||
$(DEPTH)/content/xml/content/src/$(LIB_PREFIX)gkconxmlcon_s.$(LIB_SUFFIX) \
|
||||
$(DEPTH)/content/xml/document/src/$(LIB_PREFIX)gkconxmldoc_s.$(LIB_SUFFIX) \
|
||||
$(DEPTH)/content/xslt/src/base/$(LIB_PREFIX)txbase_s.$(LIB_SUFFIX) \
|
||||
|
@ -141,6 +140,7 @@ SHARED_LIBRARY_LIBS = \
|
|||
$(DEPTH)/dom/src/threads/$(LIB_PREFIX)domthreads_s.$(LIB_SUFFIX) \
|
||||
$(DEPTH)/editor/libeditor/text/$(LIB_PREFIX)texteditor_s.$(LIB_SUFFIX) \
|
||||
$(DEPTH)/editor/libeditor/base/$(LIB_PREFIX)editorbase_s.$(LIB_SUFFIX) \
|
||||
$(DEPTH)/parser/html/$(LIB_PREFIX)html5p_s.$(LIB_SUFFIX) \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_MEDIA
|
||||
|
|
|
@ -42,6 +42,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = expat htmlparser xml
|
||||
MODULE = parser
|
||||
DIRS = expat htmlparser html xml
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
DEPTH = ../../../..
|
||||
DEPTH = ../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
@ -42,15 +42,15 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = html5
|
||||
LIBRARY_NAME = html5p
|
||||
LIBRARY_NAME = html5p_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
REQUIRES = \
|
||||
gfx \
|
||||
thebes \
|
||||
locale \
|
||||
js \
|
||||
pref \
|
||||
gfx \
|
||||
thebes \
|
||||
locale \
|
||||
js \
|
||||
pref \
|
||||
necko \
|
||||
xpcom \
|
||||
string \
|
||||
|
@ -67,30 +67,34 @@ REQUIRES = \
|
|||
chardet \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsHtml5Module.h \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
nsHtml5Atoms.cpp \
|
||||
nsHtml5Atoms.cpp \
|
||||
nsHtml5Parser.cpp \
|
||||
nsHtml5AttributeName.cpp \
|
||||
nsHtml5ElementName.cpp \
|
||||
nsHtml5HtmlAttributes.cpp \
|
||||
nsHtml5StackNode.cpp \
|
||||
nsHtml5UTF16Buffer.cpp \
|
||||
nsHtml5NamedCharacters.cpp \
|
||||
nsHtml5Tokenizer.cpp \
|
||||
nsHtml5TreeBuilder.cpp \
|
||||
nsHtml5Portability.cpp \
|
||||
nsHtml5Module.cpp \
|
||||
nsHtml5ReleasableAttributeName.cpp \
|
||||
nsHtml5ReleasableElementName.cpp \
|
||||
nsHtml5MetaScanner.cpp \
|
||||
nsHtml5TreeOperation.cpp \
|
||||
nsHtml5StateSnapshot.cpp \
|
||||
$(NULL)
|
||||
nsHtml5AttributeName.cpp \
|
||||
nsHtml5ElementName.cpp \
|
||||
nsHtml5HtmlAttributes.cpp \
|
||||
nsHtml5StackNode.cpp \
|
||||
nsHtml5UTF16Buffer.cpp \
|
||||
nsHtml5NamedCharacters.cpp \
|
||||
nsHtml5Tokenizer.cpp \
|
||||
nsHtml5TreeBuilder.cpp \
|
||||
nsHtml5Portability.cpp \
|
||||
nsHtml5Module.cpp \
|
||||
nsHtml5ReleasableAttributeName.cpp \
|
||||
nsHtml5ReleasableElementName.cpp \
|
||||
nsHtml5MetaScanner.cpp \
|
||||
nsHtml5TreeOperation.cpp \
|
||||
nsHtml5StateSnapshot.cpp \
|
||||
$(NULL)
|
||||
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += \
|
||||
-I$(srcdir)/../../../base/src \
|
||||
-I$(srcdir)/../../content/base/src \
|
||||
$(NULL)
|
|
@ -133,9 +133,7 @@ tier_gecko_dirs += \
|
|||
uriloader \
|
||||
modules/libimg \
|
||||
caps \
|
||||
parser/expat \
|
||||
parser/xml \
|
||||
parser/htmlparser \
|
||||
parser \
|
||||
gfx \
|
||||
modules/libpr0n \
|
||||
modules/plugin \
|
||||
|
|
Загрузка…
Ссылка в новой задаче