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

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

Issue 206473009: Move GraphicsContextTest to platform/ and fix the test environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove extra space 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/GraphicsContextTest.cpp ('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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'tests/ChromeClientImplTest.cpp', 263 'tests/ChromeClientImplTest.cpp',
264 'tests/CompositedLayerMappingTest.cpp', 264 'tests/CompositedLayerMappingTest.cpp',
265 'tests/CustomEventTest.cpp', 265 'tests/CustomEventTest.cpp',
266 'tests/DragImageTest.cpp', 266 'tests/DragImageTest.cpp',
267 'tests/FakeWebPlugin.cpp', 267 'tests/FakeWebPlugin.cpp',
268 'tests/FakeWebPlugin.h', 268 'tests/FakeWebPlugin.h',
269 'tests/FilterOperationsTest.cpp', 269 'tests/FilterOperationsTest.cpp',
270 'tests/FrameLoaderClientImplTest.cpp', 270 'tests/FrameLoaderClientImplTest.cpp',
271 'tests/FrameTestHelpers.cpp', 271 'tests/FrameTestHelpers.cpp',
272 'tests/FrameTestHelpers.h', 272 'tests/FrameTestHelpers.h',
273 'tests/GraphicsContextTest.cpp',
274 'tests/GraphicsLayerTest.cpp', 273 'tests/GraphicsLayerTest.cpp',
275 'tests/ImageFilterBuilderTest.cpp', 274 'tests/ImageFilterBuilderTest.cpp',
276 'tests/ImageLayerChromiumTest.cpp', 275 'tests/ImageLayerChromiumTest.cpp',
277 'tests/KeyboardTest.cpp', 276 'tests/KeyboardTest.cpp',
278 'tests/LinkHighlightTest.cpp', 277 'tests/LinkHighlightTest.cpp',
279 'tests/ListenerLeakTest.cpp', 278 'tests/ListenerLeakTest.cpp',
280 'tests/MemoryInfo.cpp', 279 'tests/MemoryInfo.cpp',
281 'tests/MHTMLTest.cpp', 280 'tests/MHTMLTest.cpp',
282 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', 281 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
283 'tests/OpenTypeVerticalDataTest.cpp', 282 'tests/OpenTypeVerticalDataTest.cpp',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 { 347 {
349 'web_unittest_files': [ 348 'web_unittest_files': [
350 'tests/KeyCodeConversionTestGtk.cpp', 349 'tests/KeyCodeConversionTestGtk.cpp',
351 'tests/WebInputEventFactoryTestGtk.cpp', 350 'tests/WebInputEventFactoryTestGtk.cpp',
352 ], 351 ],
353 } 352 }
354 ], 353 ],
355 ], 354 ],
356 }, 355 },
357 } 356 }
OLDNEW
« no previous file with comments | « Source/web/tests/GraphicsContextTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698