| 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/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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |