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

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

Issue 361633003: Move the table death tests to core/rendering/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/web/tests/RenderTableRowTest.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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'tests/MemoryInfo.cpp', 282 'tests/MemoryInfo.cpp',
283 'tests/MHTMLTest.cpp', 283 'tests/MHTMLTest.cpp',
284 'tests/OpenTypeVerticalDataTest.cpp', 284 'tests/OpenTypeVerticalDataTest.cpp',
285 'tests/PageSerializerTest.cpp', 285 'tests/PageSerializerTest.cpp',
286 'tests/PaintAggregatorTest.cpp', 286 'tests/PaintAggregatorTest.cpp',
287 'tests/PinchViewportTest.cpp', 287 'tests/PinchViewportTest.cpp',
288 'tests/PopupContainerTest.cpp', 288 'tests/PopupContainerTest.cpp',
289 'tests/PopupMenuTest.cpp', 289 'tests/PopupMenuTest.cpp',
290 'tests/PrerenderingTest.cpp', 290 'tests/PrerenderingTest.cpp',
291 'tests/ProgrammaticScrollTest.cpp', 291 'tests/ProgrammaticScrollTest.cpp',
292 'tests/RenderTableCellTest.cpp',
293 'tests/RenderTableRowTest.cpp',
294 'tests/ScrollingCoordinatorChromiumTest.cpp', 292 'tests/ScrollingCoordinatorChromiumTest.cpp',
295 'tests/SpinLockTest.cpp', 293 'tests/SpinLockTest.cpp',
296 'tests/TextFinderTest.cpp', 294 'tests/TextFinderTest.cpp',
297 'tests/TouchActionTest.cpp', 295 'tests/TouchActionTest.cpp',
298 'tests/URLTestHelpers.cpp', 296 'tests/URLTestHelpers.cpp',
299 'tests/URLTestHelpers.h', 297 'tests/URLTestHelpers.h',
300 'tests/ViewportTest.cpp', 298 'tests/ViewportTest.cpp',
301 'tests/WebDocumentTest.cpp', 299 'tests/WebDocumentTest.cpp',
302 'tests/WebFrameTest.cpp', 300 'tests/WebFrameTest.cpp',
303 'tests/WebHelperPluginTest.cpp', 301 'tests/WebHelperPluginTest.cpp',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 ['os_posix==1 and OS!="mac"', 341 ['os_posix==1 and OS!="mac"',
344 { 342 {
345 'web_unittest_files': [ 343 'web_unittest_files': [
346 'tests/LocaleICUTest.cpp', 344 'tests/LocaleICUTest.cpp',
347 ], 345 ],
348 } 346 }
349 ], 347 ],
350 ], 348 ],
351 }, 349 },
352 } 350 }
OLDNEW
« no previous file with comments | « Source/web/tests/RenderTableRowTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698