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 2942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2953 'html/ImageDocument.h', | 2953 'html/ImageDocument.h', |
2954 'html/LabelableElement.cpp', | 2954 'html/LabelableElement.cpp', |
2955 'html/LabelsNodeList.cpp', | 2955 'html/LabelsNodeList.cpp', |
2956 'html/LabelsNodeList.h', | 2956 'html/LabelsNodeList.h', |
2957 'html/LinkManifest.cpp', | 2957 'html/LinkManifest.cpp', |
2958 'html/LinkManifest.h', | 2958 'html/LinkManifest.h', |
2959 'html/LinkRelAttribute.cpp', | 2959 'html/LinkRelAttribute.cpp', |
2960 'html/LinkRelAttribute.h', | 2960 'html/LinkRelAttribute.h', |
2961 'html/LinkResource.cpp', | 2961 'html/LinkResource.cpp', |
2962 'html/LinkResource.h', | 2962 'html/LinkResource.h', |
| 2963 'html/LinkServiceWorker.cpp', |
| 2964 'html/LinkServiceWorker.h', |
2963 'html/MediaDocument.cpp', | 2965 'html/MediaDocument.cpp', |
2964 'html/MediaDocument.h', | 2966 'html/MediaDocument.h', |
2965 'html/MediaError.h', | 2967 'html/MediaError.h', |
2966 'html/MediaFragmentURIParser.cpp', | 2968 'html/MediaFragmentURIParser.cpp', |
2967 'html/MediaFragmentURIParser.h', | 2969 'html/MediaFragmentURIParser.h', |
2968 'html/PluginDocument.cpp', | 2970 'html/PluginDocument.cpp', |
2969 'html/PluginDocument.h', | 2971 'html/PluginDocument.h', |
2970 'html/PublicURLManager.cpp', | 2972 'html/PublicURLManager.cpp', |
2971 'html/PublicURLManager.h', | 2973 'html/PublicURLManager.h', |
2972 'html/RadioNodeList.cpp', | 2974 'html/RadioNodeList.cpp', |
(...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4065 'style/SVGComputedStyleTest.cpp', | 4067 'style/SVGComputedStyleTest.cpp', |
4066 'svg/SVGPathParserTest.cpp', | 4068 'svg/SVGPathParserTest.cpp', |
4067 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4069 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4068 'testing/PrivateScriptTestTest.cpp', | 4070 'testing/PrivateScriptTestTest.cpp', |
4069 'timing/MemoryInfoTest.cpp', | 4071 'timing/MemoryInfoTest.cpp', |
4070 'workers/WorkerThreadTest.cpp', | 4072 'workers/WorkerThreadTest.cpp', |
4071 'xml/parser/SharedBufferReaderTest.cpp', | 4073 'xml/parser/SharedBufferReaderTest.cpp', |
4072 ], | 4074 ], |
4073 } | 4075 } |
4074 } | 4076 } |
OLD | NEW |