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

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

Issue 16507017: Initial touch-action main thread implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: esprehn CR tweaks Created 7 years 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/touch-action-tests.js ('k') | public/web/WebTouchAction.h » ('j') | 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'tests/OpenTypeVerticalDataTest.cpp', 287 'tests/OpenTypeVerticalDataTest.cpp',
288 'tests/PageSerializerTest.cpp', 288 'tests/PageSerializerTest.cpp',
289 'tests/PaintAggregatorTest.cpp', 289 'tests/PaintAggregatorTest.cpp',
290 'tests/PopupContainerTest.cpp', 290 'tests/PopupContainerTest.cpp',
291 'tests/PrerenderingTest.cpp', 291 'tests/PrerenderingTest.cpp',
292 'tests/ProgrammaticScrollTest.cpp', 292 'tests/ProgrammaticScrollTest.cpp',
293 'tests/RenderTableCellTest.cpp', 293 'tests/RenderTableCellTest.cpp',
294 'tests/RenderTableRowTest.cpp', 294 'tests/RenderTableRowTest.cpp',
295 'tests/ScrollingCoordinatorChromiumTest.cpp', 295 'tests/ScrollingCoordinatorChromiumTest.cpp',
296 'tests/SpinLockTest.cpp', 296 'tests/SpinLockTest.cpp',
297 'tests/TouchActionTest.cpp',
297 'tests/URLTestHelpers.cpp', 298 'tests/URLTestHelpers.cpp',
298 'tests/URLTestHelpers.h', 299 'tests/URLTestHelpers.h',
299 'tests/ViewportTest.cpp', 300 'tests/ViewportTest.cpp',
300 'tests/WebFrameTest.cpp', 301 'tests/WebFrameTest.cpp',
301 'tests/WebImageTest.cpp', 302 'tests/WebImageTest.cpp',
302 'tests/WebInputEventConversionTest.cpp', 303 'tests/WebInputEventConversionTest.cpp',
303 'tests/WebInputEventFactoryTestMac.mm', 304 'tests/WebInputEventFactoryTestMac.mm',
304 'tests/WebPageNewSerializerTest.cpp', 305 'tests/WebPageNewSerializerTest.cpp',
305 'tests/WebPageSerializerTest.cpp', 306 'tests/WebPageSerializerTest.cpp',
306 'tests/WebPluginContainerTest.cpp', 307 'tests/WebPluginContainerTest.cpp',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 { 358 {
358 'web_unittest_files': [ 359 'web_unittest_files': [
359 'tests/KeyCodeConversionTestGtk.cpp', 360 'tests/KeyCodeConversionTestGtk.cpp',
360 'tests/WebInputEventFactoryTestGtk.cpp', 361 'tests/WebInputEventFactoryTestGtk.cpp',
361 ], 362 ],
362 } 363 }
363 ], 364 ],
364 ], 365 ],
365 }, 366 },
366 } 367 }
OLDNEW
« no previous file with comments | « Source/web/tests/data/touch-action-tests.js ('k') | public/web/WebTouchAction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698