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

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

Issue 1727103002: Revert of Per WebViewScheduler virtual time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
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 'AudioOutputDeviceClientImpl.cpp', 7 'AudioOutputDeviceClientImpl.cpp',
8 'AudioOutputDeviceClientImpl.h', 8 'AudioOutputDeviceClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'tests/PrerenderingTest.cpp', 275 'tests/PrerenderingTest.cpp',
276 'tests/ProgrammaticScrollTest.cpp', 276 'tests/ProgrammaticScrollTest.cpp',
277 'tests/LayoutGeometryMapTest.cpp', 277 'tests/LayoutGeometryMapTest.cpp',
278 'tests/ScreenWakeLockTest.cpp', 278 'tests/ScreenWakeLockTest.cpp',
279 'tests/ScrollingCoordinatorTest.cpp', 279 'tests/ScrollingCoordinatorTest.cpp',
280 'tests/SpinLockTest.cpp', 280 'tests/SpinLockTest.cpp',
281 'tests/TextFinderTest.cpp', 281 'tests/TextFinderTest.cpp',
282 'tests/TopControlsTest.cpp', 282 'tests/TopControlsTest.cpp',
283 'tests/TouchActionTest.cpp', 283 'tests/TouchActionTest.cpp',
284 'tests/ViewportTest.cpp', 284 'tests/ViewportTest.cpp',
285 'tests/VirtualTimeTest.cpp',
286 'tests/VisualViewportTest.cpp', 285 'tests/VisualViewportTest.cpp',
287 'tests/WebDocumentTest.cpp', 286 'tests/WebDocumentTest.cpp',
288 'tests/WebFrameSerializerTest.cpp', 287 'tests/WebFrameSerializerTest.cpp',
289 'tests/WebFrameTest.cpp', 288 'tests/WebFrameTest.cpp',
290 'tests/WebHelperPluginTest.cpp', 289 'tests/WebHelperPluginTest.cpp',
291 'tests/WebImageTest.cpp', 290 'tests/WebImageTest.cpp',
292 'tests/WebInputEventConversionTest.cpp', 291 'tests/WebInputEventConversionTest.cpp',
293 'tests/WebMeaningfulLayoutsTest.cpp', 292 'tests/WebMeaningfulLayoutsTest.cpp',
294 'tests/WebPluginContainerTest.cpp', 293 'tests/WebPluginContainerTest.cpp',
295 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', 294 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp',
(...skipping 14 matching lines...) Expand all
310 'tests/sim/SimNetwork.h', 309 'tests/sim/SimNetwork.h',
311 'tests/sim/SimRequest.cpp', 310 'tests/sim/SimRequest.cpp',
312 'tests/sim/SimRequest.h', 311 'tests/sim/SimRequest.h',
313 'tests/sim/SimTest.cpp', 312 'tests/sim/SimTest.cpp',
314 'tests/sim/SimTest.h', 313 'tests/sim/SimTest.h',
315 'tests/sim/SimWebViewClient.cpp', 314 'tests/sim/SimWebViewClient.cpp',
316 'tests/sim/SimWebViewClient.h', 315 'tests/sim/SimWebViewClient.h',
317 ], 316 ],
318 }, 317 },
319 } 318 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/VirtualTimeTest.cpp ('k') | third_party/WebKit/public/platform/WebTaskRunner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698