Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Side by Side Diff: Source/WebKit/chromium/WebKit.gypi

Issue 13881010: Move Layout unit test into webkit_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add it to win branch - makes sense? Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Source/WebKit/chromium/tests/LayoutUnitTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2010 Google Inc. All rights reserved. 2 # Copyright (C) 2010 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 25 matching lines...) Expand all
36 'tests/AssociatedURLLoaderTest.cpp', 36 'tests/AssociatedURLLoaderTest.cpp',
37 'tests/Canvas2DLayerBridgeTest.cpp', 37 'tests/Canvas2DLayerBridgeTest.cpp',
38 'tests/Canvas2DLayerManagerTest.cpp', 38 'tests/Canvas2DLayerManagerTest.cpp',
39 'tests/ChromeClientImplTest.cpp', 39 'tests/ChromeClientImplTest.cpp',
40 'tests/ClipboardChromiumTest.cpp', 40 'tests/ClipboardChromiumTest.cpp',
41 'tests/CompositorFakeWebGraphicsContext3D.h', 41 'tests/CompositorFakeWebGraphicsContext3D.h',
42 'tests/DateTimeFormatTest.cpp', 42 'tests/DateTimeFormatTest.cpp',
43 'tests/DecimalTest.cpp', 43 'tests/DecimalTest.cpp',
44 'tests/DeferredImageDecoderTest.cpp', 44 'tests/DeferredImageDecoderTest.cpp',
45 'tests/DragImageTest.cpp', 45 'tests/DragImageTest.cpp',
46 'tests/FakeWebGraphicsContext3D.h',
46 'tests/FakeWebPlugin.cpp', 47 'tests/FakeWebPlugin.cpp',
47 'tests/FakeWebPlugin.h', 48 'tests/FakeWebPlugin.h',
48 'tests/FakeWebGraphicsContext3D.h',
49 'tests/FilterOperationsTest.cpp', 49 'tests/FilterOperationsTest.cpp',
50 'tests/FrameLoaderClientImplTest.cpp', 50 'tests/FrameLoaderClientImplTest.cpp',
51 'tests/FrameTestHelpers.cpp', 51 'tests/FrameTestHelpers.cpp',
52 'tests/FrameTestHelpers.h', 52 'tests/FrameTestHelpers.h',
53 'tests/GIFImageDecoderTest.cpp', 53 'tests/GIFImageDecoderTest.cpp',
54 'tests/GraphicsLayerChromiumTest.cpp', 54 'tests/GraphicsLayerChromiumTest.cpp',
55 'tests/IDBAbortOnCorruptTest.cpp', 55 'tests/IDBAbortOnCorruptTest.cpp',
56 'tests/IDBBackingStoreTest.cpp', 56 'tests/IDBBackingStoreTest.cpp',
57 'tests/IDBBindingUtilitiesTest.cpp', 57 'tests/IDBBindingUtilitiesTest.cpp',
58 'tests/IDBCleanupOnIOErrorTest.cpp', 58 'tests/IDBCleanupOnIOErrorTest.cpp',
59 'tests/IDBDatabaseBackendTest.cpp', 59 'tests/IDBDatabaseBackendTest.cpp',
60 'tests/IDBFakeBackingStore.h', 60 'tests/IDBFakeBackingStore.h',
61 'tests/IDBKeyPathTest.cpp', 61 'tests/IDBKeyPathTest.cpp',
62 'tests/IDBLevelDBCodingTest.cpp', 62 'tests/IDBLevelDBCodingTest.cpp',
63 'tests/IDBRequestTest.cpp', 63 'tests/IDBRequestTest.cpp',
64 'tests/ImageDecodingStoreTest.cpp', 64 'tests/ImageDecodingStoreTest.cpp',
65 'tests/ImageFrameGeneratorTest.cpp', 65 'tests/ImageFrameGeneratorTest.cpp',
66 'tests/ImageLayerChromiumTest.cpp', 66 'tests/ImageLayerChromiumTest.cpp',
67 'tests/MockDiscardablePixelRef.h', 67 'tests/KURLTest.cpp',
68 'tests/MockImageDecoder.h',
69 'tests/KeyboardTest.cpp', 68 'tests/KeyboardTest.cpp',
70 'tests/KURLTest.cpp', 69 'tests/LayoutUnitTest.cpp',
71 'tests/LevelDBTest.cpp', 70 'tests/LevelDBTest.cpp',
72 'tests/LinkHighlightTest.cpp', 71 'tests/LinkHighlightTest.cpp',
73 'tests/ListenerLeakTest.cpp', 72 'tests/ListenerLeakTest.cpp',
74 'tests/MemoryInfo.cpp', 73 'tests/MemoryInfo.cpp',
74 'tests/MockDiscardablePixelRef.h',
75 'tests/MockImageDecoder.h',
75 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', 76 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
76 'tests/OpenTypeVerticalDataTest.cpp', 77 'tests/OpenTypeVerticalDataTest.cpp',
77 'tests/PODArenaTest.cpp', 78 'tests/PODArenaTest.cpp',
78 'tests/PODIntervalTreeTest.cpp', 79 'tests/PODIntervalTreeTest.cpp',
79 'tests/PODRedBlackTreeTest.cpp', 80 'tests/PODRedBlackTreeTest.cpp',
80 'tests/PaintAggregatorTest.cpp', 81 'tests/PaintAggregatorTest.cpp',
81 'tests/PlatformContextSkiaTest.cpp', 82 'tests/PlatformContextSkiaTest.cpp',
82 'tests/PopupContainerTest.cpp', 83 'tests/PopupContainerTest.cpp',
83 'tests/PrerenderingTest.cpp', 84 'tests/PrerenderingTest.cpp',
84 'tests/RegionTest.cpp', 85 'tests/RegionTest.cpp',
85 'tests/RenderLayerBackingTest.cpp', 86 'tests/RenderLayerBackingTest.cpp',
86 'tests/RenderTableCellTest.cpp', 87 'tests/RenderTableCellTest.cpp',
87 'tests/RenderTableRowTest.cpp', 88 'tests/RenderTableRowTest.cpp',
88 'tests/ScrollingCoordinatorChromiumTest.cpp', 89 'tests/ScrollingCoordinatorChromiumTest.cpp',
89 'tests/ThreadSafeDataTransportTest.cpp', 90 'tests/ThreadSafeDataTransportTest.cpp',
90 'tests/TreeTestHelpers.cpp', 91 'tests/TreeTestHelpers.cpp',
91 'tests/TreeTestHelpers.h', 92 'tests/TreeTestHelpers.h',
92 'tests/URLTestHelpers.cpp', 93 'tests/URLTestHelpers.cpp',
93 'tests/URLTestHelpers.h', 94 'tests/URLTestHelpers.h',
94 'tests/WebCompositorInitializer.h', 95 'tests/WebCompositorInitializer.h',
95 'tests/WebCompositorInputHandlerImplTest.cpp', 96 'tests/WebCompositorInputHandlerImplTest.cpp',
96 'tests/WebFrameTest.cpp', 97 'tests/WebFrameTest.cpp',
97 'tests/WebImageTest.cpp', 98 'tests/WebImageTest.cpp',
98 'tests/WebInputEventConversionTest.cpp', 99 'tests/WebInputEventConversionTest.cpp',
99 'tests/WebInputEventFactoryTestMac.mm', 100 'tests/WebInputEventFactoryTestMac.mm',
100 'tests/WebPageNewSerializerTest.cpp', 101 'tests/WebPageNewSerializerTest.cpp',
101 'tests/WebPageSerializerTest.cpp', 102 'tests/WebPageSerializerTest.cpp',
102 'tests/WebPluginContainerTest.cpp', 103 'tests/WebPluginContainerTest.cpp',
103 'tests/WebUserGestureTokenTest.cpp',
104 'tests/WebSocketDeflaterTest.cpp', 104 'tests/WebSocketDeflaterTest.cpp',
105 'tests/WebSocketExtensionDispatcherTest.cpp', 105 'tests/WebSocketExtensionDispatcherTest.cpp',
106 'tests/WebURLRequestTest.cpp', 106 'tests/WebURLRequestTest.cpp',
107 'tests/WebURLResponseTest.cpp', 107 'tests/WebURLResponseTest.cpp',
108 'tests/WebUserGestureTokenTest.cpp',
108 'tests/WebViewTest.cpp', 109 'tests/WebViewTest.cpp',
109 ], 110 ],
110 111
111 'conditions': [ 112 'conditions': [
112 ['OS=="win"', { 113 ['OS=="win"', {
113 'webkit_unittest_files': [ 114 'webkit_unittest_files': [
115 'tests/LayoutUnitTest.cpp',
114 'tests/LocaleWinTest.cpp', 116 'tests/LocaleWinTest.cpp',
115 # FIXME: Port PopupMenuTest to Linux and Mac. 117 # FIXME: Port PopupMenuTest to Linux and Mac.
116 'tests/PopupMenuTest.cpp', 118 'tests/PopupMenuTest.cpp',
117 'tests/TransparencyWinTest.cpp', 119 'tests/TransparencyWinTest.cpp',
118 'tests/UniscribeHelperTest.cpp', 120 'tests/UniscribeHelperTest.cpp',
119 'tests/WebPageNewSerializerTest.cpp', 121 'tests/WebPageNewSerializerTest.cpp',
120 'tests/WebPageSerializerTest.cpp', 122 'tests/WebPageSerializerTest.cpp',
121 ], 123 ],
122 }], 124 }],
123 ['OS=="mac"', { 125 ['OS=="mac"', {
(...skipping 20 matching lines...) Expand all
144 }], 146 }],
145 ], 147 ],
146 }, 148 },
147 } 149 }
148 150
149 # Local Variables: 151 # Local Variables:
150 # tab-width:2 152 # tab-width:2
151 # indent-tabs-mode:nil 153 # indent-tabs-mode:nil
152 # End: 154 # End:
153 # vim: set expandtab tabstop=2 shiftwidth=2: 155 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/tests/LayoutUnitTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698