| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 'html/HTMLTableElement.idl', | 212 'html/HTMLTableElement.idl', |
| 213 'html/HTMLTableRowElement.idl', | 213 'html/HTMLTableRowElement.idl', |
| 214 'html/HTMLTableSectionElement.idl', | 214 'html/HTMLTableSectionElement.idl', |
| 215 'html/HTMLTemplateElement.idl', | 215 'html/HTMLTemplateElement.idl', |
| 216 'html/HTMLTextAreaElement.idl', | 216 'html/HTMLTextAreaElement.idl', |
| 217 'html/HTMLTitleElement.idl', | 217 'html/HTMLTitleElement.idl', |
| 218 'html/HTMLTrackElement.idl', | 218 'html/HTMLTrackElement.idl', |
| 219 'html/HTMLUListElement.idl', | 219 'html/HTMLUListElement.idl', |
| 220 'html/HTMLUnknownElement.idl', | 220 'html/HTMLUnknownElement.idl', |
| 221 'html/ImageData.idl', | 221 'html/ImageData.idl', |
| 222 'html/MediaController.idl', | |
| 223 'html/MediaError.idl', | 222 'html/MediaError.idl', |
| 224 'html/MediaKeyError.idl', | 223 'html/MediaKeyError.idl', |
| 225 'html/MediaKeyEvent.idl', | 224 'html/MediaKeyEvent.idl', |
| 226 'html/RadioNodeList.idl', | 225 'html/RadioNodeList.idl', |
| 227 'html/TextMetrics.idl', | 226 'html/TextMetrics.idl', |
| 228 'html/TimeRanges.idl', | 227 'html/TimeRanges.idl', |
| 229 'html/ValidityState.idl', | 228 'html/ValidityState.idl', |
| 230 'html/VoidCallback.idl', | 229 'html/VoidCallback.idl', |
| 231 'html/track/AudioTrack.idl', | 230 'html/track/AudioTrack.idl', |
| 232 'html/track/AudioTrackList.idl', | 231 'html/track/AudioTrackList.idl', |
| (...skipping 2608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2841 'html/ImageDocument.h', | 2840 'html/ImageDocument.h', |
| 2842 'html/LabelableElement.cpp', | 2841 'html/LabelableElement.cpp', |
| 2843 'html/LabelsNodeList.cpp', | 2842 'html/LabelsNodeList.cpp', |
| 2844 'html/LabelsNodeList.h', | 2843 'html/LabelsNodeList.h', |
| 2845 'html/LinkManifest.cpp', | 2844 'html/LinkManifest.cpp', |
| 2846 'html/LinkManifest.h', | 2845 'html/LinkManifest.h', |
| 2847 'html/LinkRelAttribute.cpp', | 2846 'html/LinkRelAttribute.cpp', |
| 2848 'html/LinkRelAttribute.h', | 2847 'html/LinkRelAttribute.h', |
| 2849 'html/LinkResource.cpp', | 2848 'html/LinkResource.cpp', |
| 2850 'html/LinkResource.h', | 2849 'html/LinkResource.h', |
| 2851 'html/MediaController.cpp', | |
| 2852 'html/MediaController.h', | |
| 2853 'html/MediaDocument.cpp', | 2850 'html/MediaDocument.cpp', |
| 2854 'html/MediaDocument.h', | 2851 'html/MediaDocument.h', |
| 2855 'html/MediaError.h', | 2852 'html/MediaError.h', |
| 2856 'html/MediaFragmentURIParser.cpp', | 2853 'html/MediaFragmentURIParser.cpp', |
| 2857 'html/MediaFragmentURIParser.h', | 2854 'html/MediaFragmentURIParser.h', |
| 2858 'html/MediaKeyError.h', | 2855 'html/MediaKeyError.h', |
| 2859 'html/MediaKeyEvent.cpp', | 2856 'html/MediaKeyEvent.cpp', |
| 2860 'html/MediaKeyEvent.h', | 2857 'html/MediaKeyEvent.h', |
| 2861 'html/PluginDocument.cpp', | 2858 'html/PluginDocument.cpp', |
| 2862 'html/PluginDocument.h', | 2859 'html/PluginDocument.h', |
| (...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3922 'style/SVGComputedStyleTest.cpp', | 3919 'style/SVGComputedStyleTest.cpp', |
| 3923 'svg/SVGPathParserTest.cpp', | 3920 'svg/SVGPathParserTest.cpp', |
| 3924 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3921 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3925 'testing/PrivateScriptTestTest.cpp', | 3922 'testing/PrivateScriptTestTest.cpp', |
| 3926 'timing/MemoryInfoTest.cpp', | 3923 'timing/MemoryInfoTest.cpp', |
| 3927 'workers/WorkerThreadTest.cpp', | 3924 'workers/WorkerThreadTest.cpp', |
| 3928 'xml/parser/SharedBufferReaderTest.cpp', | 3925 'xml/parser/SharedBufferReaderTest.cpp', |
| 3929 ], | 3926 ], |
| 3930 } | 3927 } |
| 3931 } | 3928 } |
| OLD | NEW |