From 49233e234e5c787396cadb2cea33b31ae0cd65c1 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 20 Jun 2012 13:01:08 +0200 Subject: Imported WebKit commit 3a8c29f35d00659d2ce7a0ccdfa8304f14e82327 (http://svn.webkit.org/repository/webkit/trunk@120813) New snapshot with Windows build fixes --- Source/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Source/JavaScriptCore/JavaScriptCore.gyp') diff --git a/Source/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp b/Source/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp index f0de2f073..8da950f5e 100644 --- a/Source/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp +++ b/Source/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp @@ -84,15 +84,7 @@ '../runtime', ], 'sources': [ - '<@(javascriptcore_files)', - ], - 'sources/': [ - # First exclude everything ... - ['exclude', '../'], - # ... Then include what we want. - ['include', '../yarr/'], - # The Yarr JIT isn't used in WebCore. - ['exclude', '../yarr/YarrJIT\\.(h|cpp)$'], + '<@(javascriptcore_yarr_files)', ], 'export_dependent_settings': [ '../../WTF/WTF.gyp/WTF.gyp:wtf', -- cgit v1.2.1