Changeset 80496 in webkit


Ignore:
Timestamp:
Mar 7, 2011 2:04:35 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-03-07 Adam Barth <abarth@webkit.org>

Reviewed by Dimitri Glazkov.

Add some missing platform files to WebCore.gypi
https://bugs.webkit.org/show_bug.cgi?id=55897

There are a bunch more, but this is a start.

  • WebCore.gyp/WebCore.gyp:
  • WebCore.gypi:
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r80494 r80496  
     12011-03-07  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        Add some missing platform files to WebCore.gypi
     6        https://bugs.webkit.org/show_bug.cgi?id=55897
     7
     8        There are a bunch more, but this is a start.
     9
     10        * WebCore.gyp/WebCore.gyp:
     11        * WebCore.gypi:
     12
    1132011-03-07  Steve Block  <steveblock@google.com>
    214
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r80488 r80496  
    11751175        # of their enclosing directories and tags at the ends of their
    11761176        # filenames.
    1177         ['exclude', '(android|cairo|cf|cg|curl|fftw|gtk|haiku|linux|mac|mkl|opentype|posix|qt|soup|svg|symbian|win|wx)/'],
     1177        ['exclude', '(android|brew|cairo|ca|cf|cg|curl|efl|fftw|gtk|haiku|linux|mac|mkl|opentype|posix|qt|soup|svg|symbian|win|wince|wx)/'],
    11781178        ['exclude', '(?<!Chromium)(Android|Cairo|CF|CG|Curl|Gtk|Linux|Mac|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|Win|Wx)\\.(cpp|mm?)$'],
    11791179
     
    13651365        # of their enclosing directories and tags at the ends of their
    13661366        # filenames.
    1367         ['exclude', '(android|cairo|cf|cg|curl|gtk|haiku|html|linux|mac|opentype|platform|posix|qt|soup|svg|symbian|win|wx)/'],
     1367        ['exclude', '(android|brew|cairo|ca|cf|cg|curl|efl|gtk|haiku|html|linux|mac|opentype|platform|posix|qt|soup|svg|symbian|win|wince|wx)/'],
    13681368        ['exclude', '(?<!Chromium)(Android|Cairo|CF|CG|Curl|Gtk|Linux|Mac|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|Win|Wx)\\.(cpp|mm?)$'],
    13691369
     
    14301430        # of their enclosing directories and tags at the ends of their
    14311431        # filenames.
    1432         ['exclude', '(android|cairo|cf|cg|curl|gtk|haiku|html|linux|mac|opentype|platform|posix|qt|rendering|soup|svg|symbian|win|wx)/'],
     1432        ['exclude', '(android|brew|cairo|ca|cf|cg|curl|efl|gtk|haiku|html|linux|mac|opentype|platform|posix|qt|rendering|soup|svg|symbian|win|wince|wx)/'],
    14331433        ['exclude', '(?<!Chromium)(Android|Cairo|CF|CG|Curl|Gtk|Linux|Mac|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|Win|Wx)\\.(cpp|mm?)$'],
    14341434
  • trunk/Source/WebCore/WebCore.gypi

    r80494 r80496  
    26562656            'platform/Widget.h',
    26572657            'platform/WindowsKeyboardCodes.h',
     2658            'platform/android/ClipboardAndroid.cpp',
     2659            'platform/android/ClipboardAndroid.h',
     2660            'platform/android/CursorAndroid.cpp',
     2661            'platform/android/DragDataAndroid.cpp',
     2662            'platform/android/EventLoopAndroid.cpp',
     2663            'platform/android/FileChooserAndroid.cpp',
     2664            'platform/android/FileSystemAndroid.cpp',
     2665            'platform/android/GeolocationServiceAndroid.cpp',
     2666            'platform/android/GeolocationServiceAndroid.h',
     2667            'platform/android/GeolocationServiceBridge.cpp',
     2668            'platform/android/GeolocationServiceBridge.h',
     2669            'platform/android/KeyEventAndroid.cpp',
     2670            'platform/android/LanguageAndroid.cpp',
     2671            'platform/android/LocalizedStringsAndroid.cpp',
     2672            'platform/android/PlatformBridge.h',
     2673            'platform/android/PlatformTouchEventAndroid.cpp',
     2674            'platform/android/PlatformTouchPointAndroid.cpp',
     2675            'platform/android/PopupMenuAndroid.cpp',
     2676            'platform/android/RenderThemeAndroid.cpp',
     2677            'platform/android/RenderThemeAndroid.h',
     2678            'platform/android/SSLKeyGeneratorAndroid.cpp',
     2679            'platform/android/ScreenAndroid.cpp',
     2680            'platform/android/ScrollViewAndroid.cpp',
     2681            'platform/android/SearchPopupMenuAndroid.cpp',
     2682            'platform/android/SharedTimerAndroid.cpp',
     2683            'platform/android/SoundAndroid.cpp',
     2684            'platform/android/SystemTimeAndroid.cpp',
     2685            'platform/android/TemporaryLinkStubs.cpp',
     2686            'platform/android/WidgetAndroid.cpp',
    26582687            'platform/animation/Animation.cpp',
    26592688            'platform/animation/Animation.h',
     
    27222751            'platform/audio/mac/AudioDestinationMac.h',
    27232752            'platform/audio/mac/AudioFileReaderMac.cpp',
     2753            'platform/audio/mac/AudioFileReaderMac.h',
    27242754            'platform/audio/mac/FFTFrameMac.cpp',
    27252755            'platform/audio/mkl/FFTFrameMKL.cpp',
     2756            'platform/brew/ClipboardBrew.cpp',
     2757            'platform/brew/ClipboardBrew.h',
     2758            'platform/brew/ContextMenuBrew.cpp',
     2759            'platform/brew/ContextMenuItemBrew.cpp',
     2760            'platform/brew/CursorBrew.cpp',
     2761            'platform/brew/DragDataBrew.cpp',
     2762            'platform/brew/EventLoopBrew.cpp',
     2763            'platform/brew/FileChooserBrew.cpp',
     2764            'platform/brew/FileSystemBrew.cpp',
     2765            'platform/brew/KURLBrew.cpp',
     2766            'platform/brew/LanguageBrew.cpp',
     2767            'platform/brew/LocalizedStringsBrew.cpp',
     2768            'platform/brew/LoggingBrew.cpp',
     2769            'platform/brew/MIMETypeRegistryBrew.cpp',
     2770            'platform/brew/PasteboardBrew.cpp',
     2771            'platform/brew/PlatformKeyboardEventBrew.cpp',
     2772            'platform/brew/PlatformMouseEventBrew.cpp',
     2773            'platform/brew/PlatformTouchEventBrew.cpp',
     2774            'platform/brew/PlatformTouchPointBrew.cpp',
     2775            'platform/brew/PopupMenuBrew.cpp',
     2776            'platform/brew/PopupMenuBrew.h',
     2777            'platform/brew/SSLKeyGeneratorBrew.cpp',
     2778            'platform/brew/ScreenBrew.cpp',
     2779            'platform/brew/ScrollbarThemeBrew.cpp',
     2780            'platform/brew/ScrollbarThemeBrew.h',
     2781            'platform/brew/SearchPopupMenuBrew.cpp',
     2782            'platform/brew/SearchPopupMenuBrew.h',
     2783            'platform/brew/SharedBufferBrew.cpp',
     2784            'platform/brew/SharedTimerBrew.cpp',
     2785            'platform/brew/SoundBrew.cpp',
     2786            'platform/brew/SystemTimeBrew.cpp',
     2787            'platform/brew/TemporaryLinkStubs.cpp',
     2788            'platform/brew/WidgetBrew.cpp',
     2789            'platform/cf/BinaryPropertyList.cpp',
     2790            'platform/cf/BinaryPropertyList.h',
    27262791            'platform/cf/FileSystemCF.cpp',
    27272792            'platform/cf/KURLCFNet.cpp',
     2793            'platform/cf/RunLoopTimerCF.cpp',
    27282794            'platform/cf/SchedulePair.cpp',
    27292795            'platform/cf/SchedulePair.h',
     
    27772843            'platform/chromium/ScrollbarThemeChromium.h',
    27782844            'platform/chromium/ScrollbarThemeChromiumLinux.cpp',
     2845            'platform/chromium/ScrollbarThemeChromiumLinux.h',
    27792846            'platform/chromium/ScrollbarThemeChromiumMac.h',
    27802847            'platform/chromium/ScrollbarThemeChromiumMac.mm',
    27812848            'platform/chromium/ScrollbarThemeChromiumWin.cpp',
     2849            'platform/chromium/ScrollbarThemeChromiumWin.h',
    27822850            'platform/chromium/SearchPopupMenuChromium.cpp',
    27832851            'platform/chromium/SearchPopupMenuChromium.h',
     
    27952863            'platform/cocoa/KeyEventCocoa.h',
    27962864            'platform/cocoa/KeyEventCocoa.mm',
     2865            'platform/efl/ClipboardEfl.cpp',
     2866            'platform/efl/ClipboardEfl.h',
     2867            'platform/efl/ContextMenuEfl.cpp',
     2868            'platform/efl/ContextMenuItemEfl.cpp',
     2869            'platform/efl/CookieJarEfl.cpp',
     2870            'platform/efl/CursorEfl.cpp',
     2871            'platform/efl/DragDataEfl.cpp',
     2872            'platform/efl/DragImageEfl.cpp',
     2873            'platform/efl/EventLoopEfl.cpp',
     2874            'platform/efl/FileChooserEfl.cpp',
     2875            'platform/efl/FileSystemEfl.cpp',
     2876            'platform/efl/KURLEfl.cpp',
     2877            'platform/efl/LanguageEfl.cpp',
     2878            'platform/efl/LocalizedStringsEfl.cpp',
     2879            'platform/efl/LoggingEfl.cpp',
     2880            'platform/efl/MIMETypeRegistryEfl.cpp',
     2881            'platform/efl/PasteboardEfl.cpp',
     2882            'platform/efl/PlatformKeyboardEventEfl.cpp',
     2883            'platform/efl/PlatformMouseEventEfl.cpp',
     2884            'platform/efl/PlatformScreenEfl.cpp',
     2885            'platform/efl/PlatformTouchEventEfl.cpp',
     2886            'platform/efl/PlatformTouchPointEfl.cpp',
     2887            'platform/efl/PlatformWheelEventEfl.cpp',
     2888            'platform/efl/PopupMenuEfl.cpp',
     2889            'platform/efl/PopupMenuEfl.h',
     2890            'platform/efl/RenderThemeEfl.cpp',
     2891            'platform/efl/RenderThemeEfl.h',
     2892            'platform/efl/ScrollViewEfl.cpp',
     2893            'platform/efl/ScrollbarEfl.cpp',
     2894            'platform/efl/ScrollbarEfl.h',
     2895            'platform/efl/ScrollbarThemeEfl.cpp',
     2896            'platform/efl/ScrollbarThemeEfl.h',
     2897            'platform/efl/SearchPopupMenuEfl.cpp',
     2898            'platform/efl/SearchPopupMenuEfl.h',
     2899            'platform/efl/SharedBufferEfl.cpp',
     2900            'platform/efl/SharedTimerEfl.cpp',
     2901            'platform/efl/SoundEfl.cpp',
     2902            'platform/efl/SystemTimeEfl.cpp',
     2903            'platform/efl/TemporaryLinkStubs.cpp',
     2904            'platform/efl/WidgetEfl.cpp',
    27972905            'platform/graphics/BitmapImage.cpp',
    27982906            'platform/graphics/BitmapImage.h',
     
    28872995            'platform/graphics/WidthIterator.cpp',
    28882996            'platform/graphics/WidthIterator.h',
     2997            'platform/graphics/brew/IconBrew.cpp',
     2998            'platform/graphics/brew/ImageBrew.cpp',
     2999            'platform/graphics/brew/IntPointBrew.cpp',
     3000            'platform/graphics/brew/IntSizeBrew.cpp',
     3001            'platform/graphics/ca/GraphicsLayerCA.cpp',
     3002            'platform/graphics/ca/GraphicsLayerCA.h',
     3003            'platform/graphics/ca/PlatformCAAnimation.h',
     3004            'platform/graphics/ca/PlatformCALayer.h',
     3005            'platform/graphics/ca/PlatformCALayerClient.h',
     3006            'platform/graphics/ca/TransformationMatrixCA.cpp',
     3007            'platform/graphics/ca/mac/PlatformCAAnimationMac.mm',
     3008            'platform/graphics/ca/mac/PlatformCALayerMac.mm',
     3009            'platform/graphics/ca/win/CACFLayerTreeHost.cpp',
     3010            'platform/graphics/ca/win/CACFLayerTreeHost.h',
     3011            'platform/graphics/ca/win/CACFLayerTreeHostClient.h',
     3012            'platform/graphics/ca/win/LayerChangesFlusher.cpp',
     3013            'platform/graphics/ca/win/LayerChangesFlusher.h',
     3014            'platform/graphics/ca/win/LegacyCACFLayerTreeHost.cpp',
     3015            'platform/graphics/ca/win/LegacyCACFLayerTreeHost.h',
     3016            'platform/graphics/ca/win/PlatformCAAnimationWin.cpp',
     3017            'platform/graphics/ca/win/PlatformCALayerWin.cpp',
     3018            'platform/graphics/ca/win/PlatformCALayerWinInternal.cpp',
     3019            'platform/graphics/ca/win/PlatformCALayerWinInternal.h',
     3020            'platform/graphics/ca/win/WKCACFViewLayerTreeHost.cpp',
     3021            'platform/graphics/ca/win/WKCACFViewLayerTreeHost.h',
    28893022            'platform/graphics/cairo/CairoPath.h',
     3023            'platform/graphics/cairo/CairoUtilities.cpp',
     3024            'platform/graphics/cairo/CairoUtilities.h',
     3025            'platform/graphics/cairo/ContextShadowCairo.cpp',
     3026            'platform/graphics/cairo/DrawErrorUnderline.h',
     3027            'platform/graphics/cairo/FloatRectCairo.cpp',
    28903028            'platform/graphics/cairo/FontCairo.cpp',
     3029            'platform/graphics/cairo/FontCustomPlatformData.h',
    28913030            'platform/graphics/cairo/GradientCairo.cpp',
    28923031            'platform/graphics/cairo/GraphicsContextCairo.cpp',
     
    28953034            'platform/graphics/cairo/ImageBufferData.h',
    28963035            'platform/graphics/cairo/ImageCairo.cpp',
     3036            'platform/graphics/cairo/OwnPtrCairo.cpp',
     3037            'platform/graphics/cairo/OwnPtrCairo.h',
    28973038            'platform/graphics/cairo/PathCairo.cpp',
    28983039            'platform/graphics/cairo/PatternCairo.cpp',
     3040            'platform/graphics/cairo/RefPtrCairo.cpp',
     3041            'platform/graphics/cairo/RefPtrCairo.h',
    28993042            'platform/graphics/cairo/TransformationMatrixCairo.cpp',
    29003043            'platform/graphics/cg/ColorCG.cpp',
     
    29023045            'platform/graphics/cg/FloatRectCG.cpp',
    29033046            'platform/graphics/cg/FloatSizeCG.cpp',
     3047            'platform/graphics/cg/FontPlatformData.h',
    29043048            'platform/graphics/cg/GradientCG.cpp',
    29053049            'platform/graphics/cg/GraphicsContext3DCG.cpp',
    29063050            'platform/graphics/cg/GraphicsContextCG.cpp',
     3051            'platform/graphics/cg/GraphicsContextCG.h',
    29073052            'platform/graphics/cg/GraphicsContextPlatformPrivateCG.h',
    29083053            'platform/graphics/cg/ImageBufferCG.cpp',
     
    29263071            'platform/graphics/chromium/CanvasLayerChromium.h',
    29273072            'platform/graphics/chromium/ComplexTextControllerLinux.cpp',
     3073            'platform/graphics/chromium/ComplexTextControllerLinux.h',
    29283074            'platform/graphics/chromium/ContentLayerChromium.cpp',
    29293075            'platform/graphics/chromium/ContentLayerChromium.h',
     
    29413087            'platform/graphics/chromium/FontPlatformDataLinux.cpp',
    29423088            'platform/graphics/chromium/FontPlatformDataLinux.h',
     3089            'platform/graphics/chromium/FontRenderStyle.h',
    29433090            'platform/graphics/chromium/FontUtilsChromiumWin.cpp',
    29443091            'platform/graphics/chromium/FontUtilsChromiumWin.h',
     
    29943141            'platform/graphics/chromium/VideoFrameChromium.cpp',
    29953142            'platform/graphics/chromium/VideoFrameChromium.h',
     3143            'platform/graphics/chromium/VideoFrameProvider.h',
    29963144            'platform/graphics/chromium/VideoLayerChromium.cpp',
    29973145            'platform/graphics/chromium/VideoLayerChromium.h',
     
    30043152            'platform/graphics/cocoa/FontPlatformData.h',
    30053153            'platform/graphics/cocoa/FontPlatformDataCocoa.mm',
     3154            'platform/graphics/efl/FontEfl.cpp',
     3155            'platform/graphics/efl/IconEfl.cpp',
     3156            'platform/graphics/efl/ImageEfl.cpp',
     3157            'platform/graphics/efl/IntPointEfl.cpp',
     3158            'platform/graphics/efl/IntRectEfl.cpp',
    30063159            'platform/graphics/filters/DistantLightSource.cpp',
    30073160            'platform/graphics/filters/DistantLightSource.h',
     
    30873240            'platform/graphics/gpu/TilingData.h',
    30883241            'platform/graphics/gtk/ColorGtk.cpp',
    3089             'platform/graphics/gtk/FontCacheGtk.cpp',
    3090             'platform/graphics/gtk/FontCustomPlatformData.cpp',
    3091             'platform/graphics/gtk/FontCustomPlatformData.h',
    3092             'platform/graphics/gtk/FontCustomPlatformDataPango.cpp',
    30933242            'platform/graphics/gtk/FontGtk.cpp',
    3094             'platform/graphics/gtk/FontPlatformData.h',
    3095             'platform/graphics/gtk/FontPlatformDataGtk.cpp',
    3096             'platform/graphics/gtk/FontPlatformDataPango.cpp',
    3097             'platform/graphics/gtk/GlyphPageTreeNodeGtk.cpp',
    3098             'platform/graphics/gtk/GlyphPageTreeNodePango.cpp',
     3243            'platform/graphics/gtk/GdkCairoUtilities.cpp',
     3244            'platform/graphics/gtk/GdkCairoUtilities.h',
    30993245            'platform/graphics/gtk/IconGtk.cpp',
     3246            'platform/graphics/gtk/ImageBufferGtk.cpp',
    31003247            'platform/graphics/gtk/ImageGtk.cpp',
    31013248            'platform/graphics/gtk/IntPointGtk.cpp',
    31023249            'platform/graphics/gtk/IntRectGtk.cpp',
    3103             'platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp',
    3104             'platform/graphics/gtk/MediaPlayerPrivateGStreamer.h',
    3105             'platform/graphics/gtk/SimpleFontDataGtk.cpp',
    3106             'platform/graphics/gtk/SimpleFontDataPango.cpp',
    3107             'platform/graphics/gtk/VideoSinkGStreamer.cpp',
    3108             'platform/graphics/gtk/VideoSinkGStreamer.h',
     3250            'platform/graphics/haiku/ColorHaiku.cpp',
     3251            'platform/graphics/haiku/FloatPointHaiku.cpp',
     3252            'platform/graphics/haiku/FloatRectHaiku.cpp',
     3253            'platform/graphics/haiku/FontCacheHaiku.cpp',
     3254            'platform/graphics/haiku/FontCustomPlatformData.cpp',
     3255            'platform/graphics/haiku/FontCustomPlatformData.h',
     3256            'platform/graphics/haiku/FontHaiku.cpp',
     3257            'platform/graphics/haiku/FontPlatformData.h',
     3258            'platform/graphics/haiku/GlyphPageTreeNodeHaiku.cpp',
     3259            'platform/graphics/haiku/GradientHaiku.cpp',
     3260            'platform/graphics/haiku/GraphicsContextHaiku.cpp',
     3261            'platform/graphics/haiku/IconHaiku.cpp',
     3262            'platform/graphics/haiku/ImageBufferData.h',
     3263            'platform/graphics/haiku/ImageBufferHaiku.cpp',
     3264            'platform/graphics/haiku/ImageHaiku.cpp',
     3265            'platform/graphics/haiku/IntPointHaiku.cpp',
     3266            'platform/graphics/haiku/IntRectHaiku.cpp',
     3267            'platform/graphics/haiku/IntSizeHaiku.cpp',
     3268            'platform/graphics/haiku/PathHaiku.cpp',
     3269            'platform/graphics/haiku/SimpleFontDataHaiku.cpp',
     3270            'platform/graphics/haiku/StillImageHaiku.cpp',
     3271            'platform/graphics/haiku/StillImageHaiku.h',
    31093272            'platform/graphics/mac/ColorMac.h',
    31103273            'platform/graphics/mac/ColorMac.mm',
     
    31223285            'platform/graphics/mac/FontMac.mm',
    31233286            'platform/graphics/mac/GlyphPageTreeNodeMac.cpp',
     3287            'platform/graphics/mac/GraphicsContext3DMac.mm',
    31243288            'platform/graphics/mac/GraphicsContextMac.mm',
    3125             'platform/graphics/mac/GraphicsLayerCA.h',
    3126             'platform/graphics/mac/GraphicsLayerCA.mm',
    31273289            'platform/graphics/mac/IconMac.mm',
    31283290            'platform/graphics/mac/ImageMac.mm',
     
    31363298            'platform/graphics/mac/SimpleFontDataCoreText.cpp',
    31373299            'platform/graphics/mac/SimpleFontDataMac.mm',
     3300            'platform/graphics/mac/WebGLLayer.h',
     3301            'platform/graphics/mac/WebGLLayer.mm',
    31383302            'platform/graphics/mac/WebLayer.h',
    31393303            'platform/graphics/mac/WebLayer.mm',
     
    31453309            'platform/graphics/opentype/OpenTypeUtilities.h',
    31463310            'platform/graphics/qt/ColorQt.cpp',
     3311            'platform/graphics/qt/ContextShadowQt.cpp',
     3312            'platform/graphics/qt/Extensions3DQt.cpp',
     3313            'platform/graphics/qt/Extensions3DQt.h',
    31473314            'platform/graphics/qt/FloatPointQt.cpp',
    31483315            'platform/graphics/qt/FloatRectQt.cpp',
    31493316            'platform/graphics/qt/FontCacheQt.cpp',
    3150             'platform/graphics/qt/FontCustomPlatformData.cpp',
    31513317            'platform/graphics/qt/FontCustomPlatformData.h',
    3152             'platform/graphics/qt/FontFallbackListQt.cpp',
     3318            'platform/graphics/qt/FontCustomPlatformDataQt.cpp',
    31533319            'platform/graphics/qt/FontPlatformData.h',
    31543320            'platform/graphics/qt/FontPlatformDataQt.cpp',
    31553321            'platform/graphics/qt/FontQt.cpp',
    3156             'platform/graphics/qt/FontQt43.cpp',
    31573322            'platform/graphics/qt/GlyphPageTreeNodeQt.cpp',
    31583323            'platform/graphics/qt/GradientQt.cpp',
     3324            'platform/graphics/qt/GraphicsContext3DQt.cpp',
    31593325            'platform/graphics/qt/GraphicsContextQt.cpp',
     3326            'platform/graphics/qt/GraphicsLayerQt.cpp',
     3327            'platform/graphics/qt/GraphicsLayerQt.h',
    31603328            'platform/graphics/qt/IconQt.cpp',
    31613329            'platform/graphics/qt/ImageBufferData.h',
     
    31643332            'platform/graphics/qt/ImageDecoderQt.h',
    31653333            'platform/graphics/qt/ImageQt.cpp',
    3166             'platform/graphics/qt/ImageSourceQt.cpp',
    31673334            'platform/graphics/qt/IntPointQt.cpp',
    31683335            'platform/graphics/qt/IntRectQt.cpp',
     
    31703337            'platform/graphics/qt/MediaPlayerPrivatePhonon.cpp',
    31713338            'platform/graphics/qt/MediaPlayerPrivatePhonon.h',
     3339            'platform/graphics/qt/MediaPlayerPrivateQt.cpp',
     3340            'platform/graphics/qt/MediaPlayerPrivateQt.h',
    31723341            'platform/graphics/qt/PathQt.cpp',
    31733342            'platform/graphics/qt/PatternQt.cpp',
     
    31753344            'platform/graphics/qt/StillImageQt.cpp',
    31763345            'platform/graphics/qt/StillImageQt.h',
     3346            'platform/graphics/qt/TextureMapperQt.cpp',
     3347            'platform/graphics/qt/TextureMapperQt.h',
     3348            'platform/graphics/qt/TileQt.cpp',
    31773349            'platform/graphics/qt/TransformationMatrixQt.cpp',
     3350            'platform/graphics/qt/TransparencyLayer.h',
    31783351            'platform/graphics/skia/BitmapImageSingleFrameSkia.h',
    31793352            'platform/graphics/skia/FloatPointSkia.cpp',
     
    32243397            'platform/graphics/transforms/TranslateTransformOperation.cpp',
    32253398            'platform/graphics/transforms/TranslateTransformOperation.h',
    3226             'platform/graphics/win/ColorSafari.cpp',
    32273399            'platform/graphics/win/FontCGWin.cpp',
    32283400            'platform/graphics/win/FontCacheWin.cpp',
     
    32313403            'platform/graphics/win/FontCustomPlatformDataCairo.cpp',
    32323404            'platform/graphics/win/FontCustomPlatformDataCairo.h',
    3233             'platform/graphics/win/FontDatabase.cpp',
    3234             'platform/graphics/win/FontDatabase.h',
    3235             'platform/graphics/win/FontPlatformData.h',
    32363405            'platform/graphics/win/FontPlatformDataCGWin.cpp',
    32373406            'platform/graphics/win/FontPlatformDataCairoWin.cpp',
    32383407            'platform/graphics/win/FontPlatformDataWin.cpp',
    32393408            'platform/graphics/win/FontWin.cpp',
     3409            'platform/graphics/win/GDIExtras.cpp',
     3410            'platform/graphics/win/GDIExtras.h',
    32403411            'platform/graphics/win/GlyphPageTreeNodeCGWin.cpp',
    32413412            'platform/graphics/win/GlyphPageTreeNodeCairoWin.cpp',
     
    32433414            'platform/graphics/win/GraphicsContextCairoWin.cpp',
    32443415            'platform/graphics/win/GraphicsContextWin.cpp',
     3416            'platform/graphics/win/GraphicsLayerCACF.cpp',
     3417            'platform/graphics/win/GraphicsLayerCACF.h',
    32453418            'platform/graphics/win/IconWin.cpp',
    32463419            'platform/graphics/win/ImageCGWin.cpp',
     
    32503423            'platform/graphics/win/IntRectWin.cpp',
    32513424            'platform/graphics/win/IntSizeWin.cpp',
     3425            'platform/graphics/win/LocalWindowsContext.h',
     3426            'platform/graphics/win/MediaPlayerPrivateFullscreenWindow.cpp',
     3427            'platform/graphics/win/MediaPlayerPrivateFullscreenWindow.h',
     3428            'platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp',
     3429            'platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.h',
    32523430            'platform/graphics/win/MediaPlayerPrivateQuickTimeWin.cpp',
    32533431            'platform/graphics/win/MediaPlayerPrivateQuickTimeWin.h',
    3254             'platform/graphics/win/QTMovieWin.cpp',
    3255             'platform/graphics/win/QTMovieWin.h',
     3432            'platform/graphics/win/MediaPlayerPrivateTaskTimer.cpp',
     3433            'platform/graphics/win/MediaPlayerPrivateTaskTimer.h',
     3434            'platform/graphics/win/QTCFDictionary.cpp',
     3435            'platform/graphics/win/QTCFDictionary.h',
     3436            'platform/graphics/win/QTDecompressionSession.cpp',
     3437            'platform/graphics/win/QTDecompressionSession.h',
     3438            'platform/graphics/win/QTMovie.cpp',
     3439            'platform/graphics/win/QTMovie.h',
     3440            'platform/graphics/win/QTMovieGWorld.cpp',
     3441            'platform/graphics/win/QTMovieGWorld.h',
     3442            'platform/graphics/win/QTMovieTask.cpp',
     3443            'platform/graphics/win/QTMovieTask.h',
     3444            'platform/graphics/win/QTMovieVisualContext.cpp',
     3445            'platform/graphics/win/QTMovieVisualContext.h',
    32563446            'platform/graphics/win/QTMovieWinTimer.cpp',
    32573447            'platform/graphics/win/QTMovieWinTimer.h',
     3448            'platform/graphics/win/QTPixelBuffer.cpp',
     3449            'platform/graphics/win/QTPixelBuffer.h',
     3450            'platform/graphics/win/QTTrack.cpp',
     3451            'platform/graphics/win/QTTrack.h',
     3452            'platform/graphics/win/RefCountedGDIHandle.h',
    32583453            'platform/graphics/win/SimpleFontDataCGWin.cpp',
    32593454            'platform/graphics/win/SimpleFontDataCairoWin.cpp',
    32603455            'platform/graphics/win/SimpleFontDataWin.cpp',
     3456            'platform/graphics/win/TransformationMatrixWin.cpp',
    32613457            'platform/graphics/win/UniscribeController.cpp',
    32623458            'platform/graphics/win/UniscribeController.h',
     3459            'platform/graphics/win/WKCAImageQueue.cpp',
     3460            'platform/graphics/win/WKCAImageQueue.h',
     3461            'platform/graphics/win/WebLayer.cpp',
     3462            'platform/graphics/win/WebLayer.h',
     3463            'platform/graphics/win/WebTiledLayer.cpp',
     3464            'platform/graphics/win/WebTiledLayer.h',
     3465            'platform/graphics/win/cairo/FontPlatformData.h',
     3466            'platform/graphics/wince/FontCacheWinCE.cpp',
     3467            'platform/graphics/wince/FontCustomPlatformData.cpp',
     3468            'platform/graphics/wince/FontCustomPlatformData.h',
     3469            'platform/graphics/wince/FontPlatformData.cpp',
     3470            'platform/graphics/wince/FontPlatformData.h',
     3471            'platform/graphics/wince/FontWinCE.cpp',
     3472            'platform/graphics/wince/GlyphPageTreeNodeWinCE.cpp',
     3473            'platform/graphics/wince/GradientWinCE.cpp',
     3474            'platform/graphics/wince/GraphicsContextWinCE.cpp',
     3475            'platform/graphics/wince/ImageBufferData.h',
     3476            'platform/graphics/wince/ImageBufferWinCE.cpp',
     3477            'platform/graphics/wince/ImageWinCE.cpp',
     3478            'platform/graphics/wince/MediaPlayerPrivateWinCE.h',
     3479            'platform/graphics/wince/MediaPlayerProxy.cpp',
     3480            'platform/graphics/wince/MediaPlayerProxy.h',
     3481            'platform/graphics/wince/PathWinCE.cpp',
     3482            'platform/graphics/wince/PlatformPathWinCE.cpp',
     3483            'platform/graphics/wince/PlatformPathWinCE.h',
     3484            'platform/graphics/wince/SharedBitmap.cpp',
     3485            'platform/graphics/wince/SharedBitmap.h',
     3486            'platform/graphics/wince/SimpleFontDataWinCE.cpp',
     3487            'platform/graphics/wince/WinCEGraphicsExtras.h',
    32633488            'platform/graphics/wx/ColorWx.cpp',
    32643489            'platform/graphics/wx/FloatRectWx.cpp',
    32653490            'platform/graphics/wx/FontCacheWx.cpp',
     3491            'platform/graphics/wx/FontCustomPlatformData.cpp',
     3492            'platform/graphics/wx/FontCustomPlatformData.h',
    32663493            'platform/graphics/wx/FontPlatformData.h',
    32673494            'platform/graphics/wx/FontPlatformDataWx.cpp',
     3495            'platform/graphics/wx/FontPlatformDataWxMac.mm',
    32683496            'platform/graphics/wx/FontWx.cpp',
    32693497            'platform/graphics/wx/GlyphMapWx.cpp',
    32703498            'platform/graphics/wx/GradientWx.cpp',
    32713499            'platform/graphics/wx/GraphicsContextWx.cpp',
     3500            'platform/graphics/wx/IconWx.cpp',
    32723501            'platform/graphics/wx/ImageBufferData.h',
    32733502            'platform/graphics/wx/ImageBufferWx.cpp',
     
    32753504            'platform/graphics/wx/IntPointWx.cpp',
    32763505            'platform/graphics/wx/IntRectWx.cpp',
     3506            'platform/graphics/wx/IntSizeWx.cpp',
    32773507            'platform/graphics/wx/PathWx.cpp',
    3278             'platform/graphics/wx/PenWx.cpp',
    32793508            'platform/graphics/wx/SimpleFontDataWx.cpp',
    32803509            'platform/graphics/wx/TransformationMatrixWx.cpp',
    32813510            'platform/gtk/ClipboardGtk.cpp',
    32823511            'platform/gtk/ClipboardGtk.h',
     3512            'platform/gtk/ClipboardUtilitiesGtk.cpp',
     3513            'platform/gtk/ClipboardUtilitiesGtk.h',
    32833514            'platform/gtk/ContextMenuGtk.cpp',
    32843515            'platform/gtk/ContextMenuItemGtk.cpp',
    32853516            'platform/gtk/CursorGtk.cpp',
    32863517            'platform/gtk/CursorGtk.h',
     3518            'platform/gtk/DataObjectGtk.cpp',
     3519            'platform/gtk/DataObjectGtk.h',
    32873520            'platform/gtk/DragDataGtk.cpp',
    32883521            'platform/gtk/DragImageGtk.cpp',
     
    32903523            'platform/gtk/FileChooserGtk.cpp',
    32913524            'platform/gtk/FileSystemGtk.cpp',
     3525            'platform/gtk/GOwnPtrGtk.cpp',
     3526            'platform/gtk/GOwnPtrGtk.h',
     3527            'platform/gtk/GRefPtrGtk.cpp',
     3528            'platform/gtk/GRefPtrGtk.h',
    32923529            'platform/gtk/GeolocationServiceGtk.cpp',
    32933530            'platform/gtk/GeolocationServiceGtk.h',
     3531            'platform/gtk/GtkPluginWidget.cpp',
     3532            'platform/gtk/GtkPluginWidget.h',
     3533            'platform/gtk/GtkVersioning.h',
    32943534            'platform/gtk/KURLGtk.cpp',
    32953535            'platform/gtk/KeyEventGtk.cpp',
     
    32983538            'platform/gtk/LoggingGtk.cpp',
    32993539            'platform/gtk/MIMETypeRegistryGtk.cpp',
     3540            'platform/gtk/MainFrameScrollbarGtk.cpp',
     3541            'platform/gtk/MainFrameScrollbarGtk.h',
    33003542            'platform/gtk/MouseEventGtk.cpp',
    33013543            'platform/gtk/PasteboardGtk.cpp',
     3544            'platform/gtk/PasteboardHelper.cpp',
    33023545            'platform/gtk/PasteboardHelper.h',
    33033546            'platform/gtk/PlatformScreenGtk.cpp',
    33043547            'platform/gtk/PopupMenuGtk.cpp',
     3548            'platform/gtk/PopupMenuGtk.h',
    33053549            'platform/gtk/RenderThemeGtk.cpp',
    33063550            'platform/gtk/RenderThemeGtk.h',
     3551            'platform/gtk/RenderThemeGtk2.cpp',
     3552            'platform/gtk/RenderThemeGtk3.cpp',
    33073553            'platform/gtk/ScrollViewGtk.cpp',
    3308             'platform/gtk/ScrollbarGtk.cpp',
    3309             'platform/gtk/ScrollbarGtk.h',
    33103554            'platform/gtk/ScrollbarThemeGtk.cpp',
    33113555            'platform/gtk/ScrollbarThemeGtk.h',
     3556            'platform/gtk/ScrollbarThemeGtk2.cpp',
     3557            'platform/gtk/ScrollbarThemeGtk3.cpp',
    33123558            'platform/gtk/SearchPopupMenuGtk.cpp',
     3559            'platform/gtk/SearchPopupMenuGtk.h',
    33133560            'platform/gtk/SharedBufferGtk.cpp',
    33143561            'platform/gtk/SharedTimerGtk.cpp',
     
    33173564            'platform/gtk/WheelEventGtk.cpp',
    33183565            'platform/gtk/WidgetGtk.cpp',
    3319             'platform/gtk/gtkdrawing.h',
    3320             'platform/gtk/guriescape.h',
     3566            'platform/gtk/WidgetRenderingContext.cpp',
     3567            'platform/gtk/WidgetRenderingContext.h',
     3568            'platform/haiku/ClipboardHaiku.cpp',
     3569            'platform/haiku/ClipboardHaiku.h',
     3570            'platform/haiku/ContextMenuHaiku.cpp',
     3571            'platform/haiku/ContextMenuItemHaiku.cpp',
     3572            'platform/haiku/CookieJarHaiku.cpp',
     3573            'platform/haiku/CursorHaiku.cpp',
     3574            'platform/haiku/DragDataHaiku.cpp',
     3575            'platform/haiku/DragImageHaiku.cpp',
     3576            'platform/haiku/EventLoopHaiku.cpp',
     3577            'platform/haiku/FileChooserHaiku.cpp',
     3578            'platform/haiku/FileSystemHaiku.cpp',
     3579            'platform/haiku/LocalizedStringsHaiku.cpp',
     3580            'platform/haiku/LoggingHaiku.cpp',
     3581            'platform/haiku/MIMETypeRegistryHaiku.cpp',
     3582            'platform/haiku/PasteboardHaiku.cpp',
     3583            'platform/haiku/PlatformKeyboardEventHaiku.cpp',
     3584            'platform/haiku/PlatformMouseEventHaiku.cpp',
     3585            'platform/haiku/PlatformWheelEventHaiku.cpp',
     3586            'platform/haiku/PopupMenuHaiku.cpp',
     3587            'platform/haiku/PopupMenuHaiku.h',
     3588            'platform/haiku/RenderThemeHaiku.cpp',
     3589            'platform/haiku/RenderThemeHaiku.h',
     3590            'platform/haiku/ScreenHaiku.cpp',
     3591            'platform/haiku/ScrollbarThemeHaiku.cpp',
     3592            'platform/haiku/ScrollbarThemeHaiku.h',
     3593            'platform/haiku/SearchPopupMenuHaiku.cpp',
     3594            'platform/haiku/SearchPopupMenuHaiku.h',
     3595            'platform/haiku/SharedBufferHaiku.cpp',
     3596            'platform/haiku/SharedTimerHaiku.cpp',
     3597            'platform/haiku/SoundHaiku.cpp',
     3598            'platform/haiku/TemporaryLinkStubs.cpp',
     3599            'platform/haiku/WidgetHaiku.cpp',
    33213600            'platform/image-decoders/ImageDecoder.cpp',
    33223601            'platform/image-decoders/ImageDecoder.h',
     
    33683647            'platform/mac/DragDataMac.mm',
    33693648            'platform/mac/DragImageMac.mm',
     3649            'platform/mac/EmptyProtocolDefinitions.h',
    33703650            'platform/mac/EventLoopMac.mm',
    33713651            'platform/mac/FileChooserMac.mm',
     
    33883668            'platform/mac/PopupMenuMac.mm',
    33893669            'platform/mac/PurgeableBufferMac.cpp',
     3670            'platform/mac/RuntimeApplicationChecks.h',
     3671            'platform/mac/RuntimeApplicationChecks.mm',
    33903672            'platform/mac/SSLKeyGeneratorMac.mm',
    33913673            'platform/mac/SchedulePairMac.mm',
     3674            'platform/mac/ScrollAnimatorMac.h',
     3675            'platform/mac/ScrollAnimatorMac.mm',
    33923676            'platform/mac/ScrollViewMac.mm',
     3677            'platform/mac/ScrollbarThemeMac.h',
     3678            'platform/mac/ScrollbarThemeMac.mm',
    33933679            'platform/mac/SearchPopupMenuMac.h',
    33943680            'platform/mac/SearchPopupMenuMac.mm',
     
    33973683            'platform/mac/SoftLinking.h',
    33983684            'platform/mac/SoundMac.mm',
     3685            'platform/mac/SuddenTermination.mm',
    33993686            'platform/mac/SystemTimeMac.cpp',
    34003687            'platform/mac/ThemeMac.h',
Note: See TracChangeset for help on using the changeset viewer.