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 2934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2945 'html/ImageDocument.h', | 2945 'html/ImageDocument.h', |
2946 'html/LabelableElement.cpp', | 2946 'html/LabelableElement.cpp', |
2947 'html/LabelsNodeList.cpp', | 2947 'html/LabelsNodeList.cpp', |
2948 'html/LabelsNodeList.h', | 2948 'html/LabelsNodeList.h', |
2949 'html/LinkManifest.cpp', | 2949 'html/LinkManifest.cpp', |
2950 'html/LinkManifest.h', | 2950 'html/LinkManifest.h', |
2951 'html/LinkRelAttribute.cpp', | 2951 'html/LinkRelAttribute.cpp', |
2952 'html/LinkRelAttribute.h', | 2952 'html/LinkRelAttribute.h', |
2953 'html/LinkResource.cpp', | 2953 'html/LinkResource.cpp', |
2954 'html/LinkResource.h', | 2954 'html/LinkResource.h', |
| 2955 'html/LinkServiceWorker.cpp', |
| 2956 'html/LinkServiceWorker.h', |
2955 'html/MediaDocument.cpp', | 2957 'html/MediaDocument.cpp', |
2956 'html/MediaDocument.h', | 2958 'html/MediaDocument.h', |
2957 'html/MediaError.h', | 2959 'html/MediaError.h', |
2958 'html/MediaFragmentURIParser.cpp', | 2960 'html/MediaFragmentURIParser.cpp', |
2959 'html/MediaFragmentURIParser.h', | 2961 'html/MediaFragmentURIParser.h', |
2960 'html/PluginDocument.cpp', | 2962 'html/PluginDocument.cpp', |
2961 'html/PluginDocument.h', | 2963 'html/PluginDocument.h', |
2962 'html/PublicURLManager.cpp', | 2964 'html/PublicURLManager.cpp', |
2963 'html/PublicURLManager.h', | 2965 'html/PublicURLManager.h', |
2964 'html/RadioNodeList.cpp', | 2966 'html/RadioNodeList.cpp', |
(...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4059 'style/SVGComputedStyleTest.cpp', | 4061 'style/SVGComputedStyleTest.cpp', |
4060 'svg/SVGPathParserTest.cpp', | 4062 'svg/SVGPathParserTest.cpp', |
4061 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4063 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4062 'testing/PrivateScriptTestTest.cpp', | 4064 'testing/PrivateScriptTestTest.cpp', |
4063 'timing/MemoryInfoTest.cpp', | 4065 'timing/MemoryInfoTest.cpp', |
4064 'workers/WorkerThreadTest.cpp', | 4066 'workers/WorkerThreadTest.cpp', |
4065 'xml/parser/SharedBufferReaderTest.cpp', | 4067 'xml/parser/SharedBufferReaderTest.cpp', |
4066 ], | 4068 ], |
4067 } | 4069 } |
4068 } | 4070 } |
OLD | NEW |