Title: [92161] trunk/Source
Revision
92161
Author
[email protected]
Date
2011-08-01 18:20:27 -0700 (Mon, 01 Aug 2011)

Log Message

Removing old source files in gyp files that slow build
https://bugs.webkit.org/show_bug.cgi?id=65503

Patch by Jean-luc Brouillet <[email protected]> on 2011-08-01
Reviewed by Adam Barth.

A number of stale files are listed in the gyp files. These slow the
build on Visual Studio 2010. Removing them.

Source/_javascript_Core:

* _javascript_Core.gypi:

Source/WebCore:

* WebCore.gypi:

Source/WebKit/chromium:

* WebKit.gyp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (92160 => 92161)


--- trunk/Source/_javascript_Core/ChangeLog	2011-08-02 01:16:43 UTC (rev 92160)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-08-02 01:20:27 UTC (rev 92161)
@@ -1,3 +1,15 @@
+2011-08-01  Jean-luc Brouillet  <[email protected]>
+
+        Removing old source files in gyp files that slow build
+        https://bugs.webkit.org/show_bug.cgi?id=65503
+
+        Reviewed by Adam Barth.
+
+        A number of stale files are listed in the gyp files. These slow the
+        build on Visual Studio 2010. Removing them.
+
+        * _javascript_Core.gypi:
+
 2011-07-14  David Levin  <[email protected]>
 
         currentThread is too slow!

Modified: trunk/Source/_javascript_Core/_javascript_Core.gypi (92160 => 92161)


--- trunk/Source/_javascript_Core/_javascript_Core.gypi	2011-08-02 01:16:43 UTC (rev 92160)
+++ trunk/Source/_javascript_Core/_javascript_Core.gypi	2011-08-02 01:20:27 UTC (rev 92161)
@@ -85,7 +85,6 @@
             'runtime/JSGlobalData.h',
             'runtime/JSGlobalObject.h',
             'runtime/JSLock.h',
-            'runtime/JSNumberCell.h',
             'runtime/JSObject.h',
             'runtime/JSObjectWithGlobalObject.h',
             'runtime/JSString.h',
@@ -515,7 +514,6 @@
             'runtime/JSLock.cpp',
             'runtime/JSNotAnObject.cpp',
             'runtime/JSNotAnObject.h',
-            'runtime/JSNumberCell.cpp',
             'runtime/JSONObject.cpp',
             'runtime/JSONObject.h',
             'runtime/JSObject.cpp',
@@ -667,20 +665,6 @@
             'wtf/unicode/qt4/UnicodeQt4.h',
             'wtf/unicode/wince/UnicodeWinCE.cpp',
             'wtf/unicode/wince/UnicodeWinCE.h',
-            'wtf/url/api/ParsedURL.cpp',
-            'wtf/url/api/ParsedURL.h',
-            'wtf/url/api/URLString.h',
-            'wtf/url/src/RawURLBuffer.h',
-            'wtf/url/src/URLBuffer.h',
-            'wtf/url/src/URLCharacterTypes.cpp',
-            'wtf/url/src/URLCharacterTypes.h',
-            'wtf/url/src/URLComponent.h',
-            'wtf/url/src/URLEscape.cpp',
-            'wtf/url/src/URLEscape.h',
-            'wtf/url/src/URLParser.h',
-            'wtf/url/src/URLQueryCanonicalizer.h',
-            'wtf/url/src/URLSegments.cpp',
-            'wtf/url/src/URLSegments.h',
             'wtf/win/MainThreadWin.cpp',
             'wtf/win/OwnPtrWin.cpp',
             'wtf/wince/FastMallocWinCE.h',

Modified: trunk/Source/WebCore/ChangeLog (92160 => 92161)


