Title: [153303] trunk/Source/_javascript_Core
Revision
153303
Author
[email protected]
Date
2013-07-25 02:08:27 -0700 (Thu, 25 Jul 2013)

Log Message

Unreviewed. Fixing the GTK build after the FTL merging by updating the build targets list.

* GNUmakefile.am:
* GNUmakefile.list.am:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (153302 => 153303)


--- trunk/Source/_javascript_Core/ChangeLog	2013-07-25 08:34:49 UTC (rev 153302)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-07-25 09:08:27 UTC (rev 153303)
@@ -1,3 +1,10 @@
+2013-07-25  Zan Dobersek  <[email protected]>
+
+        Unreviewed. Fixing the GTK build after the FTL merging by updating the build targets list.
+
+        * GNUmakefile.am:
+        * GNUmakefile.list.am:
+
 2013-07-25  Ádám Kallai  <[email protected]>
 
         Unreviewed buildfix after FTL upstream.

Modified: trunk/Source/_javascript_Core/GNUmakefile.am (153302 => 153303)


--- trunk/Source/_javascript_Core/GNUmakefile.am	2013-07-25 08:34:49 UTC (rev 153302)
+++ trunk/Source/_javascript_Core/GNUmakefile.am	2013-07-25 09:08:27 UTC (rev 153303)
@@ -47,17 +47,17 @@
 	-I$(srcdir)/Source \
 	-I$(srcdir)/Source/_javascript_Core \
 	-I$(srcdir)/Source/_javascript_Core/API \
+	-I$(srcdir)/Source/_javascript_Core/ForwardingHeaders \
 	-I$(srcdir)/Source/_javascript_Core/assembler \
 	-I$(srcdir)/Source/_javascript_Core/bytecode \
 	-I$(srcdir)/Source/_javascript_Core/bytecompiler \
+	-I$(srcdir)/Source/_javascript_Core/debugger \
 	-I$(srcdir)/Source/_javascript_Core/dfg \
 	-I$(srcdir)/Source/_javascript_Core/disassembler \
+	-I$(srcdir)/Source/_javascript_Core/ftl \
 	-I$(srcdir)/Source/_javascript_Core/heap \
-	-I$(srcdir)/Source/_javascript_Core/debugger \
-	-I$(srcdir)/Source/_javascript_Core/ForwardingHeaders \
 	-I$(srcdir)/Source/_javascript_Core/interpreter \
 	-I$(srcdir)/Source/_javascript_Core/jit \
-	-I$(srcdir)/Source/_javascript_Core/jit \
 	-I$(srcdir)/Source/_javascript_Core/llint \
 	-I$(srcdir)/Source/_javascript_Core/parser \
 	-I$(srcdir)/Source/_javascript_Core/profiler \

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (153302 => 153303)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2013-07-25 08:34:49 UTC (rev 153302)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2013-07-25 09:08:27 UTC (rev 153303)
@@ -168,8 +168,6 @@
 	Source/_javascript_Core/bytecompiler/RegisterID.h \
 	Source/_javascript_Core/bytecompiler/StaticPropertyAnalysis.h \
 	Source/_javascript_Core/bytecompiler/StaticPropertyAnalyzer.h \
-	Source/_javascript_Core/dfg/DFGAbstractState.cpp \
-	Source/_javascript_Core/dfg/DFGAbstractState.h \
 	Source/_javascript_Core/dfg/DFGAbstractValue.h \
 	Source/_javascript_Core/dfg/DFGAdjacencyList.h \
 	Source/_javascript_Core/dfg/DFGAllocator.h \
@@ -601,6 +599,7 @@
 	Source/_javascript_Core/runtime/CodeSpecializationKind.h \
 	Source/_javascript_Core/runtime/CommonIdentifiers.cpp \
 	Source/_javascript_Core/runtime/CommonIdentifiers.h \
+	Source/_javascript_Core/runtime/CommonSlowPaths.cpp \
 	Source/_javascript_Core/runtime/CommonSlowPaths.h \
 	Source/_javascript_Core/runtime/Completion.cpp \
 	Source/_javascript_Core/runtime/Completion.h \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to