Title: [88078] trunk
Revision
88078
Author
[email protected]
Date
2011-06-03 16:57:10 -0700 (Fri, 03 Jun 2011)

Log Message

2011-06-03  Martin Robinson  <[email protected]>

        Try to fix the GTK+ build.

        * GNUmakefile.am: Clean up some spaces that should be tabs.
        * GNUmakefile.list.am: Add KeywordLookup.h to the source list
        and clean up some spaces that should be tabs.
2011-06-03  Martin Robinson  <[email protected]>

        Try to fix the GTK+ bulid.

        * GNUmakefile.am: Add JSDOMWrapper.cpp to the libWebCoreInternals
        source list.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (88077 => 88078)


--- trunk/Source/_javascript_Core/ChangeLog	2011-06-03 23:53:24 UTC (rev 88077)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-06-03 23:57:10 UTC (rev 88078)
@@ -1,3 +1,11 @@
+2011-06-03  Martin Robinson  <[email protected]>
+
+        Try to fix the GTK+ build.
+
+        * GNUmakefile.am: Clean up some spaces that should be tabs.
+        * GNUmakefile.list.am: Add KeywordLookup.h to the source list
+        and clean up some spaces that should be tabs.
+
 2011-06-03  Oliver Hunt  <[email protected]>
 
         Reviewed by Geoffrey Garen.

Modified: trunk/Source/_javascript_Core/GNUmakefile.am (88077 => 88078)


--- trunk/Source/_javascript_Core/GNUmakefile.am	2011-06-03 23:53:24 UTC (rev 88077)
+++ trunk/Source/_javascript_Core/GNUmakefile.am	2011-06-03 23:57:10 UTC (rev 88078)
@@ -150,24 +150,24 @@
 CLEANFILES += \
 	Source/_javascript_Core/Lexer.lut.h \
 	Source/_javascript_Core/RegExpJitTables.h \
-        Source/_javascript_Core/runtime/ArrayConstructor.lut.h \
-        Source/_javascript_Core/runtime/ArrayPrototype.lut.h \
-        Source/_javascript_Core/runtime/BooleanPrototype.lut.h \
-        Source/_javascript_Core/runtime/DateConstructor.lut.h \
-        Source/_javascript_Core/runtime/DatePrototype.lut.h \
-        Source/_javascript_Core/runtime/ErrorPrototype.lut.h \
-        Source/_javascript_Core/runtime/JSGlobalObject.lut.h \
-        Source/_javascript_Core/runtime/JSONObject.lut.h \
-        Source/_javascript_Core/runtime/MathObject.lut.h \
-        Source/_javascript_Core/runtime/NumberConstructor.lut.h \
-        Source/_javascript_Core/runtime/NumberPrototype.lut.h \
-        Source/_javascript_Core/runtime/ObjectConstructor.lut.h \
-        Source/_javascript_Core/runtime/ObjectPrototype.lut.h \
-        Source/_javascript_Core/runtime/RegExpConstructor.lut.h \
-        Source/_javascript_Core/runtime/RegExpObject.lut.h \
-        Source/_javascript_Core/runtime/RegExpPrototype.lut.h \
-        Source/_javascript_Core/runtime/StringConstructor.lut.h \
-        Source/_javascript_Core/runtime/StringPrototype.lut.h \
+	Source/_javascript_Core/runtime/ArrayConstructor.lut.h \
+	Source/_javascript_Core/runtime/ArrayPrototype.lut.h \
+	Source/_javascript_Core/runtime/BooleanPrototype.lut.h \
+	Source/_javascript_Core/runtime/DateConstructor.lut.h \
+	Source/_javascript_Core/runtime/DatePrototype.lut.h \
+	Source/_javascript_Core/runtime/ErrorPrototype.lut.h \
+	Source/_javascript_Core/runtime/JSGlobalObject.lut.h \
+	Source/_javascript_Core/runtime/JSONObject.lut.h \
+	Source/_javascript_Core/runtime/MathObject.lut.h \
+	Source/_javascript_Core/runtime/NumberConstructor.lut.h \
+	Source/_javascript_Core/runtime/NumberPrototype.lut.h \
+	Source/_javascript_Core/runtime/ObjectConstructor.lut.h \
+	Source/_javascript_Core/runtime/ObjectPrototype.lut.h \
+	Source/_javascript_Core/runtime/RegExpConstructor.lut.h \
+	Source/_javascript_Core/runtime/RegExpObject.lut.h \
+	Source/_javascript_Core/runtime/RegExpPrototype.lut.h \
+	Source/_javascript_Core/runtime/StringConstructor.lut.h \
+	Source/_javascript_Core/runtime/StringPrototype.lut.h \
 	Programs/jsc \
 	Programs/jsc-@WEBKITGTK_API_MAJOR_VERSION@ \
 	Programs/minidom

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (88077 => 88078)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2011-06-03 23:53:24 UTC (rev 88077)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2011-06-03 23:57:10 UTC (rev 88078)
@@ -11,26 +11,27 @@
 	Source/_javascript_Core/API/WebKitAvailability.h
 
 _javascript_core_built_nosources += \
