Title: [130027] trunk/Source
Revision
130027
Author
carlo...@webkit.org
Date
2012-10-01 04:00:04 -0700 (Mon, 01 Oct 2012)

Log Message

Unreviewed. Fix make distcheck.

Source/WebCore:

* GNUmakefile.list.am: ClipPathOperation.h was moved.

Source/WTF:

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

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (130026 => 130027)


--- trunk/Source/WTF/ChangeLog	2012-10-01 10:45:12 UTC (rev 130026)
+++ trunk/Source/WTF/ChangeLog	2012-10-01 11:00:04 UTC (rev 130027)
@@ -1,3 +1,9 @@
+2012-10-01  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header files to compilation.
+
 2012-09-30  Mark Hahnenberg  <mhahnenb...@apple.com>
 
         Clean up HasTrivialConstructor/Destructor

Modified: trunk/Source/WTF/GNUmakefile.list.am (130026 => 130027)


--- trunk/Source/WTF/GNUmakefile.list.am	2012-10-01 10:45:12 UTC (rev 130026)
+++ trunk/Source/WTF/GNUmakefile.list.am	2012-10-01 11:00:04 UTC (rev 130027)
@@ -232,7 +232,9 @@
     Source/WTF/wtf/unicode/CollatorDefault.cpp \
     Source/WTF/wtf/unicode/UTF8.cpp \
     Source/WTF/wtf/unicode/UTF8.h \
-    Source/WTF/wtf/unicode/Unicode.h
+    Source/WTF/wtf/unicode/Unicode.h \
+    Source/WTF/wtf/url/api/URLBuffer.h \
+    Source/WTF/wtf/url/api/URLQueryCharsetConverter.h
 
 if TARGET_WIN32
 wtf_sources += \

Modified: trunk/Source/WebCore/ChangeLog (130026 => 130027)


--- trunk/Source/WebCore/ChangeLog	2012-10-01 10:45:12 UTC (rev 130026)
+++ trunk/Source/WebCore/ChangeLog	2012-10-01 11:00:04 UTC (rev 130027)
@@ -1,3 +1,9 @@
+2012-10-01  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: ClipPathOperation.h was moved.
+
 2012-10-01  Arko Saha  <a...@motorola.com>
 
         Microdata: names.item() must return null for out of range indexes.

Modified: trunk/Source/WebCore/GNUmakefile.list.am (130026 => 130027)


--- trunk/Source/WebCore/GNUmakefile.list.am	2012-10-01 10:45:12 UTC (rev 130026)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2012-10-01 11:00:04 UTC (rev 130027)
@@ -4903,6 +4903,7 @@
 	Source/WebCore/rendering/BidiRun.h \
 	Source/WebCore/rendering/break_lines.cpp \
 	Source/WebCore/rendering/break_lines.h \
+	Source/WebCore/rendering/ClipPathOperation.h \
 	Source/WebCore/rendering/ColumnInfo.h \
 	Source/WebCore/rendering/CounterNode.cpp \
 	Source/WebCore/rendering/CounterNode.h \
@@ -5143,7 +5144,6 @@
 	Source/WebCore/rendering/style/BasicShapes.h \
 	Source/WebCore/rendering/style/BorderData.h \
 	Source/WebCore/rendering/style/BorderValue.h \
-	Source/WebCore/rendering/style/ClipPathOperation.h \
 	Source/WebCore/rendering/style/CollapsedBorderValue.h \
 	Source/WebCore/rendering/style/ContentData.cpp \
 	Source/WebCore/rendering/style/ContentData.h \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to