Title: [142650] trunk/Source/_javascript_Core
Revision
142650
Author
[email protected]
Date
2013-02-12 11:56:08 -0800 (Tue, 12 Feb 2013)

Log Message

Fix the gyp build of _javascript_Core.

* _javascript_Core.gypi: Added some missing DFG files to the source list.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (142649 => 142650)


--- trunk/Source/_javascript_Core/ChangeLog	2013-02-12 19:46:11 UTC (rev 142649)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-02-12 19:56:08 UTC (rev 142650)
@@ -1,3 +1,9 @@
+2013-02-12  Martin Robinson  <[email protected]>
+
+        Fix the gyp build of _javascript_Core.
+
+        * _javascript_Core.gypi: Added some missing DFG files to the source list.
+
 2013-02-12  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r142387.

Modified: trunk/Source/_javascript_Core/_javascript_Core.gypi (142649 => 142650)


--- trunk/Source/_javascript_Core/_javascript_Core.gypi	2013-02-12 19:46:11 UTC (rev 142649)
+++ trunk/Source/_javascript_Core/_javascript_Core.gypi	2013-02-12 19:56:08 UTC (rev 142650)
@@ -228,6 +228,8 @@
             'dfg/DFGCFAPhase.h',
             'dfg/DFGCFGSimplificationPhase.cpp',
             'dfg/DFGCFGSimplificationPhase.h',
+            'dfg/DFGCPSRethreadingPhase.cpp',
+            'dfg/DFGCPSRethreadingPhase.h',
             'dfg/DFGCommon.cpp',
             'dfg/DFGCommon.h',
             'dfg/DFGConstantFoldingPhase.cpp',
@@ -280,6 +282,8 @@
             'dfg/DFGOSRExitJumpPlaceholder.h',
             'dfg/DFGPhase.cpp',
             'dfg/DFGPhase.h',
+            'dfg/DFGPredictionInjectionPhase.cpp',
+            'dfg/DFGPredictionInjectionPhase.h',
             'dfg/DFGPredictionPropagationPhase.cpp',
             'dfg/DFGPredictionPropagationPhase.h',
             'dfg/DFGRegisterBank.h',
@@ -314,6 +318,8 @@
             'dfg/DFGVariadicFunction.h',
             'dfg/DFGVirtualRegisterAllocationPhase.cpp',
             'dfg/DFGVirtualRegisterAllocationPhase.h',
+            'dfg/DFGUnificationPhase.h',
+            'dfg/DFGUnificationPhase.cpp',
             'disassembler/Disassembler.cpp',
             'disassembler/Disassembler.h',
             'disassembler/UDis86Disassembler.cpp',
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to