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

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

Issue 1157983002: Update WebGLVertexArrayObjectOES to WebGLVertexArrayObject for WebGL2 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix crash in testing conformance/context/context-lost-restored.html Created 5 years, 7 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'html/canvas/WebGLQuery.idl', 261 'html/canvas/WebGLQuery.idl',
262 'html/canvas/WebGLRenderbuffer.idl', 262 'html/canvas/WebGLRenderbuffer.idl',
263 'html/canvas/WebGLRenderingContext.idl', 263 'html/canvas/WebGLRenderingContext.idl',
264 'html/canvas/WebGLSampler.idl', 264 'html/canvas/WebGLSampler.idl',
265 'html/canvas/WebGLShader.idl', 265 'html/canvas/WebGLShader.idl',
266 'html/canvas/WebGLShaderPrecisionFormat.idl', 266 'html/canvas/WebGLShaderPrecisionFormat.idl',
267 'html/canvas/WebGLSync.idl', 267 'html/canvas/WebGLSync.idl',
268 'html/canvas/WebGLTexture.idl', 268 'html/canvas/WebGLTexture.idl',
269 'html/canvas/WebGLTransformFeedback.idl', 269 'html/canvas/WebGLTransformFeedback.idl',
270 'html/canvas/WebGLUniformLocation.idl', 270 'html/canvas/WebGLUniformLocation.idl',
271 'html/canvas/WebGLVertexArrayObject.idl',
271 'html/canvas/WebGLVertexArrayObjectOES.idl', 272 'html/canvas/WebGLVertexArrayObjectOES.idl',
272 'html/ime/InputMethodContext.idl', 273 'html/ime/InputMethodContext.idl',
273 'html/shadow/PluginPlaceholderElement.idl', 274 'html/shadow/PluginPlaceholderElement.idl',
274 'html/track/AudioTrack.idl', 275 'html/track/AudioTrack.idl',
275 'html/track/AudioTrackList.idl', 276 'html/track/AudioTrackList.idl',
276 'html/track/TextTrack.idl', 277 'html/track/TextTrack.idl',
277 'html/track/TextTrackCue.idl', 278 'html/track/TextTrackCue.idl',
278 'html/track/TextTrackCueList.idl', 279 'html/track/TextTrackCueList.idl',
279 'html/track/TextTrackList.idl', 280 'html/track/TextTrackList.idl',
280 'html/track/TrackEvent.idl', 281 'html/track/TrackEvent.idl',
(...skipping 2602 matching lines...) Expand 10 before | Expand all | Expand 10 after
2883 'html/canvas/WebGLSharedWebGraphicsContext3D.cpp', 2884 'html/canvas/WebGLSharedWebGraphicsContext3D.cpp',
2884 'html/canvas/WebGLSharedWebGraphicsContext3D.h', 2885 'html/canvas/WebGLSharedWebGraphicsContext3D.h',
2885 'html/canvas/WebGLSync.cpp', 2886 'html/canvas/WebGLSync.cpp',
2886 'html/canvas/WebGLSync.h', 2887 'html/canvas/WebGLSync.h',
2887 'html/canvas/WebGLTexture.cpp', 2888 'html/canvas/WebGLTexture.cpp',
2888 'html/canvas/WebGLTexture.h', 2889 'html/canvas/WebGLTexture.h',
2889 'html/canvas/WebGLTransformFeedback.cpp', 2890 'html/canvas/WebGLTransformFeedback.cpp',
2890 'html/canvas/WebGLTransformFeedback.h', 2891 'html/canvas/WebGLTransformFeedback.h',
2891 'html/canvas/WebGLUniformLocation.cpp', 2892 'html/canvas/WebGLUniformLocation.cpp',
2892 'html/canvas/WebGLUniformLocation.h', 2893 'html/canvas/WebGLUniformLocation.h',
2894 'html/canvas/WebGLVertexArrayObject.cpp',
2895 'html/canvas/WebGLVertexArrayObject.h',
2896 'html/canvas/WebGLVertexArrayObjectBase.cpp',
2897 'html/canvas/WebGLVertexArrayObjectBase.h',
2893 'html/canvas/WebGLVertexArrayObjectOES.cpp', 2898 'html/canvas/WebGLVertexArrayObjectOES.cpp',
2894 'html/canvas/WebGLVertexArrayObjectOES.h', 2899 'html/canvas/WebGLVertexArrayObjectOES.h',
2895 'html/forms/BaseButtonInputType.cpp', 2900 'html/forms/BaseButtonInputType.cpp',
2896 'html/forms/BaseButtonInputType.h', 2901 'html/forms/BaseButtonInputType.h',
2897 'html/forms/BaseCheckableInputType.cpp', 2902 'html/forms/BaseCheckableInputType.cpp',
2898 'html/forms/BaseCheckableInputType.h', 2903 'html/forms/BaseCheckableInputType.h',
2899 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp', 2904 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp',
2900 'html/forms/BaseChooserOnlyDateAndTimeInputType.h', 2905 'html/forms/BaseChooserOnlyDateAndTimeInputType.h',
2901 'html/forms/BaseClickableWithKeyInputType.cpp', 2906 'html/forms/BaseClickableWithKeyInputType.cpp',
2902 'html/forms/BaseClickableWithKeyInputType.h', 2907 'html/forms/BaseClickableWithKeyInputType.h',
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
3908 'style/ComputedStyleTest.cpp', 3913 'style/ComputedStyleTest.cpp',
3909 'style/OutlineValueTest.cpp', 3914 'style/OutlineValueTest.cpp',
3910 'style/SVGComputedStyleTest.cpp', 3915 'style/SVGComputedStyleTest.cpp',
3911 'testing/PrivateScriptTestTest.cpp', 3916 'testing/PrivateScriptTestTest.cpp',
3912 'timing/MemoryInfoTest.cpp', 3917 'timing/MemoryInfoTest.cpp',
3913 'workers/WorkerThreadTest.cpp', 3918 'workers/WorkerThreadTest.cpp',
3914 'xml/parser/SharedBufferReaderTest.cpp', 3919 'xml/parser/SharedBufferReaderTest.cpp',
3915 ], 3920 ],
3916 } 3921 }
3917 } 3922 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698