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 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1640 'frame/VisualViewport.cpp', | 1640 'frame/VisualViewport.cpp', |
1641 'frame/VisualViewport.h', | 1641 'frame/VisualViewport.h', |
1642 'frame/csp/CSPDirectiveList.cpp', | 1642 'frame/csp/CSPDirectiveList.cpp', |
1643 'frame/csp/CSPSource.cpp', | 1643 'frame/csp/CSPSource.cpp', |
1644 'frame/csp/CSPSourceList.cpp', | 1644 'frame/csp/CSPSourceList.cpp', |
1645 'frame/csp/ContentSecurityPolicy.cpp', | 1645 'frame/csp/ContentSecurityPolicy.cpp', |
1646 'frame/csp/MediaListDirective.cpp', | 1646 'frame/csp/MediaListDirective.cpp', |
1647 'frame/csp/SourceListDirective.cpp', | 1647 'frame/csp/SourceListDirective.cpp', |
1648 'imagebitmap/ImageBitmapFactories.cpp', | 1648 'imagebitmap/ImageBitmapFactories.cpp', |
1649 'imagebitmap/ImageBitmapFactories.h', | 1649 'imagebitmap/ImageBitmapFactories.h', |
| 1650 'imagebitmap/ImageBitmapSource.cpp', |
| 1651 'imagebitmap/ImageBitmapSource.h', |
1650 'inspector/AsyncCallChain.cpp', | 1652 'inspector/AsyncCallChain.cpp', |
1651 'inspector/AsyncCallChain.h', | 1653 'inspector/AsyncCallChain.h', |
1652 'inspector/AsyncCallTracker.cpp', | 1654 'inspector/AsyncCallTracker.cpp', |
1653 'inspector/AsyncCallTracker.h', | 1655 'inspector/AsyncCallTracker.h', |
1654 'inspector/AsyncOperationMap.h', | 1656 'inspector/AsyncOperationMap.h', |
1655 'inspector/ConsoleAPITypes.h', | 1657 'inspector/ConsoleAPITypes.h', |
1656 'inspector/ConsoleMessage.cpp', | 1658 'inspector/ConsoleMessage.cpp', |
1657 'inspector/ConsoleMessage.h', | 1659 'inspector/ConsoleMessage.h', |
1658 'inspector/ConsoleMessageStorage.cpp', | 1660 'inspector/ConsoleMessageStorage.cpp', |
1659 'inspector/ConsoleMessageStorage.h', | 1661 'inspector/ConsoleMessageStorage.h', |
(...skipping 2275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3935 'style/SVGComputedStyleTest.cpp', | 3937 'style/SVGComputedStyleTest.cpp', |
3936 'svg/SVGPathParserTest.cpp', | 3938 'svg/SVGPathParserTest.cpp', |
3937 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3939 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3938 'testing/PrivateScriptTestTest.cpp', | 3940 'testing/PrivateScriptTestTest.cpp', |
3939 'timing/MemoryInfoTest.cpp', | 3941 'timing/MemoryInfoTest.cpp', |
3940 'workers/WorkerThreadTest.cpp', | 3942 'workers/WorkerThreadTest.cpp', |
3941 'xml/parser/SharedBufferReaderTest.cpp', | 3943 'xml/parser/SharedBufferReaderTest.cpp', |
3942 ], | 3944 ], |
3943 } | 3945 } |
3944 } | 3946 } |
OLD | NEW |