Title: [142411] trunk/Source/_javascript_Core
Revision
142411
Author
mrobin...@webkit.org
Date
2013-02-10 10:26:40 -0800 (Sun, 10 Feb 2013)

Log Message

Fix the GTK+ gyp build

* _javascript_Core.gypi: Update the source list to accurately
reflect what's in the repository and remove the offsets extractor
from the list of _javascript_Core files. It's only used to build
the extractor binary.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (142410 => 142411)


--- trunk/Source/_javascript_Core/ChangeLog	2013-02-10 18:18:51 UTC (rev 142410)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-02-10 18:26:40 UTC (rev 142411)
@@ -1,3 +1,12 @@
+2013-02-10  Martin Robinson  <mrobin...@igalia.com>
+
+        Fix the GTK+ gyp build
+
+        * _javascript_Core.gypi: Update the source list to accurately
+        reflect what's in the repository and remove the offsets extractor
+        from the list of _javascript_Core files. It's only used to build
+        the extractor binary.
+
 2013-02-09  Andreas Kling  <akl...@apple.com>
 
         Shrink-wrap UnlinkedCodeBlock members.

Modified: trunk/Source/_javascript_Core/_javascript_Core.gypi (142410 => 142411)


--- trunk/Source/_javascript_Core/_javascript_Core.gypi	2013-02-10 18:18:51 UTC (rev 142410)
+++ trunk/Source/_javascript_Core/_javascript_Core.gypi	2013-02-10 18:26:40 UTC (rev 142411)
@@ -162,6 +162,8 @@
             'bytecode/PutByIdStatus.cpp',
             'bytecode/PutByIdStatus.h',
             'bytecode/PutKind.h',
+            'bytecode/PreciseJumpTargets.h',
+            'bytecode/PreciseJumpTargets.cpp',
             'bytecode/ReduceWhitespace.cpp',
             'bytecode/ReduceWhitespace.h',
             'bytecode/ResolveGlobalStatus.cpp',
@@ -501,7 +503,6 @@
             'llint/LLIntExceptions.cpp',
             'llint/LLIntExceptions.h',
             'llint/LLIntOfflineAsmConfig.h',
-            'llint/LLIntOffsetsExtractor.cpp',
             'llint/LLIntOpcode.h',
             'llint/LLIntSlowPaths.cpp',
             'llint/LLIntSlowPaths.h',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to