OLD | NEW |
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 2571 matching lines...) Loading... |
2582 'html/canvas/WebGLRenderingContext.cpp', | 2582 'html/canvas/WebGLRenderingContext.cpp', |
2583 'html/canvas/WebGLRenderingContext.h', | 2583 'html/canvas/WebGLRenderingContext.h', |
2584 'html/canvas/WebGLRenderingContextBase.cpp', | 2584 'html/canvas/WebGLRenderingContextBase.cpp', |
2585 'html/canvas/WebGLRenderingContextBase.h', | 2585 'html/canvas/WebGLRenderingContextBase.h', |
2586 'html/canvas/WebGLShader.cpp', | 2586 'html/canvas/WebGLShader.cpp', |
2587 'html/canvas/WebGLShader.h', | 2587 'html/canvas/WebGLShader.h', |
2588 'html/canvas/WebGLShaderPrecisionFormat.cpp', | 2588 'html/canvas/WebGLShaderPrecisionFormat.cpp', |
2589 'html/canvas/WebGLShaderPrecisionFormat.h', | 2589 'html/canvas/WebGLShaderPrecisionFormat.h', |
2590 'html/canvas/WebGLSharedObject.cpp', | 2590 'html/canvas/WebGLSharedObject.cpp', |
2591 'html/canvas/WebGLSharedObject.h', | 2591 'html/canvas/WebGLSharedObject.h', |
| 2592 'html/canvas/WebGLSharedWebGraphicsContext3D.cpp', |
| 2593 'html/canvas/WebGLSharedWebGraphicsContext3D.h', |
2592 'html/canvas/WebGLTexture.cpp', | 2594 'html/canvas/WebGLTexture.cpp', |
2593 'html/canvas/WebGLTexture.h', | 2595 'html/canvas/WebGLTexture.h', |
2594 'html/canvas/WebGLUniformLocation.cpp', | 2596 'html/canvas/WebGLUniformLocation.cpp', |
2595 'html/canvas/WebGLUniformLocation.h', | 2597 'html/canvas/WebGLUniformLocation.h', |
2596 'html/canvas/WebGLVertexArrayObjectOES.cpp', | 2598 'html/canvas/WebGLVertexArrayObjectOES.cpp', |
2597 'html/canvas/WebGLVertexArrayObjectOES.h', | 2599 'html/canvas/WebGLVertexArrayObjectOES.h', |
2598 'html/forms/BaseButtonInputType.cpp', | 2600 'html/forms/BaseButtonInputType.cpp', |
2599 'html/forms/BaseButtonInputType.h', | 2601 'html/forms/BaseButtonInputType.h', |
2600 'html/forms/BaseCheckableInputType.cpp', | 2602 'html/forms/BaseCheckableInputType.cpp', |
2601 'html/forms/BaseCheckableInputType.h', | 2603 'html/forms/BaseCheckableInputType.h', |
(...skipping 819 matching lines...) Loading... |
3421 'rendering/RenderOverflowTest.cpp', | 3423 'rendering/RenderOverflowTest.cpp', |
3422 'rendering/RenderTableCellTest.cpp', | 3424 'rendering/RenderTableCellTest.cpp', |
3423 'rendering/RenderTableRowTest.cpp', | 3425 'rendering/RenderTableRowTest.cpp', |
3424 'rendering/shapes/BoxShapeTest.cpp', | 3426 'rendering/shapes/BoxShapeTest.cpp', |
3425 'testing/UnitTestHelpers.cpp', | 3427 'testing/UnitTestHelpers.cpp', |
3426 'testing/UnitTestHelpers.h', | 3428 'testing/UnitTestHelpers.h', |
3427 'xml/parser/SharedBufferReaderTest.cpp', | 3429 'xml/parser/SharedBufferReaderTest.cpp', |
3428 ], | 3430 ], |
3429 } | 3431 } |
3430 } | 3432 } |
OLD | NEW |