--- trunk/Source/WebCore/ChangeLog	2011-08-02 01:16:43 UTC (rev 92160)
+++ trunk/Source/WebCore/ChangeLog	2011-08-02 01:20:27 UTC (rev 92161)
@@ -1,3 +1,15 @@
+2011-08-01  Jean-luc Brouillet  <[email protected]>
+
+        Removing old source files in gyp files that slow build
+        https://bugs.webkit.org/show_bug.cgi?id=65503
+
+        Reviewed by Adam Barth.
+
+        A number of stale files are listed in the gyp files. These slow the
+        build on Visual Studio 2010. Removing them.
+
+        * WebCore.gypi:
+
 2011-08-01  Bradley Nelson  <[email protected]>
 
         Shard webcore_remaining for msvs official builds

Modified: trunk/Source/WebCore/WebCore.gypi (92160 => 92161)


--- trunk/Source/WebCore/WebCore.gypi	2011-08-02 01:16:43 UTC (rev 92160)
+++ trunk/Source/WebCore/WebCore.gypi	2011-08-02 01:20:27 UTC (rev 92161)
@@ -503,7 +503,6 @@
             'css/WebKitCSSTransformValue.h',
             'editing/ApplyBlockElementCommand.h',
             'editing/CompositeEditCommand.h',
-            'editing/CorrectionPanelInfo.h',
             'editing/DeleteSelectionCommand.h',
             'editing/EditAction.h',
             'editing/EditCommand.h',
@@ -802,7 +801,6 @@
             'platform/mac/EmptyProtocolDefinitions.h',
             'platform/mac/FoundationExtras.h',
             'platform/mac/PopupMenuMac.h',
-            'platform/mac/RuntimeApplicationChecks.h',
             'platform/mac/SearchPopupMenuMac.h',
             'platform/mac/SoftLinking.h',
             'platform/mac/WebCoreNSStringExtras.h',
@@ -1002,7 +1000,6 @@
             'dom/NamedNodeMap.h',
             'dom/Node.h',
             'dom/NodeList.h',
-            'dom/NeverThrown.h',
             'dom/PendingScript.h',
             'dom/Position.h',
             'dom/QualifiedName.h',
@@ -3409,10 +3406,8 @@
             'platform/graphics/ca/win/PlatformCALayerWinInternal.h',
             'platform/graphics/ca/win/WKCACFViewLayerTreeHost.cpp',
             'platform/graphics/ca/win/WKCACFViewLayerTreeHost.h',
-            'platform/graphics/cairo/CairoPath.h',
             'platform/graphics/cairo/CairoUtilities.cpp',
             'platform/graphics/cairo/CairoUtilities.h',
-            'platform/graphics/cairo/ContextShadowCairo.cpp',
             'platform/graphics/cairo/DrawErrorUnderline.h',
             'platform/graphics/cairo/FloatRectCairo.cpp',
             'platform/graphics/cairo/FontCairo.cpp',
@@ -3764,7 +3759,6 @@
             'platform/graphics/pango/GlyphPageTreeNodePango.cpp',
             'platform/graphics/pango/SimpleFontDataPango.cpp',
             'platform/graphics/qt/ColorQt.cpp',
-            'platform/graphics/qt/ContextShadowQt.cpp',
             'platform/graphics/qt/Extensions3DQt.cpp',
             'platform/graphics/qt/Extensions3DQt.h',
             'platform/graphics/qt/FloatPointQt.cpp',
@@ -3811,7 +3805,6 @@
             'platform/graphics/skia/GlyphPageTreeNodeSkia.cpp',
             'platform/graphics/skia/GradientSkia.cpp',
             'platform/graphics/skia/GraphicsContext3DSkia.cpp',
-            'platform/graphics/skia/GraphicsContextPlatformPrivate.h',
             'platform/graphics/skia/GraphicsContextSkia.cpp',
             'platform/graphics/skia/ImageBufferSkia.cpp',
             'platform/graphics/skia/ImageSkia.cpp',
@@ -3921,7 +3914,6 @@
             'platform/graphics/win/WebLayer.h',
             'platform/graphics/win/WebTiledLayer.cpp',
             'platform/graphics/win/WebTiledLayer.h',
