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

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

Issue 1364063007: Throttle rendering pipeline for invisible frames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix layout test by not dumping throttled FrameViews. Created 5 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
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 'ChromeClientImpl.cpp', 7 'ChromeClientImpl.cpp',
8 'ChromeClientImpl.h', 8 'ChromeClientImpl.h',
9 'ColorChooserPopupUIController.cpp', 9 'ColorChooserPopupUIController.cpp',
10 'ColorChooserPopupUIController.h', 10 'ColorChooserPopupUIController.h',
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 # crbug.com/353585 264 # crbug.com/353585
265 'tests/ActivityLoggerTest.cpp', 265 'tests/ActivityLoggerTest.cpp',
266 'tests/ChromeClientImplTest.cpp', 266 'tests/ChromeClientImplTest.cpp',
267 'tests/DocumentLoaderTest.cpp', 267 'tests/DocumentLoaderTest.cpp',
268 'tests/DocumentLoadingRenderingTest.cpp', 268 'tests/DocumentLoadingRenderingTest.cpp',
269 'tests/FakeWebPlugin.cpp', 269 'tests/FakeWebPlugin.cpp',
270 'tests/FakeWebPlugin.h', 270 'tests/FakeWebPlugin.h',
271 'tests/FrameLoaderClientImplTest.cpp', 271 'tests/FrameLoaderClientImplTest.cpp',
272 'tests/FrameTestHelpers.cpp', 272 'tests/FrameTestHelpers.cpp',
273 'tests/FrameTestHelpers.h', 273 'tests/FrameTestHelpers.h',
274 'tests/FrameThrottlingTest.cpp',
274 'tests/ImeOnFocusTest.cpp', 275 'tests/ImeOnFocusTest.cpp',
275 'tests/KeyboardTest.cpp', 276 'tests/KeyboardTest.cpp',
276 'tests/ListenerLeakTest.cpp', 277 'tests/ListenerLeakTest.cpp',
277 'tests/MHTMLTest.cpp', 278 'tests/MHTMLTest.cpp',
278 'tests/OpenTypeVerticalDataTest.cpp', 279 'tests/OpenTypeVerticalDataTest.cpp',
279 'tests/PageSerializerTest.cpp', 280 'tests/PageSerializerTest.cpp',
280 'tests/PaintAggregatorTest.cpp', 281 'tests/PaintAggregatorTest.cpp',
281 'tests/PrerenderingTest.cpp', 282 'tests/PrerenderingTest.cpp',
282 'tests/ProgrammaticScrollTest.cpp', 283 'tests/ProgrammaticScrollTest.cpp',
283 'tests/LayoutGeometryMapTest.cpp', 284 'tests/LayoutGeometryMapTest.cpp',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 { 332 {
332 'web_unittest_files': [ 333 'web_unittest_files': [
333 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 334 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
334 'tests/ScrollAnimatorNoneTest.cpp', 335 'tests/ScrollAnimatorNoneTest.cpp',
335 ], 336 ],
336 } 337 }
337 ], 338 ],
338 ], 339 ],
339 }, 340 },
340 } 341 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698