Title: [88645] trunk/Source/WebCore
Revision
88645
Author
x...@webkit.org
Date
2011-06-13 10:12:36 -0700 (Mon, 13 Jun 2011)

Log Message

2011-06-13  Xan Lopez  <xlo...@igalia.com>

        Reviewed by Martin Robinson.

        Some distcheck fixes. Still broken, but this is moves us closer to
        the target.

        * GNUmakefile.am: fix vpath syntax and add missing files to
        EXTRA_DIST.
        * GNUmakefile.list.am: add missing files and remove dead files.
        * bindings/gobject/GNUmakefile.am: fix comment.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (88644 => 88645)


--- trunk/Source/WebCore/ChangeLog	2011-06-13 16:54:54 UTC (rev 88644)
+++ trunk/Source/WebCore/ChangeLog	2011-06-13 17:12:36 UTC (rev 88645)
@@ -1,3 +1,15 @@
+2011-06-13  Xan Lopez  <xlo...@igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        Some distcheck fixes. Still broken, but this is moves us closer to
+        the target.
+
+        * GNUmakefile.am: fix vpath syntax and add missing files to
+        EXTRA_DIST.
+        * GNUmakefile.list.am: add missing files and remove dead files.
+        * bindings/gobject/GNUmakefile.am: fix comment.
+
 2011-06-13  Noam Rosenthal  <noam.rosent...@nokia.com>
 
         Reviewed by Kenneth Rohde Christiansen.

Modified: trunk/Source/WebCore/GNUmakefile.am (88644 => 88645)


--- trunk/Source/WebCore/GNUmakefile.am	2011-06-13 16:54:54 UTC (rev 88644)
+++ trunk/Source/WebCore/GNUmakefile.am	2011-06-13 17:12:36 UTC (rev 88645)
@@ -715,7 +715,7 @@
     $(WebCore)/workers \
     $(WebCore)/xml
 
-vpath %.idl = $(IDL_PATH)
+vpath %.idl $(IDL_PATH)
 
 # This does not appear to work correctly with gnumake unless
 # it includes an empty command list (the semicolon).
@@ -788,6 +788,12 @@
 	$(shell ls $(srcdir)/Source/WebCore/websockets/*.idl) \
 	$(shell ls $(srcdir)/Source/WebCore/workers/*.idl) \
 	$(shell ls $(srcdir)/Source/WebCore/xml/*.idl) \
+	Source/WebCore/bindings/scripts/CodeGenerator.pm \
+	Source/WebCore/bindings/scripts/IDLParser.pm \
+	Source/WebCore/bindings/scripts/IDLStructure.pm \
+	Source/WebCore/bindings/scripts/InFilesParser.pm \
+	Source/WebCore/bindings/scripts/generate-bindings.pl \
+	Source/WebCore/bindings/scripts/preprocessor.pm
 	Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm \
 	Source/WebCore/bindings/scripts/CodeGeneratorJS.pm \
 	Source/WebCore/bindings/scripts/CodeGenerator.pm \

Modified: trunk/Source/WebCore/GNUmakefile.list.am (88644 => 88645)


--- trunk/Source/WebCore/GNUmakefile.list.am	2011-06-13 16:54:54 UTC (rev 88644)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2011-06-13 17:12:36 UTC (rev 88645)
@@ -1274,8 +1274,6 @@
 	Source/WebCore/dom/StaticNodeList.h \
 	Source/WebCore/dom/Stream.cpp \
 	Source/WebCore/dom/Stream.h \
-	Source/WebCore/dom/StreamEvent.cpp \
-	Source/WebCore/dom/Streamevent.h \
 	Source/WebCore/dom/StyledElement.cpp \
 	Source/WebCore/dom/StyledElement.h \
 	Source/WebCore/dom/StyleElement.cpp \
@@ -1861,7 +1859,6 @@
 	Source/WebCore/html/shadow/MeterShadowElement.h \
 	Source/WebCore/html/shadow/ProgressShadowElement.cpp \
 	Source/WebCore/html/shadow/ProgressShadowElement.h \
-	Source/WebCore/html/shadow/ShadowContentElement.h \
 	Source/WebCore/html/shadow/SliderThumbElement.cpp \
 	Source/WebCore/html/shadow/SliderThumbElement.h \
 	Source/WebCore/html/shadow/TextControlInnerElements.cpp \
@@ -3735,7 +3732,7 @@
 	Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp \
 	Source/WebCore/platform/graphics/cairo/GraphicsContextPlatformPrivateCairo.h \
 	Source/WebCore/platform/graphics/cairo/ImageBufferCairo.cpp \
-	Source/WebCore/platform/graphics/cairo/ImageBufferData.h \
+	Source/WebCore/platform/graphics/cairo/ImageBufferDataCairo.h \
 	Source/WebCore/platform/graphics/cairo/ImageCairo.cpp \
 	Source/WebCore/platform/graphics/cairo/OwnPtrCairo.cpp \
 	Source/WebCore/platform/graphics/cairo/OwnPtrCairo.h \

Modified: trunk/Source/WebCore/bindings/gobject/GNUmakefile.am (88644 => 88645)


--- trunk/Source/WebCore/bindings/gobject/GNUmakefile.am	2011-06-13 16:54:54 UTC (rev 88644)
+++ trunk/Source/WebCore/bindings/gobject/GNUmakefile.am	2011-06-13 17:12:36 UTC (rev 88645)
@@ -434,8 +434,8 @@
 $(top_builddir)/DerivedSources/webkit/WebKitDOMCustom.h: $(WebCore)/bindings/gobject/WebKitDOMCustom.h
 	$(AM_V_GEN)cp -f $< $@
 
-# Filter out SVG for now
+# Filter out SVG and IndexedDB for now
 gdom_feature_defines := $(filter-out ENABLE_INDEXED_DATABASE=1, $(filter-out ENABLE_SVG%, $(FEATURE_DEFINES)))
-DerivedSources/webkit/WebKitDOM%.cpp DerivedSources/webkit/WebKitDOM%.h DerivedSources/webkit/WebKitDOM%Private.h:: %.idl $(SCRIPTS_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorGObject.pm $(WebCore)/bindings/gobject/GNUmakefile.am
+DerivedSources/webkit/WebKitDOM%.cpp DerivedSources/webkit/WebKitDOM%.h DerivedSources/webkit/WebKitDOM%Private.h: %.idl $(SCRIPTS_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorGObject.pm $(WebCore)/bindings/gobject/GNUmakefile.am
 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl --include $(WebCore)/dom --include $(WebCore)/html --include $(WebCore)/css --include $(WebCore)/page --include $(WebCore)/xml --include $(WebCore)/svg --outputDir "$(GENSOURCES_WEBKIT)" --defines "LANGUAGE_GOBJECT=1 $(gdom_feature_defines)" --generator GObject $<
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to