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 2910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2921 'html/TextMetrics.h', | 2921 'html/TextMetrics.h', |
2922 'html/TimeRanges.cpp', | 2922 'html/TimeRanges.cpp', |
2923 'html/TimeRanges.h', | 2923 'html/TimeRanges.h', |
2924 'html/URLRegistry.h', | 2924 'html/URLRegistry.h', |
2925 'html/ValidityState.cpp', | 2925 'html/ValidityState.cpp', |
2926 'html/ValidityState.h', | 2926 'html/ValidityState.h', |
2927 'html/WindowNameCollection.cpp', | 2927 'html/WindowNameCollection.cpp', |
2928 'html/WindowNameCollection.h', | 2928 'html/WindowNameCollection.h', |
2929 'html/canvas/CanvasAsyncBlobCreator.cpp', | 2929 'html/canvas/CanvasAsyncBlobCreator.cpp', |
2930 'html/canvas/CanvasAsyncBlobCreator.h', | 2930 'html/canvas/CanvasAsyncBlobCreator.h', |
| 2931 'html/canvas/CanvasDrawListener.cpp', |
2931 'html/canvas/CanvasDrawListener.h', | 2932 'html/canvas/CanvasDrawListener.h', |
2932 'html/canvas/CanvasFontCache.cpp', | 2933 'html/canvas/CanvasFontCache.cpp', |
2933 'html/canvas/CanvasFontCache.h', | 2934 'html/canvas/CanvasFontCache.h', |
2934 'html/canvas/CanvasImageSource.h', | 2935 'html/canvas/CanvasImageSource.h', |
2935 'html/canvas/CanvasRenderingContext.cpp', | 2936 'html/canvas/CanvasRenderingContext.cpp', |
2936 'html/canvas/CanvasRenderingContext.h', | 2937 'html/canvas/CanvasRenderingContext.h', |
2937 'html/canvas/CanvasRenderingContextFactory.h', | 2938 'html/canvas/CanvasRenderingContextFactory.h', |
2938 'html/canvas/OffScreenCanvas.cpp', | 2939 'html/canvas/OffScreenCanvas.cpp', |
2939 'html/canvas/OffScreenCanvas.h', | 2940 'html/canvas/OffScreenCanvas.h', |
2940 'html/forms/BaseButtonInputType.cpp', | 2941 'html/forms/BaseButtonInputType.cpp', |
(...skipping 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3971 'style/SVGComputedStyleTest.cpp', | 3972 'style/SVGComputedStyleTest.cpp', |
3972 'svg/SVGPathParserTest.cpp', | 3973 'svg/SVGPathParserTest.cpp', |
3973 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3974 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3974 'testing/PrivateScriptTestTest.cpp', | 3975 'testing/PrivateScriptTestTest.cpp', |
3975 'timing/MemoryInfoTest.cpp', | 3976 'timing/MemoryInfoTest.cpp', |
3976 'workers/WorkerThreadTest.cpp', | 3977 'workers/WorkerThreadTest.cpp', |
3977 'xml/parser/SharedBufferReaderTest.cpp', | 3978 'xml/parser/SharedBufferReaderTest.cpp', |
3978 ], | 3979 ], |
3979 } | 3980 } |
3980 } | 3981 } |
OLD | NEW |