Title: [112082] trunk/Source
- Revision
- 112082
- Author
- [email protected]
- Date
- 2012-03-26 06:05:42 -0700 (Mon, 26 Mar 2012)
Log Message
Unreviewed. Fix make distcheck.
Source/_javascript_Core:
* GNUmakefile.list.am: Add missing files.
Source/WebCore:
* GNUmakefile.list.am: Add missing files.
Source/WTF:
* GNUmakefile.list.am: Add config.h to the source file list.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (112081 => 112082)
--- trunk/Source/_javascript_Core/ChangeLog 2012-03-26 12:58:29 UTC (rev 112081)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-03-26 13:05:42 UTC (rev 112082)
@@ -1,3 +1,9 @@
+2012-03-26 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix make distcheck.
+
+ * GNUmakefile.list.am: Add missing files.
+
2012-03-25 Kevin Ollivier <[email protected]>
[wx] Unreviewed build fix. Move WTF to its own static lib build.
Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (112081 => 112082)
--- trunk/Source/_javascript_Core/GNUmakefile.list.am 2012-03-26 12:58:29 UTC (rev 112081)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am 2012-03-26 13:05:42 UTC (rev 112082)
@@ -168,6 +168,7 @@
Source/_javascript_Core/dfg/DFGGPRInfo.h \
Source/_javascript_Core/dfg/DFGGraph.cpp \
Source/_javascript_Core/dfg/DFGGraph.h \
+ Source/_javascript_Core/dfg/DFGInsertionSet.h \
Source/_javascript_Core/dfg/DFGJITCompiler.cpp \
Source/_javascript_Core/dfg/DFGJITCompiler.h \
Source/_javascript_Core/dfg/DFGNode.h \
Modified: trunk/Source/WTF/ChangeLog (112081 => 112082)
--- trunk/Source/WTF/ChangeLog 2012-03-26 12:58:29 UTC (rev 112081)
+++ trunk/Source/WTF/ChangeLog 2012-03-26 13:05:42 UTC (rev 112082)
@@ -1,3 +1,9 @@
+2012-03-26 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix make distcheck.
+
+ * GNUmakefile.list.am: Add config.h to the source file list.
+
2012-03-25 Kevin Ollivier <[email protected]>
[wx] Unreviewed build fix. Move WTF to its own static lib build.
Modified: trunk/Source/WTF/GNUmakefile.list.am (112081 => 112082)
--- trunk/Source/WTF/GNUmakefile.list.am 2012-03-26 12:58:29 UTC (rev 112081)
+++ trunk/Source/WTF/GNUmakefile.list.am 2012-03-26 13:05:42 UTC (rev 112082)
@@ -1,4 +1,5 @@
wtf_sources += \
+ Source/WTF/config.h \
Source/WTF/wtf/Platform.h \
Source/WTF/wtf/ASCIICType.h \
Source/WTF/wtf/AVLTree.h \
Modified: trunk/Source/WebCore/ChangeLog (112081 => 112082)
--- trunk/Source/WebCore/ChangeLog 2012-03-26 12:58:29 UTC (rev 112081)
+++ trunk/Source/WebCore/ChangeLog 2012-03-26 13:05:42 UTC (rev 112082)
@@ -1,3 +1,9 @@
+2012-03-26 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix make distcheck.
+
+ * GNUmakefile.list.am: Add missing files.
+
2012-03-26 Jason Liu <[email protected]>
[BlackBerry] Cookies mismatch when login to gmail.
Modified: trunk/Source/WebCore/GNUmakefile.list.am (112081 => 112082)
--- trunk/Source/WebCore/GNUmakefile.list.am 2012-03-26 12:58:29 UTC (rev 112081)
+++ trunk/Source/WebCore/GNUmakefile.list.am 2012-03-26 13:05:42 UTC (rev 112082)
@@ -1585,6 +1585,8 @@
Source/WebCore/css/CSSHelper.h \
Source/WebCore/css/CSSImageGeneratorValue.cpp \
Source/WebCore/css/CSSImageGeneratorValue.h \
+ Source/WebCore/css/CSSImageSetValue.cpp \
+ Source/WebCore/css/CSSImageSetValue.h \
Source/WebCore/css/CSSImageValue.cpp \
Source/WebCore/css/CSSImageValue.h \
Source/WebCore/css/CSSImportRule.cpp \
@@ -3012,6 +3014,8 @@
Source/WebCore/platform/animation/TimingFunction.h \
Source/WebCore/platform/ActivePlatformGestureAnimation.cpp \
Source/WebCore/platform/ActivePlatformGestureAnimation.h \
+ Source/WebCore/platform/PlatformGestureCurve.h \
+ Source/WebCore/platform/PlatformGestureCurveTarget.h \
Source/WebCore/platform/Arena.cpp \
Source/WebCore/platform/Arena.h \
Source/WebCore/platform/AsyncFileSystem.cpp \
@@ -3873,6 +3877,8 @@
Source/WebCore/rendering/style/StyleBoxData.h \
Source/WebCore/rendering/style/StyleCachedImage.cpp \
Source/WebCore/rendering/style/StyleCachedImage.h \
+ Source/WebCore/rendering/style/StyleCachedImageSet.cpp \
+ Source/WebCore/rendering/style/StyleCachedImageSet.h \
Source/WebCore/rendering/style/StyleCachedShader.cpp \
Source/WebCore/rendering/style/StyleCachedShader.h \
Source/WebCore/rendering/style/StyleCustomFilterProgram.h \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes