| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 'fileapi/FileError.idl', | 155 'fileapi/FileError.idl', |
| 156 'fileapi/FileList.idl', | 156 'fileapi/FileList.idl', |
| 157 'fileapi/FileReader.idl', | 157 'fileapi/FileReader.idl', |
| 158 'fileapi/FileReaderSync.idl', | 158 'fileapi/FileReaderSync.idl', |
| 159 'frame/BarProp.idl', | 159 'frame/BarProp.idl', |
| 160 'frame/Console.idl', | 160 'frame/Console.idl', |
| 161 'frame/ConsoleBase.idl', | 161 'frame/ConsoleBase.idl', |
| 162 'frame/History.idl', | 162 'frame/History.idl', |
| 163 'frame/ImageBitmap.idl', | 163 'frame/ImageBitmap.idl', |
| 164 'frame/Location.idl', | 164 'frame/Location.idl', |
| 165 'frame/VisualViewport.idl', |
| 165 'html/FormData.idl', | 166 'html/FormData.idl', |
| 166 'html/HTMLAllCollection.idl', | 167 'html/HTMLAllCollection.idl', |
| 167 'html/HTMLAnchorElement.idl', | 168 'html/HTMLAnchorElement.idl', |
| 168 'html/HTMLAreaElement.idl', | 169 'html/HTMLAreaElement.idl', |
| 169 'html/HTMLAudioElement.idl', | 170 'html/HTMLAudioElement.idl', |
| 170 'html/HTMLBRElement.idl', | 171 'html/HTMLBRElement.idl', |
| 171 'html/HTMLBaseElement.idl', | 172 'html/HTMLBaseElement.idl', |
| 172 'html/HTMLBodyElement.idl', | 173 'html/HTMLBodyElement.idl', |
| 173 'html/HTMLButtonElement.idl', | 174 'html/HTMLButtonElement.idl', |
| 174 'html/HTMLCollection.idl', | 175 'html/HTMLCollection.idl', |
| (...skipping 3909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4084 'svg/SVGPathParserTest.cpp', | 4085 'svg/SVGPathParserTest.cpp', |
| 4085 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4086 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4086 'testing/PrivateScriptTestTest.cpp', | 4087 'testing/PrivateScriptTestTest.cpp', |
| 4087 'timing/MemoryInfoTest.cpp', | 4088 'timing/MemoryInfoTest.cpp', |
| 4088 'workers/WorkerThreadTest.cpp', | 4089 'workers/WorkerThreadTest.cpp', |
| 4089 'workers/WorkerThreadTestHelper.h', | 4090 'workers/WorkerThreadTestHelper.h', |
| 4090 'xml/parser/SharedBufferReaderTest.cpp', | 4091 'xml/parser/SharedBufferReaderTest.cpp', |
| 4091 ], | 4092 ], |
| 4092 } | 4093 } |
| 4093 } | 4094 } |
| OLD | NEW |