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

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

Issue 365653002: Oilpan: move 2D Canvas and WebGL objects to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Smaller adjustments Created 6 years, 5 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 2573 matching lines...) Expand 10 before | Expand all | Expand 10 after
2584 'html/canvas/WebGLRenderingContext.cpp', 2584 'html/canvas/WebGLRenderingContext.cpp',
2585 'html/canvas/WebGLRenderingContext.h', 2585 'html/canvas/WebGLRenderingContext.h',
2586 'html/canvas/WebGLRenderingContextBase.cpp', 2586 'html/canvas/WebGLRenderingContextBase.cpp',
2587 'html/canvas/WebGLRenderingContextBase.h', 2587 'html/canvas/WebGLRenderingContextBase.h',
2588 'html/canvas/WebGLShader.cpp', 2588 'html/canvas/WebGLShader.cpp',
2589 'html/canvas/WebGLShader.h', 2589 'html/canvas/WebGLShader.h',
2590 'html/canvas/WebGLShaderPrecisionFormat.cpp', 2590 'html/canvas/WebGLShaderPrecisionFormat.cpp',
2591 'html/canvas/WebGLShaderPrecisionFormat.h', 2591 'html/canvas/WebGLShaderPrecisionFormat.h',
2592 'html/canvas/WebGLSharedObject.cpp', 2592 'html/canvas/WebGLSharedObject.cpp',
2593 'html/canvas/WebGLSharedObject.h', 2593 'html/canvas/WebGLSharedObject.h',
2594 'html/canvas/WebGLSharedWebGraphicsContext3D.cpp',
2595 'html/canvas/WebGLSharedWebGraphicsContext3D.h',
2594 'html/canvas/WebGLTexture.cpp', 2596 'html/canvas/WebGLTexture.cpp',
2595 'html/canvas/WebGLTexture.h', 2597 'html/canvas/WebGLTexture.h',
2596 'html/canvas/WebGLUniformLocation.cpp', 2598 'html/canvas/WebGLUniformLocation.cpp',
2597 'html/canvas/WebGLUniformLocation.h', 2599 'html/canvas/WebGLUniformLocation.h',
2598 'html/canvas/WebGLVertexArrayObjectOES.cpp', 2600 'html/canvas/WebGLVertexArrayObjectOES.cpp',
2599 'html/canvas/WebGLVertexArrayObjectOES.h', 2601 'html/canvas/WebGLVertexArrayObjectOES.h',
2600 'html/forms/BaseButtonInputType.cpp', 2602 'html/forms/BaseButtonInputType.cpp',
2601 'html/forms/BaseButtonInputType.h', 2603 'html/forms/BaseButtonInputType.h',
2602 'html/forms/BaseCheckableInputType.cpp', 2604 'html/forms/BaseCheckableInputType.cpp',
2603 'html/forms/BaseCheckableInputType.h', 2605 'html/forms/BaseCheckableInputType.h',
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
3423 'rendering/RenderOverflowTest.cpp', 3425 'rendering/RenderOverflowTest.cpp',
3424 'rendering/RenderTableCellTest.cpp', 3426 'rendering/RenderTableCellTest.cpp',
3425 'rendering/RenderTableRowTest.cpp', 3427 'rendering/RenderTableRowTest.cpp',
3426 'rendering/shapes/BoxShapeTest.cpp', 3428 'rendering/shapes/BoxShapeTest.cpp',
3427 'testing/UnitTestHelpers.cpp', 3429 'testing/UnitTestHelpers.cpp',
3428 'testing/UnitTestHelpers.h', 3430 'testing/UnitTestHelpers.h',
3429 'xml/parser/SharedBufferReaderTest.cpp', 3431 'xml/parser/SharedBufferReaderTest.cpp',
3430 ], 3432 ],
3431 } 3433 }
3432 } 3434 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698