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

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

Issue 27123002: Move Region.cpp/.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase, address feedback Created 7 years, 2 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/RegionTest.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 '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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'tests/LinkHighlightTest.cpp', 293 'tests/LinkHighlightTest.cpp',
294 'tests/ListenerLeakTest.cpp', 294 'tests/ListenerLeakTest.cpp',
295 'tests/MemoryInfo.cpp', 295 'tests/MemoryInfo.cpp',
296 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', 296 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
297 'tests/OpenTypeVerticalDataTest.cpp', 297 'tests/OpenTypeVerticalDataTest.cpp',
298 'tests/PageSerializerTest.cpp', 298 'tests/PageSerializerTest.cpp',
299 'tests/PaintAggregatorTest.cpp', 299 'tests/PaintAggregatorTest.cpp',
300 'tests/PopupContainerTest.cpp', 300 'tests/PopupContainerTest.cpp',
301 'tests/PrerenderingTest.cpp', 301 'tests/PrerenderingTest.cpp',
302 'tests/ProgrammaticScrollTest.cpp', 302 'tests/ProgrammaticScrollTest.cpp',
303 'tests/RegionTest.cpp',
304 'tests/RenderTableCellTest.cpp', 303 'tests/RenderTableCellTest.cpp',
305 'tests/RenderTableRowTest.cpp', 304 'tests/RenderTableRowTest.cpp',
306 'tests/ScrollingCoordinatorChromiumTest.cpp', 305 'tests/ScrollingCoordinatorChromiumTest.cpp',
307 'tests/URLTestHelpers.cpp', 306 'tests/URLTestHelpers.cpp',
308 'tests/URLTestHelpers.h', 307 'tests/URLTestHelpers.h',
309 'tests/WebFrameTest.cpp', 308 'tests/WebFrameTest.cpp',
310 'tests/WebImageTest.cpp', 309 'tests/WebImageTest.cpp',
311 'tests/WebInputEventConversionTest.cpp', 310 'tests/WebInputEventConversionTest.cpp',
312 'tests/WebInputEventFactoryTestMac.mm', 311 'tests/WebInputEventFactoryTestMac.mm',
313 'tests/WebPageNewSerializerTest.cpp', 312 'tests/WebPageNewSerializerTest.cpp',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 { 358 {
360 'web_unittest_files': [ 359 'web_unittest_files': [
361 'tests/KeyCodeConversionTestGtk.cpp', 360 'tests/KeyCodeConversionTestGtk.cpp',
362 'tests/WebInputEventFactoryTestGtk.cpp', 361 'tests/WebInputEventFactoryTestGtk.cpp',
363 ], 362 ],
364 } 363 }
365 ], 364 ],
366 ], 365 ],
367 }, 366 },
368 } 367 }
OLDNEW
« no previous file with comments | « Source/web/tests/RegionTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698