From a0c877f3f59c095413211a1663bb7fe0a14a318e Mon Sep 17 00:00:00 2001 From: "mrobinson@webkit.org" Date: Sun, 10 Feb 2013 18:26:40 +0000 Subject: [PATCH] Fix the GTK+ gyp build * JavaScriptCore.gypi: Update the source list to accurately reflect what's in the repository and remove the offsets extractor from the list of JavaScriptCore files. It's only used to build the extractor binary. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@142411 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/JavaScriptCore/ChangeLog | 9 +++++++++ Source/JavaScriptCore/JavaScriptCore.gypi | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog index 8228fb8..706febb 100644 --- a/Source/JavaScriptCore/ChangeLog +++ b/Source/JavaScriptCore/ChangeLog @@ -1,3 +1,12 @@ +2013-02-10 Martin Robinson + + Fix the GTK+ gyp build + + * JavaScriptCore.gypi: Update the source list to accurately + reflect what's in the repository and remove the offsets extractor + from the list of JavaScriptCore files. It's only used to build + the extractor binary. + 2013-02-09 Andreas Kling Shrink-wrap UnlinkedCodeBlock members. diff --git a/Source/JavaScriptCore/JavaScriptCore.gypi b/Source/JavaScriptCore/JavaScriptCore.gypi index 0d57188..3787e47 100644 --- a/Source/JavaScriptCore/JavaScriptCore.gypi +++ b/Source/JavaScriptCore/JavaScriptCore.gypi @@ -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', -- 1.8.3.1