Title: [123330] trunk/Source/WebCore
Revision
123330
Author
[email protected]
Date
2012-07-23 04:27:34 -0700 (Mon, 23 Jul 2012)

Log Message

Unreviewed. Fix make distcheck.

* GNUmakefile.list.am: Add missing header files.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (123329 => 123330)


--- trunk/Source/WebCore/ChangeLog	2012-07-23 11:19:43 UTC (rev 123329)
+++ trunk/Source/WebCore/ChangeLog	2012-07-23 11:27:34 UTC (rev 123330)
@@ -1,3 +1,9 @@
+2012-07-23  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header files.
+
 2012-07-23  Kent Tamura  <[email protected]>
 
         Replace some instances of shadowAncestorNode() with shadowHost()

Modified: trunk/Source/WebCore/GNUmakefile.list.am (123329 => 123330)


--- trunk/Source/WebCore/GNUmakefile.list.am	2012-07-23 11:19:43 UTC (rev 123329)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2012-07-23 11:27:34 UTC (rev 123330)
@@ -4111,6 +4111,7 @@
 	Source/WebCore/rendering/style/SVGRenderStyleDefs.cpp \
 	Source/WebCore/rendering/style/SVGRenderStyleDefs.h \
 	Source/WebCore/rendering/style/SVGRenderStyle.h \
+	Source/WebCore/rendering/style/WrapShapes.h \
 	Source/WebCore/rendering/svg/RenderSVGBlock.cpp \
 	Source/WebCore/rendering/svg/RenderSVGBlock.h \
 	Source/WebCore/rendering/svg/RenderSVGContainer.cpp \
@@ -5914,6 +5915,7 @@
 
 webcore_sources += \
 	Source/ThirdParty/ANGLE/include/GLSLANG/ShaderLang.h \
+	Source/ThirdParty/ANGLE/src/common/angleutils.h \
 	Source/ThirdParty/ANGLE/src/compiler/BaseTypes.h \
 	Source/ThirdParty/ANGLE/src/compiler/BuiltInFunctionEmulator.cpp \
 	Source/ThirdParty/ANGLE/src/compiler/BuiltInFunctionEmulator.h \
@@ -6007,6 +6009,7 @@
 	Source/ThirdParty/ANGLE/src/compiler/preprocessor/new/Token.h \
 	Source/ThirdParty/ANGLE/src/compiler/preprocessor/new/Tokenizer.cpp \
 	Source/ThirdParty/ANGLE/src/compiler/preprocessor/new/Tokenizer.h \
+	Source/ThirdParty/ANGLE/src/compiler/preprocessor/new/pp_utils.h \
 	Source/ThirdParty/ANGLE/src/compiler/preprocessor/parser.h \
 	Source/ThirdParty/ANGLE/src/compiler/preprocessor/preprocess.h \
 	Source/ThirdParty/ANGLE/src/compiler/preprocessor/scanner.c \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to