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

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

Issue 117703004: Free temporary GPU and memory resources held by inactive or hidden 2D canvases (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: improved test Created 6 years, 11 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 | « no previous file | Source/core/dom/Document.h » ('j') | Source/core/html/HTMLCanvasElement.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'css/CSS.idl', 8 'css/CSS.idl',
9 'css/CSSCharsetRule.idl', 9 'css/CSSCharsetRule.idl',
10 'css/CSSFontFaceLoadEvent.idl', 10 'css/CSSFontFaceLoadEvent.idl',
(...skipping 3241 matching lines...) Expand 10 before | Expand all | Expand 10 after
3252 'animation/DocumentTimelineTest.cpp', 3252 'animation/DocumentTimelineTest.cpp',
3253 'animation/ElementAnimationTest.cpp', 3253 'animation/ElementAnimationTest.cpp',
3254 'animation/KeyframeEffectModelTest.cpp', 3254 'animation/KeyframeEffectModelTest.cpp',
3255 'animation/PlayerTest.cpp', 3255 'animation/PlayerTest.cpp',
3256 'animation/TimedItemCalculationsTest.cpp', 3256 'animation/TimedItemCalculationsTest.cpp',
3257 'animation/TimedItemTest.cpp', 3257 'animation/TimedItemTest.cpp',
3258 'css/CSSParserValuesTest.cpp', 3258 'css/CSSParserValuesTest.cpp',
3259 'css/CSSCalculationValueTest.cpp', 3259 'css/CSSCalculationValueTest.cpp',
3260 'css/CSSValueTestHelper.h', 3260 'css/CSSValueTestHelper.h',
3261 'dom/DocumentMarkerControllerTest.cpp', 3261 'dom/DocumentMarkerControllerTest.cpp',
3262 'dom/DocumentTest.cpp',
3262 'editing/TextIteratorTest.cpp', 3263 'editing/TextIteratorTest.cpp',
3263 'dom/DOMImplementationTest.cpp', 3264 'dom/DOMImplementationTest.cpp',
3264 'dom/MainThreadTaskRunnerTest.cpp', 3265 'dom/MainThreadTaskRunnerTest.cpp',
3265 'fetch/ImageResourceTest.cpp', 3266 'fetch/ImageResourceTest.cpp',
3266 'fetch/MemoryCacheTest.cpp', 3267 'fetch/MemoryCacheTest.cpp',
3267 'fetch/RawResourceTest.cpp', 3268 'fetch/RawResourceTest.cpp',
3268 'fetch/ResourceFetcherTest.cpp', 3269 'fetch/ResourceFetcherTest.cpp',
3269 'html/HTMLDimensionTest.cpp', 3270 'html/HTMLDimensionTest.cpp',
3270 'html/LinkRelAttributeTest.cpp', 3271 'html/LinkRelAttributeTest.cpp',
3271 'html/TimeRangesTest.cpp', 3272 'html/TimeRangesTest.cpp',
3272 'html/track/vtt/BufferedLineReaderTest.cpp', 3273 'html/track/vtt/BufferedLineReaderTest.cpp',
3273 'html/track/vtt/VTTScannerTest.cpp', 3274 'html/track/vtt/VTTScannerTest.cpp',
3274 'frame/ImageBitmapTest.cpp', 3275 'frame/ImageBitmapTest.cpp',
3275 'rendering/RenderOverflowTest.cpp', 3276 'rendering/RenderOverflowTest.cpp',
3276 'rendering/shapes/BoxShapeTest.cpp', 3277 'rendering/shapes/BoxShapeTest.cpp',
3277 'testing/UnitTestHelpers.h', 3278 'testing/UnitTestHelpers.h',
3278 'testing/UnitTestHelpers.cpp', 3279 'testing/UnitTestHelpers.cpp',
3279 ], 3280 ],
3280 } 3281 }
3281 } 3282 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | Source/core/html/HTMLCanvasElement.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698