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

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

Issue 1151163002: Oilpan: eagerly finalize WebGLRenderingContext objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add explanatory comment Created 5 years, 6 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
« no previous file with comments | « no previous file | Source/core/html/canvas/WebGL2RenderingContextBase.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2868 matching lines...) Expand 10 before | Expand all | Expand 10 after
2879 'html/canvas/WebGLSampler.cpp', 2879 'html/canvas/WebGLSampler.cpp',
2880 'html/canvas/WebGLSampler.h', 2880 'html/canvas/WebGLSampler.h',
2881 'html/canvas/WebGLShader.cpp', 2881 'html/canvas/WebGLShader.cpp',
2882 'html/canvas/WebGLShader.h', 2882 'html/canvas/WebGLShader.h',
2883 'html/canvas/WebGLShaderPrecisionFormat.cpp', 2883 'html/canvas/WebGLShaderPrecisionFormat.cpp',
2884 'html/canvas/WebGLShaderPrecisionFormat.h', 2884 'html/canvas/WebGLShaderPrecisionFormat.h',
2885 'html/canvas/WebGLSharedObject.cpp', 2885 'html/canvas/WebGLSharedObject.cpp',
2886 'html/canvas/WebGLSharedObject.h', 2886 'html/canvas/WebGLSharedObject.h',
2887 'html/canvas/WebGLSharedPlatform3DObject.cpp', 2887 'html/canvas/WebGLSharedPlatform3DObject.cpp',
2888 'html/canvas/WebGLSharedPlatform3DObject.h', 2888 'html/canvas/WebGLSharedPlatform3DObject.h',
2889 'html/canvas/WebGLSharedWebGraphicsContext3D.cpp',
2890 'html/canvas/WebGLSharedWebGraphicsContext3D.h',
2891 'html/canvas/WebGLSync.cpp', 2889 'html/canvas/WebGLSync.cpp',
2892 'html/canvas/WebGLSync.h', 2890 'html/canvas/WebGLSync.h',
2893 'html/canvas/WebGLTexture.cpp', 2891 'html/canvas/WebGLTexture.cpp',
2894 'html/canvas/WebGLTexture.h', 2892 'html/canvas/WebGLTexture.h',
2895 'html/canvas/WebGLTransformFeedback.cpp', 2893 'html/canvas/WebGLTransformFeedback.cpp',
2896 'html/canvas/WebGLTransformFeedback.h', 2894 'html/canvas/WebGLTransformFeedback.h',
2897 'html/canvas/WebGLUniformLocation.cpp', 2895 'html/canvas/WebGLUniformLocation.cpp',
2898 'html/canvas/WebGLUniformLocation.h', 2896 'html/canvas/WebGLUniformLocation.h',
2899 'html/canvas/WebGLVertexArrayObject.cpp', 2897 'html/canvas/WebGLVertexArrayObject.cpp',
2900 'html/canvas/WebGLVertexArrayObject.h', 2898 'html/canvas/WebGLVertexArrayObject.h',
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
3922 'style/ComputedStyleTest.cpp', 3920 'style/ComputedStyleTest.cpp',
3923 'style/OutlineValueTest.cpp', 3921 'style/OutlineValueTest.cpp',
3924 'style/SVGComputedStyleTest.cpp', 3922 'style/SVGComputedStyleTest.cpp',
3925 'testing/PrivateScriptTestTest.cpp', 3923 'testing/PrivateScriptTestTest.cpp',
3926 'timing/MemoryInfoTest.cpp', 3924 'timing/MemoryInfoTest.cpp',
3927 'workers/WorkerThreadTest.cpp', 3925 'workers/WorkerThreadTest.cpp',
3928 'xml/parser/SharedBufferReaderTest.cpp', 3926 'xml/parser/SharedBufferReaderTest.cpp',
3929 ], 3927 ],
3930 } 3928 }
3931 } 3929 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/canvas/WebGL2RenderingContextBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698