-            'platform/graphics/win/cairo/FontPlatformData.h',
             'platform/graphics/wince/FontCacheWinCE.cpp',
             'platform/graphics/wince/FontCustomPlatformData.cpp',
             'platform/graphics/wince/FontCustomPlatformData.h',
@@ -3990,14 +3982,12 @@
             'platform/gtk/GtkPluginWidget.h',
             'platform/gtk/GtkVersioning.h',
             'platform/gtk/KURLGtk.cpp',
-            'platform/gtk/KeyEventGtk.cpp',
             'platform/gtk/LanguageGtk.cpp',
             'platform/gtk/LocalizedStringsGtk.cpp',
             'platform/gtk/LoggingGtk.cpp',
             'platform/gtk/MIMETypeRegistryGtk.cpp',
             'platform/gtk/MainFrameScrollbarGtk.cpp',
             'platform/gtk/MainFrameScrollbarGtk.h',
-            'platform/gtk/MouseEventGtk.cpp',
             'platform/gtk/PasteboardGtk.cpp',
             'platform/gtk/PasteboardHelper.cpp',
             'platform/gtk/PlatformScreenGtk.cpp',
@@ -4018,7 +4008,6 @@
             'platform/gtk/SharedTimerGtk.cpp',
             'platform/gtk/SoundGtk.cpp',
             'platform/gtk/TemporaryLinkStubs.cpp',
-            'platform/gtk/WheelEventGtk.cpp',
             'platform/gtk/WidgetGtk.cpp',
             'platform/gtk/WidgetRenderingContext.cpp',
             'platform/gtk/WidgetRenderingContext.h',
@@ -4116,7 +4105,6 @@
             'platform/mac/PlatformScreenMac.mm',
             'platform/mac/PopupMenuMac.mm',
             'platform/mac/PurgeableBufferMac.cpp',
-            'platform/mac/RuntimeApplicationChecks.mm',
             'platform/mac/SSLKeyGeneratorMac.cpp',
             'platform/mac/SchedulePairMac.mm',
             'platform/mac/ScrollAnimatorMac.h',

Modified: trunk/Source/WebKit/chromium/ChangeLog (92160 => 92161)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-08-02 01:16:43 UTC (rev 92160)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-08-02 01:20:27 UTC (rev 92161)
@@ -1,3 +1,15 @@
+2011-08-01  Jean-luc Brouillet  <[email protected]>
+
+        Removing old source files in gyp files that slow build
+        https://bugs.webkit.org/show_bug.cgi?id=65503
+
+        Reviewed by Adam Barth.
+
+        A number of stale files are listed in the gyp files. These slow the
+        build on Visual Studio 2010. Removing them.
+
+        * WebKit.gyp:
+
 2011-08-01  Nat Duca  <[email protected]>
 
         [chromium] Add null check to setSwapbuffersCompletCallbackChromium

Modified: trunk/Source/WebKit/chromium/WebKit.gyp (92160 => 92161)


--- trunk/Source/WebKit/chromium/WebKit.gyp	2011-08-02 01:16:43 UTC (rev 92160)
+++ trunk/Source/WebKit/chromium/WebKit.gyp	2011-08-02 01:20:27 UTC (rev 92161)
@@ -356,7 +356,6 @@
                 'src/GraphicsContext3DChromium.cpp',
                 'src/GraphicsContext3DInternal.h',
                 'src/gtk/WebFontInfo.cpp',
-                'src/gtk/WebFontInfo.h',
                 'src/gtk/WebInputEventFactory.cpp',
                 'src/IDBCallbacksProxy.cpp',
                 'src/IDBCallbacksProxy.h',
@@ -411,7 +410,6 @@
                 'src/StorageInfoChromium.cpp',
                 'src/StorageNamespaceProxy.cpp',
                 'src/StorageNamespaceProxy.h',
-                'src/TemporaryGlue.h',
                 'src/WebTextCheckingCompletionImpl.h',
                 'src/WebTextCheckingCompletionImpl.cpp',
                 'src/VideoFrameChromiumImpl.cpp',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to