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

Side by Side Diff: Source/web/web.gypi

Issue 203513002: Move WebGraphicsContext3D related tests from web/tests/ to platform/graphics/gpu/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 | « Source/web/tests/MockWebGraphicsContext3D.h ('k') | no next file » | 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 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'BackForwardClientImpl.cpp', 7 'BackForwardClientImpl.cpp',
8 'BackForwardClientImpl.h', 8 'BackForwardClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'mac/WebScrollbarTheme.mm', 254 'mac/WebScrollbarTheme.mm',
255 'mac/WebSubstringUtil.mm', 255 'mac/WebSubstringUtil.mm',
256 'painting/ContinuousPainter.cpp', 256 'painting/ContinuousPainter.cpp',
257 'painting/ContinuousPainter.h', 257 'painting/ContinuousPainter.h',
258 'painting/PaintAggregator.cpp', 258 'painting/PaintAggregator.cpp',
259 'painting/PaintAggregator.h', 259 'painting/PaintAggregator.h',
260 ], 260 ],
261 'web_unittest_files': [ 261 'web_unittest_files': [
262 'tests/AssociatedURLLoaderTest.cpp', 262 'tests/AssociatedURLLoaderTest.cpp',
263 'tests/BitmapImageTest.cpp', 263 'tests/BitmapImageTest.cpp',
264 'tests/Canvas2DLayerBridgeTest.cpp',
265 'tests/Canvas2DLayerManagerTest.cpp',
266 'tests/ChromeClientImplTest.cpp', 264 'tests/ChromeClientImplTest.cpp',
267 'tests/CompositedLayerMappingTest.cpp', 265 'tests/CompositedLayerMappingTest.cpp',
268 'tests/CustomEventTest.cpp', 266 'tests/CustomEventTest.cpp',
269 'tests/DragImageTest.cpp', 267 'tests/DragImageTest.cpp',
270 'tests/DrawingBufferTest.cpp',
271 'tests/FakeWebPlugin.cpp', 268 'tests/FakeWebPlugin.cpp',
272 'tests/FakeWebPlugin.h', 269 'tests/FakeWebPlugin.h',
273 'tests/FilterOperationsTest.cpp', 270 'tests/FilterOperationsTest.cpp',
274 'tests/FrameLoaderClientImplTest.cpp', 271 'tests/FrameLoaderClientImplTest.cpp',
275 'tests/FrameTestHelpers.cpp', 272 'tests/FrameTestHelpers.cpp',
276 'tests/FrameTestHelpers.h', 273 'tests/FrameTestHelpers.h',
277 'tests/GIFImageDecoderTest.cpp', 274 'tests/GIFImageDecoderTest.cpp',
278 'tests/GraphicsContextTest.cpp', 275 'tests/GraphicsContextTest.cpp',
279 'tests/GraphicsLayerTest.cpp', 276 'tests/GraphicsLayerTest.cpp',
280 'tests/ImageFilterBuilderTest.cpp', 277 'tests/ImageFilterBuilderTest.cpp',
281 'tests/ImageLayerChromiumTest.cpp', 278 'tests/ImageLayerChromiumTest.cpp',
282 'tests/JPEGImageDecoderTest.cpp', 279 'tests/JPEGImageDecoderTest.cpp',
283 'tests/KeyboardTest.cpp', 280 'tests/KeyboardTest.cpp',
284 'tests/LinkHighlightTest.cpp', 281 'tests/LinkHighlightTest.cpp',
285 'tests/ListenerLeakTest.cpp', 282 'tests/ListenerLeakTest.cpp',
286 'tests/MemoryInfo.cpp', 283 'tests/MemoryInfo.cpp',
287 'tests/MockWebGraphicsContext3D.h',
288 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', 284 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
289 'tests/OpenTypeVerticalDataTest.cpp', 285 'tests/OpenTypeVerticalDataTest.cpp',
290 'tests/PageSerializerTest.cpp', 286 'tests/PageSerializerTest.cpp',
291 'tests/PaintAggregatorTest.cpp', 287 'tests/PaintAggregatorTest.cpp',
292 'tests/PopupContainerTest.cpp', 288 'tests/PopupContainerTest.cpp',
293 'tests/PopupMenuTest.cpp', 289 'tests/PopupMenuTest.cpp',
294 'tests/PrerenderingTest.cpp', 290 'tests/PrerenderingTest.cpp',
295 'tests/ProgrammaticScrollTest.cpp', 291 'tests/ProgrammaticScrollTest.cpp',
296 'tests/RenderTableCellTest.cpp', 292 'tests/RenderTableCellTest.cpp',
297 'tests/RenderTableRowTest.cpp', 293 'tests/RenderTableRowTest.cpp',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 { 350 {
355 'web_unittest_files': [ 351 'web_unittest_files': [
356 'tests/KeyCodeConversionTestGtk.cpp', 352 'tests/KeyCodeConversionTestGtk.cpp',
357 'tests/WebInputEventFactoryTestGtk.cpp', 353 'tests/WebInputEventFactoryTestGtk.cpp',
358 ], 354 ],
359 } 355 }
360 ], 356 ],
361 ], 357 ],
362 }, 358 },
363 } 359 }
OLDNEW
« no previous file with comments | « Source/web/tests/MockWebGraphicsContext3D.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698