Title: [159419] trunk/Source
Revision
159419
Author
[email protected]
Date
2013-11-18 06:49:28 -0800 (Mon, 18 Nov 2013)

Log Message

Unreviewed. Fix make distcheck.

Source/WebCore:

* GNUmakefile.am: Add inspector json files to EXTRA_DIST and
remove maketokenizer from EXTRA_DIST.
* GNUmakefile.list.am: Add missing header files.

Source/WTF:

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

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (159418 => 159419)


--- trunk/Source/WTF/ChangeLog	2013-11-18 14:42:55 UTC (rev 159418)
+++ trunk/Source/WTF/ChangeLog	2013-11-18 14:49:28 UTC (rev 159419)
@@ -1,3 +1,9 @@
+2013-11-18  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header file.
+
 2013-11-16  Alexey Proskuryakov  <[email protected]>
 
         Use uint8_t vectors for WebCrypto data

Modified: trunk/Source/WTF/GNUmakefile.list.am (159418 => 159419)


--- trunk/Source/WTF/GNUmakefile.list.am	2013-11-18 14:42:55 UTC (rev 159418)
+++ trunk/Source/WTF/GNUmakefile.list.am	2013-11-18 14:49:28 UTC (rev 159419)
@@ -175,6 +175,7 @@
     Source/WTF/wtf/ThreadSpecificWin.cpp \
     Source/WTF/wtf/Threading.cpp \
     Source/WTF/wtf/Threading.h \
+    Source/WTF/wtf/ThreadingOnce.h \
     Source/WTF/wtf/ThreadingPrimitives.h \
     Source/WTF/wtf/ThreadingPthreads.cpp \
     Source/WTF/wtf/ThreadingWin.cpp \

Modified: trunk/Source/WebCore/ChangeLog (159418 => 159419)


--- trunk/Source/WebCore/ChangeLog	2013-11-18 14:42:55 UTC (rev 159418)
+++ trunk/Source/WebCore/ChangeLog	2013-11-18 14:49:28 UTC (rev 159419)
@@ -1,3 +1,11 @@
+2013-11-18  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.am: Add inspector json files to EXTRA_DIST and
+        remove maketokenizer from EXTRA_DIST.
+        * GNUmakefile.list.am: Add missing header files.
+
 2013-11-18  Gyuyoung Kim  <[email protected]>
 
         Generate toHTMLDataList|Html|EmbedElement

Modified: trunk/Source/WebCore/GNUmakefile.am (159418 => 159419)


--- trunk/Source/WebCore/GNUmakefile.am	2013-11-18 14:42:55 UTC (rev 159418)
+++ trunk/Source/WebCore/GNUmakefile.am	2013-11-18 14:49:28 UTC (rev 159419)
@@ -661,6 +661,7 @@
 	$(wildcard $(srcdir)/Source/WebCore/testing/*.idl) \
 	$(wildcard $(srcdir)/Source/WebCore/workers/*.idl) \
 	$(wildcard $(srcdir)/Source/WebCore/xml/*.idl) \
+	$(wildcard $(srcdir)/Source/WebCore/inspector/protocol/*.json) \
 	Source/ThirdParty/ANGLE/src/compiler/glslang.l \
 	Source/ThirdParty/ANGLE/src/compiler/glslang.y \
 	Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm \
@@ -688,7 +689,6 @@
 	Source/WebCore/css/make-css-file-arrays.pl \
 	Source/WebCore/css/makegrammar.pl \
 	Source/WebCore/css/makeprop.pl \
-	Source/WebCore/css/maketokenizer \
 	Source/WebCore/css/makevalues.pl \
 	Source/WebCore/css/mathml.css \
 	Source/WebCore/css/mediaControls.css \

Modified: trunk/Source/WebCore/GNUmakefile.list.am (159418 => 159419)


--- trunk/Source/WebCore/GNUmakefile.list.am	2013-11-18 14:42:55 UTC (rev 159418)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2013-11-18 14:49:28 UTC (rev 159419)
@@ -5856,7 +5856,7 @@
 	Source/WebCore/platform/graphics/TextTrackRepresentation.cpp \
 	Source/WebCore/platform/graphics/TextTrackRepresentation.h \
 	Source/WebCore/platform/graphics/TiledBacking.h \
-	Source/WebCore/platform/graphics/TrackBasePrivate.h \
+	Source/WebCore/platform/graphics/TrackPrivateBase.h \
 	Source/WebCore/platform/graphics/TypesettingFeatures.h \
 	Source/WebCore/platform/graphics/UnitBezier.h \
 	Source/WebCore/platform/graphics/VideoTrackPrivate.h \
@@ -6004,9 +6004,9 @@
 	Source/WebCore/platform/DateTimeChooserClient.h \
 	Source/WebCore/platform/Decimal.cpp \
 	Source/WebCore/platform/Decimal.h \
-    Source/WebCore/platform/FileChooser.cpp \
-    Source/WebCore/platform/FileChooser.h \
-    Source/WebCore/platform/FileMetadata.h \
+	Source/WebCore/platform/FileChooser.cpp \
+	Source/WebCore/platform/FileChooser.h \
+	Source/WebCore/platform/FileMetadata.h \
 	Source/WebCore/platform/FileStreamClient.h \
 	Source/WebCore/platform/FileStream.cpp \
 	Source/WebCore/platform/FileStream.h \
@@ -6020,6 +6020,7 @@
 	Source/WebCore/platform/URL.cpp \
 	Source/WebCore/platform/URL.h \
 	Source/WebCore/platform/URLHash.h \
+	Source/WebCore/platform/KeyedCoding.h \
 	Source/WebCore/platform/KillRing.h \
 	Source/WebCore/platform/KillRingNone.cpp \
 	Source/WebCore/platform/Language.cpp \
@@ -6176,6 +6177,8 @@
 	Source/WebCore/platform/graphics/gtk/ImageGtk.cpp \
 	Source/WebCore/platform/graphics/gtk/IntPointGtk.cpp \
 	Source/WebCore/platform/graphics/gtk/IntRectGtk.cpp \
+	Source/WebCore/platform/graphics/opentype/OpenTypeSanitizer.h \
+	Source/WebCore/platform/graphics/opentype/OpenTypeTypes.h \
 	Source/WebCore/platform/graphics/opentype/OpenTypeVerticalData.cpp \
 	Source/WebCore/platform/graphics/opentype/OpenTypeVerticalData.h \
 	Source/WebCore/platform/gtk/CompositionResults.h \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to