+	Source/_javascript_Core/KeywordLookup.h \
 	Source/_javascript_Core/Lexer.lut.h \
 	Source/_javascript_Core/RegExpJitTables.h \
-        Source/_javascript_Core/runtime/ArrayConstructor.lut.h \
-        Source/_javascript_Core/runtime/ArrayPrototype.lut.h \
-        Source/_javascript_Core/runtime/BooleanPrototype.lut.h \
-        Source/_javascript_Core/runtime/DateConstructor.lut.h \
-        Source/_javascript_Core/runtime/DatePrototype.lut.h \
-        Source/_javascript_Core/runtime/ErrorPrototype.lut.h \
-        Source/_javascript_Core/runtime/JSGlobalObject.lut.h \
-        Source/_javascript_Core/runtime/JSONObject.lut.h \
-        Source/_javascript_Core/runtime/MathObject.lut.h \
-        Source/_javascript_Core/runtime/NumberConstructor.lut.h \
-        Source/_javascript_Core/runtime/NumberPrototype.lut.h \
-        Source/_javascript_Core/runtime/ObjectConstructor.lut.h \
-        Source/_javascript_Core/runtime/ObjectPrototype.lut.h \
-        Source/_javascript_Core/runtime/RegExpConstructor.lut.h \
-        Source/_javascript_Core/runtime/RegExpObject.lut.h \
-        Source/_javascript_Core/runtime/RegExpPrototype.lut.h \
-        Source/_javascript_Core/runtime/StringConstructor.lut.h \
-        Source/_javascript_Core/runtime/StringPrototype.lut.h
+	Source/_javascript_Core/runtime/ArrayConstructor.lut.h \
+	Source/_javascript_Core/runtime/ArrayPrototype.lut.h \
+	Source/_javascript_Core/runtime/BooleanPrototype.lut.h \
+	Source/_javascript_Core/runtime/DateConstructor.lut.h \
+	Source/_javascript_Core/runtime/DatePrototype.lut.h \
+	Source/_javascript_Core/runtime/ErrorPrototype.lut.h \
+	Source/_javascript_Core/runtime/JSGlobalObject.lut.h \
+	Source/_javascript_Core/runtime/JSONObject.lut.h \
+	Source/_javascript_Core/runtime/MathObject.lut.h \
+	Source/_javascript_Core/runtime/NumberConstructor.lut.h \
+	Source/_javascript_Core/runtime/NumberPrototype.lut.h \
+	Source/_javascript_Core/runtime/ObjectConstructor.lut.h \
+	Source/_javascript_Core/runtime/ObjectPrototype.lut.h \
+	Source/_javascript_Core/runtime/RegExpConstructor.lut.h \
+	Source/_javascript_Core/runtime/RegExpObject.lut.h \
+	Source/_javascript_Core/runtime/RegExpPrototype.lut.h \
+	Source/_javascript_Core/runtime/StringConstructor.lut.h \
+	Source/_javascript_Core/runtime/StringPrototype.lut.h
 
 _javascript_core_sources += \
 	Source/_javascript_Core/API/APICast.h \

Modified: trunk/Tools/ChangeLog (88077 => 88078)


--- trunk/Tools/ChangeLog	2011-06-03 23:53:24 UTC (rev 88077)
+++ trunk/Tools/ChangeLog	2011-06-03 23:57:10 UTC (rev 88078)
@@ -1,3 +1,10 @@
+2011-06-03  Martin Robinson  <[email protected]>
+
+        Try to fix the GTK+ bulid.
+
+        * GNUmakefile.am: Add JSDOMWrapper.cpp to the libWebCoreInternals
+        source list.
+
 2011-06-03  Dirk Pranke  <[email protected]>
 
         Reviewed by Adam Barth.

Modified: trunk/Tools/GNUmakefile.am (88077 => 88078)


--- trunk/Tools/GNUmakefile.am	2011-06-03 23:53:24 UTC (rev 88077)
+++ trunk/Tools/GNUmakefile.am	2011-06-03 23:57:10 UTC (rev 88078)
@@ -40,6 +40,8 @@
 # to prefer the WebCore config.h over the DumpRenderTree config.h
 noinst_LTLIBRARIES += libWebCoreInternals.la
 libWebCoreInternals_la_SOURCES = \
+	Source/WebCore/bindings/js/JSDOMWrapper.cpp \
+	Source/WebCore/bindings/js/JSDOMWrapper.h \
 	Source/WebCore/testing/Internals.cpp \
 	Source/WebCore/testing/Internals.h \
 	Source/WebCore/testing/js/WebCoreTestSupport.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to