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

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

Issue 1246173002: Throttle rendering pipeline for invisible iframes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased to post merge awesomeness. 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 | Annotate | Revision Log
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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'tests/ActivityLoggerTest.cpp', 267 'tests/ActivityLoggerTest.cpp',
268 'tests/ChromeClientImplTest.cpp', 268 'tests/ChromeClientImplTest.cpp',
269 'tests/CustomEventTest.cpp', 269 'tests/CustomEventTest.cpp',
270 'tests/DocumentLoaderTest.cpp', 270 'tests/DocumentLoaderTest.cpp',
271 'tests/DocumentLoadingRenderingTest.cpp', 271 'tests/DocumentLoadingRenderingTest.cpp',
272 'tests/FakeWebPlugin.cpp', 272 'tests/FakeWebPlugin.cpp',
273 'tests/FakeWebPlugin.h', 273 'tests/FakeWebPlugin.h',
274 'tests/FrameLoaderClientImplTest.cpp', 274 'tests/FrameLoaderClientImplTest.cpp',
275 'tests/FrameTestHelpers.cpp', 275 'tests/FrameTestHelpers.cpp',
276 'tests/FrameTestHelpers.h', 276 'tests/FrameTestHelpers.h',
277 'tests/FrameThrottlingTest.cpp',
277 'tests/ImeOnFocusTest.cpp', 278 'tests/ImeOnFocusTest.cpp',
278 'tests/KeyboardTest.cpp', 279 'tests/KeyboardTest.cpp',
279 'tests/ListenerLeakTest.cpp', 280 'tests/ListenerLeakTest.cpp',
280 'tests/MHTMLTest.cpp', 281 'tests/MHTMLTest.cpp',
281 'tests/OpenTypeVerticalDataTest.cpp', 282 'tests/OpenTypeVerticalDataTest.cpp',
282 'tests/PageSerializerTest.cpp', 283 'tests/PageSerializerTest.cpp',
283 'tests/PaintAggregatorTest.cpp', 284 'tests/PaintAggregatorTest.cpp',
284 'tests/PrerenderingTest.cpp', 285 'tests/PrerenderingTest.cpp',
285 'tests/ProgrammaticScrollTest.cpp', 286 'tests/ProgrammaticScrollTest.cpp',
286 'tests/LayoutGeometryMapTest.cpp', 287 'tests/LayoutGeometryMapTest.cpp',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 { 335 {
335 'web_unittest_files': [ 336 'web_unittest_files': [
336 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 337 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
337 'tests/ScrollAnimatorNoneTest.cpp', 338 'tests/ScrollAnimatorNoneTest.cpp',
338 ], 339 ],
339 } 340 }
340 ], 341 ],
341 ], 342 ],
342 }, 343 },
343 } 344 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | third_party/WebKit/public/web/WebWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698