⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 126813 in webkit


Ignore:
Timestamp:
Aug 27, 2012, 4:01:31 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

[chromium] Put CCThreadImpl / WebCompositorImpl in webcore_chromium_compositor_files gyp section
https://bugs.webkit.org/show_bug.cgi?id=94995

Patch by James Robinson <jamesr@chromium.org> on 2012-08-27
Reviewed by Adrienne Walker.

These need to be controllable by use_libcc_for_compositor

  • WebCore.gypi:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r126812 r126813  
     12012-08-27  James Robinson  <jamesr@chromium.org>
     2
     3        [chromium] Put CCThreadImpl / WebCompositorImpl in webcore_chromium_compositor_files gyp section
     4        https://bugs.webkit.org/show_bug.cgi?id=94995
     5
     6        Reviewed by Adrienne Walker.
     7
     8        These need to be controllable by use_libcc_for_compositor
     9
     10        * WebCore.gypi:
     11
    1122012-08-27  Simon Fraser  <simon.fraser@apple.com>
    213
  • trunk/Source/WebCore/WebCore.gypi

    r126803 r126813  
    83008300        ],
    83018301        'webcore_platform_support_files': [
    8302             'platform/chromium/support/CCThreadImpl.cpp',
    8303             'platform/chromium/support/CCThreadImpl.h',
    83048302            'platform/chromium/support/Extensions3DChromium.cpp',
    83058303            'platform/chromium/support/GraphicsContext3DChromium.cpp',
     
    83098307            'platform/chromium/support/PlatformGestureCurveFactory.h',
    83108308            'platform/chromium/support/WebAudioBus.cpp',
    8311             'platform/chromium/support/WebCompositorImpl.cpp',
    8312             'platform/chromium/support/WebCompositorImpl.h',
    83138309            'platform/chromium/support/WebData.cpp',
    83148310            'platform/chromium/support/WebFlingAnimatorToGestureCurveAdapter.h',
     
    83428338        ],
    83438339        'webcore_chromium_compositor_files': [
     8340            'platform/chromium/support/CCThreadImpl.cpp',
     8341            'platform/chromium/support/CCThreadImpl.h',
     8342            'platform/chromium/support/WebCompositorImpl.cpp',
     8343            'platform/chromium/support/WebCompositorImpl.h',
    83448344            'platform/graphics/chromium/BitmapCanvasLayerTextureUpdater.cpp',
    83458345            'platform/graphics/chromium/BitmapCanvasLayerTextureUpdater.h',
Note: See TracChangeset for help on using the changeset viewer.