From a89b2ebb8e192c5e8cea21079bda2ee2c0c7dddd Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 25 May 2012 15:09:11 +0200 Subject: Imported WebKit commit eb5c1b8fe4d4b1b90b5137433fc58a91da0e6878 (http://svn.webkit.org/repository/webkit/trunk@118516) --- Source/JavaScriptCore/JavaScriptCore.gypi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Source/JavaScriptCore/JavaScriptCore.gypi') diff --git a/Source/JavaScriptCore/JavaScriptCore.gypi b/Source/JavaScriptCore/JavaScriptCore.gypi index 4a03be893..1c3bb0a83 100644 --- a/Source/JavaScriptCore/JavaScriptCore.gypi +++ b/Source/JavaScriptCore/JavaScriptCore.gypi @@ -272,6 +272,9 @@ 'runtime/MatchResult.h', 'runtime/MathObject.h', 'runtime/MemoryStatistics.h', + 'runtime/NameConstructor.h', + 'runtime/NameInstance.h', + 'runtime/NamePrototype.h', 'runtime/NativeErrorConstructor.h', 'runtime/NativeErrorPrototype.h', 'runtime/NumberConstructor.h', @@ -497,6 +500,9 @@ 'runtime/Lookup.cpp', 'runtime/MathObject.cpp', 'runtime/MemoryStatistics.cpp', + 'runtime/NameConstructor.cpp', + 'runtime/NameInstance.cpp', + 'runtime/NamePrototype.cpp', 'runtime/NativeErrorConstructor.cpp', 'runtime/NativeErrorPrototype.cpp', 'runtime/NumberConstructor.cpp', @@ -549,6 +555,7 @@ '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/JSGlobalObject.lut.h', '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/JSONObject.lut.h', '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/MathObject.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/NamePrototype.lut.h', '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/NumberConstructor.lut.h', '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/NumberPrototype.lut.h', '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ObjectConstructor.lut.h', -- cgit v1.2.1