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 2563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2574 'html/canvas/WebGLRenderingContext.cpp', | 2574 'html/canvas/WebGLRenderingContext.cpp', |
2575 'html/canvas/WebGLRenderingContext.h', | 2575 'html/canvas/WebGLRenderingContext.h', |
2576 'html/canvas/WebGLRenderingContextBase.cpp', | 2576 'html/canvas/WebGLRenderingContextBase.cpp', |
2577 'html/canvas/WebGLRenderingContextBase.h', | 2577 'html/canvas/WebGLRenderingContextBase.h', |
2578 'html/canvas/WebGLShader.cpp', | 2578 'html/canvas/WebGLShader.cpp', |
2579 'html/canvas/WebGLShader.h', | 2579 'html/canvas/WebGLShader.h', |
2580 'html/canvas/WebGLShaderPrecisionFormat.cpp', | 2580 'html/canvas/WebGLShaderPrecisionFormat.cpp', |
2581 'html/canvas/WebGLShaderPrecisionFormat.h', | 2581 'html/canvas/WebGLShaderPrecisionFormat.h', |
2582 'html/canvas/WebGLSharedObject.cpp', | 2582 'html/canvas/WebGLSharedObject.cpp', |
2583 'html/canvas/WebGLSharedObject.h', | 2583 'html/canvas/WebGLSharedObject.h', |
| 2584 'html/canvas/WebGLSharedWebGraphicsContext3D.cpp', |
| 2585 'html/canvas/WebGLSharedWebGraphicsContext3D.h', |
2584 'html/canvas/WebGLTexture.cpp', | 2586 'html/canvas/WebGLTexture.cpp', |
2585 'html/canvas/WebGLTexture.h', | 2587 'html/canvas/WebGLTexture.h', |
2586 'html/canvas/WebGLUniformLocation.cpp', | 2588 'html/canvas/WebGLUniformLocation.cpp', |
2587 'html/canvas/WebGLUniformLocation.h', | 2589 'html/canvas/WebGLUniformLocation.h', |
2588 'html/canvas/WebGLVertexArrayObjectOES.cpp', | 2590 'html/canvas/WebGLVertexArrayObjectOES.cpp', |
2589 'html/canvas/WebGLVertexArrayObjectOES.h', | 2591 'html/canvas/WebGLVertexArrayObjectOES.h', |
2590 'html/forms/BaseButtonInputType.cpp', | 2592 'html/forms/BaseButtonInputType.cpp', |
2591 'html/forms/BaseButtonInputType.h', | 2593 'html/forms/BaseButtonInputType.h', |
2592 'html/forms/BaseCheckableInputType.cpp', | 2594 'html/forms/BaseCheckableInputType.cpp', |
2593 'html/forms/BaseCheckableInputType.h', | 2595 'html/forms/BaseCheckableInputType.h', |
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3407 'rendering/RenderOverflowTest.cpp', | 3409 'rendering/RenderOverflowTest.cpp', |
3408 'rendering/RenderTableCellTest.cpp', | 3410 'rendering/RenderTableCellTest.cpp', |
3409 'rendering/RenderTableRowTest.cpp', | 3411 'rendering/RenderTableRowTest.cpp', |
3410 'rendering/shapes/BoxShapeTest.cpp', | 3412 'rendering/shapes/BoxShapeTest.cpp', |
3411 'testing/UnitTestHelpers.cpp', | 3413 'testing/UnitTestHelpers.cpp', |
3412 'testing/UnitTestHelpers.h', | 3414 'testing/UnitTestHelpers.h', |
3413 'xml/parser/SharedBufferReaderTest.cpp', | 3415 'xml/parser/SharedBufferReaderTest.cpp', |
3414 ], | 3416 ], |
3415 } | 3417 } |
3416 } | 3418 } |
OLD | NEW |