diff options
| author | Simon Hausmann <simon.hausmann@nokia.com> | 2012-05-07 11:21:11 +0200 |
|---|---|---|
| committer | Simon Hausmann <simon.hausmann@nokia.com> | 2012-05-07 11:21:11 +0200 |
| commit | 2cf6c8816a73e0132bd8fa3b509d62d7c51b6e47 (patch) | |
| tree | 988e8c5b116dd0466244ae2fe5af8ee9be926d76 /Source/WebKit/chromium/WebKit.gypi | |
| parent | dd91e772430dc294e3bf478c119ef8d43c0a3358 (diff) | |
| download | qtwebkit-2cf6c8816a73e0132bd8fa3b509d62d7c51b6e47.tar.gz | |
Imported WebKit commit 7e538425aa020340619e927792f3d895061fb54b (http://svn.webkit.org/repository/webkit/trunk@116286)
Diffstat (limited to 'Source/WebKit/chromium/WebKit.gypi')
| -rw-r--r-- | Source/WebKit/chromium/WebKit.gypi | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/Source/WebKit/chromium/WebKit.gypi b/Source/WebKit/chromium/WebKit.gypi index 87d41bfb9..f85d97920 100644 --- a/Source/WebKit/chromium/WebKit.gypi +++ b/Source/WebKit/chromium/WebKit.gypi @@ -67,7 +67,6 @@ 'tests/CCDelayBasedTimeSourceTest.cpp', 'tests/CCFrameRateControllerTest.cpp', 'tests/CCKeyframedAnimationCurveTest.cpp', - 'tests/CCLayerAnimationControllerImplTest.cpp', 'tests/CCLayerAnimationControllerTest.cpp', 'tests/CCLayerImplTest.cpp', 'tests/CCLayerIteratorTest.cpp', @@ -79,7 +78,9 @@ 'tests/CCLayerTreeHostImplTest.cpp', 'tests/CCLayerTreeHostTest.cpp', 'tests/CCLayerTreeTestCommon.h', + 'tests/CCMathUtilTest.cpp', 'tests/CCOcclusionTrackerTest.cpp', + 'tests/CCOcclusionTrackerTestCommon.h', 'tests/CCQuadCullerTest.cpp', 'tests/CCRenderSurfaceTest.cpp', 'tests/CCSchedulerStateMachineTest.cpp', @@ -87,12 +88,15 @@ 'tests/CCSchedulerTest.cpp', 'tests/CCSolidColorLayerImplTest.cpp', 'tests/CCTiledLayerImplTest.cpp', + 'tests/CCTiledLayerTestCommon.h', + 'tests/CCTiledLayerTestCommon.cpp', 'tests/CCThreadTaskTest.cpp', 'tests/CCTimerTest.cpp', 'tests/ClipboardChromiumTest.cpp', 'tests/CompositorFakeGraphicsContext3D.h', 'tests/CompositorFakeWebGraphicsContext3D.h', 'tests/DragImageTest.cpp', + 'tests/DrawingBufferChromiumTest.cpp', 'tests/FakeCCLayerTreeHostClient.h', 'tests/FakeGraphicsContext3DTest.cpp', 'tests/FakeWebGraphicsContext3D.h', @@ -106,16 +110,22 @@ 'tests/KeyboardTest.cpp', 'tests/KURLTest.cpp', 'tests/LayerChromiumTest.cpp', + 'tests/LayerRendererChromiumTest.cpp', 'tests/LayerTextureUpdaterTest.cpp', + 'tests/LevelDBTest.cpp', 'tests/LocalizedNumberICUTest.cpp', + 'tests/MockCCQuadCuller.h', 'tests/PaintAggregatorTest.cpp', 'tests/PlatformGestureCurveTest.cpp', 'tests/PlatformContextSkiaTest.cpp', 'tests/PODArenaTest.cpp', 'tests/PODIntervalTreeTest.cpp', 'tests/PODRedBlackTreeTest.cpp', + 'tests/RegionTest.cpp', 'tests/RenderTableCellTest.cpp', + 'tests/RenderTableRowTest.cpp', 'tests/ScrollbarLayerChromiumTest.cpp', + 'tests/TextureCopierTest.cpp', 'tests/TextureManagerTest.cpp', 'tests/TiledLayerChromiumTest.cpp', 'tests/TilingDataTest.cpp', @@ -123,10 +133,9 @@ 'tests/TreeTestHelpers.cpp', 'tests/TreeTestHelpers.h', 'tests/WebCompositorInputHandlerImplTest.cpp', - 'tests/WebExternalTextureLayerImplTest.cpp', 'tests/WebFrameTest.cpp', - 'tests/WebGLLayerChromiumTest.cpp', 'tests/WebLayerTest.cpp', + 'tests/WebMediaPlayerClientImplTest.cpp', 'tests/WebPageNewSerializerTest.cpp', 'tests/WebPageSerializerTest.cpp', 'tests/WebSocketDeflaterTest.cpp', @@ -139,6 +148,7 @@ 'conditions': [ ['OS=="win"', { 'webkit_unittest_files': [ + 'tests/LocaleWinTest.cpp', # FIXME: Port PopupMenuTest to Linux and Mac. 'tests/PopupMenuTest.cpp', 'tests/TransparencyWinTest.cpp', |
