Changeset 128823 in webkit


Ignore:
Timestamp:
Sep 17, 2012 4:53:07 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[chromium] Move a FilterOperationsTest and WebInputEventConversionTest back to webkit_unittest_files variable
https://bugs.webkit.org/show_bug.cgi?id=96964

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

These targets are really webkit unit tests and shouldn't be guarded by use_libcc_for_compositor.

  • WebKit.gypi:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r128794 r128823  
     12012-09-17  James Robinson  <jamesr@chromium.org>
     2
     3        [chromium] Move a FilterOperationsTest and WebInputEventConversionTest back to webkit_unittest_files variable
     4        https://bugs.webkit.org/show_bug.cgi?id=96964
     5
     6        Reviewed by Adrienne Walker.
     7
     8        These targets are really webkit unit tests and shouldn't be guarded by use_libcc_for_compositor.
     9
     10        * WebKit.gypi:
     11
    1122012-09-17  Rick Byers  <rbyers@chromium.org>
    213
  • trunk/Source/WebKit/chromium/WebKit.gypi

    r127948 r128823  
    6363            'tests/DragImageTest.cpp',
    6464            'tests/EventListenerTest.cpp',
     65            'tests/FilterOperationsTest.cpp',
    6566            'tests/FrameLoaderClientImplTest.cpp',
    6667            'tests/FrameTestHelpers.cpp',
     
    102103            'tests/WebCompositorInputHandlerImplTest.cpp',
    103104            'tests/WebFrameTest.cpp',
     105            'tests/WebInputEventConversionTest.cpp',
    104106            'tests/WebMediaPlayerClientImplTest.cpp',
    105107            'tests/WebPageNewSerializerTest.cpp',
     
    166168            'tests/FakeWebGraphicsContext3D.h',
    167169            'tests/FakeWebScrollbarThemeGeometry.h',
    168             'tests/FilterOperationsTest.cpp',
    169170            'tests/FloatQuadTest.cpp',
    170171            'tests/LayerChromiumTest.cpp',
     
    178179            'tests/WebAnimationTest.cpp',
    179180            'tests/WebFloatAnimationCurveTest.cpp',
    180             'tests/WebInputEventConversionTest.cpp',
    181181            'tests/WebLayerTest.cpp',
    182182            'tests/WebLayerTreeViewTest.cpp',
Note: See TracChangeset for help on using the changeset viewer.