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

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

Issue 48613005: Moved most viewport layout tests into a unit test (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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/data/viewport/viewport-limits-adjusted-for-no-user-scale-control.html ('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 'ApplicationCacheHost.cpp', 4 'ApplicationCacheHost.cpp',
5 'ApplicationCacheHostInternal.h', 5 'ApplicationCacheHostInternal.h',
6 'AssertMatchingEnums.cpp', 6 'AssertMatchingEnums.cpp',
7 'AssociatedURLLoader.cpp', 7 'AssociatedURLLoader.cpp',
8 'AssociatedURLLoader.h', 8 'AssociatedURLLoader.h',
9 'AutofillPopupMenuClient.cpp', 9 'AutofillPopupMenuClient.cpp',
10 'AutofillPopupMenuClient.h', 10 'AutofillPopupMenuClient.h',
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'tests/PageSerializerTest.cpp', 296 'tests/PageSerializerTest.cpp',
297 'tests/PaintAggregatorTest.cpp', 297 'tests/PaintAggregatorTest.cpp',
298 'tests/PopupContainerTest.cpp', 298 'tests/PopupContainerTest.cpp',
299 'tests/PrerenderingTest.cpp', 299 'tests/PrerenderingTest.cpp',
300 'tests/ProgrammaticScrollTest.cpp', 300 'tests/ProgrammaticScrollTest.cpp',
301 'tests/RenderTableCellTest.cpp', 301 'tests/RenderTableCellTest.cpp',
302 'tests/RenderTableRowTest.cpp', 302 'tests/RenderTableRowTest.cpp',
303 'tests/ScrollingCoordinatorChromiumTest.cpp', 303 'tests/ScrollingCoordinatorChromiumTest.cpp',
304 'tests/URLTestHelpers.cpp', 304 'tests/URLTestHelpers.cpp',
305 'tests/URLTestHelpers.h', 305 'tests/URLTestHelpers.h',
306 'tests/ViewportTest.cpp',
306 'tests/WebFrameTest.cpp', 307 'tests/WebFrameTest.cpp',
307 'tests/WebImageTest.cpp', 308 'tests/WebImageTest.cpp',
308 'tests/WebInputEventConversionTest.cpp', 309 'tests/WebInputEventConversionTest.cpp',
309 'tests/WebInputEventFactoryTestMac.mm', 310 'tests/WebInputEventFactoryTestMac.mm',
310 'tests/WebPageNewSerializerTest.cpp', 311 'tests/WebPageNewSerializerTest.cpp',
311 'tests/WebPageSerializerTest.cpp', 312 'tests/WebPageSerializerTest.cpp',
312 'tests/WebPluginContainerTest.cpp', 313 'tests/WebPluginContainerTest.cpp',
313 'tests/WebSelectorTest.cpp', 314 'tests/WebSelectorTest.cpp',
314 'tests/WebURLRequestTest.cpp', 315 'tests/WebURLRequestTest.cpp',
315 'tests/WebURLResponseTest.cpp', 316 'tests/WebURLResponseTest.cpp',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 { 357 {
357 'web_unittest_files': [ 358 'web_unittest_files': [
358 'tests/KeyCodeConversionTestGtk.cpp', 359 'tests/KeyCodeConversionTestGtk.cpp',
359 'tests/WebInputEventFactoryTestGtk.cpp', 360 'tests/WebInputEventFactoryTestGtk.cpp',
360 ], 361 ],
361 } 362 }
362 ], 363 ],
363 ], 364 ],
364 }, 365 },
365 } 366 }
OLDNEW
« no previous file with comments | « Source/web/tests/data/viewport/viewport-limits-adjusted-for-no-user-scale-control.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698