OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 # Files for which bindings (.cpp and .h files) will be generated | 3 # Files for which bindings (.cpp and .h files) will be generated |
4 'core_idl_files': [ | 4 'core_idl_files': [ |
5 'animation/Animation.idl', | 5 'animation/Animation.idl', |
6 'animation/AnimationEffect.idl', | 6 'animation/AnimationEffect.idl', |
7 'animation/AnimationPlayer.idl', | 7 'animation/AnimationPlayer.idl', |
8 'animation/TimedItem.idl', | 8 'animation/TimedItem.idl', |
9 'animation/Timeline.idl', | 9 'animation/Timeline.idl', |
10 'animation/Timing.idl', | 10 'animation/Timing.idl', |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 'html/HTMLMeterElement.idl', | 177 'html/HTMLMeterElement.idl', |
178 'html/HTMLModElement.idl', | 178 'html/HTMLModElement.idl', |
179 'html/HTMLOListElement.idl', | 179 'html/HTMLOListElement.idl', |
180 'html/HTMLObjectElement.idl', | 180 'html/HTMLObjectElement.idl', |
181 'html/HTMLOptGroupElement.idl', | 181 'html/HTMLOptGroupElement.idl', |
182 'html/HTMLOptionElement.idl', | 182 'html/HTMLOptionElement.idl', |
183 'html/HTMLOptionsCollection.idl', | 183 'html/HTMLOptionsCollection.idl', |
184 'html/HTMLOutputElement.idl', | 184 'html/HTMLOutputElement.idl', |
185 'html/HTMLParagraphElement.idl', | 185 'html/HTMLParagraphElement.idl', |
186 'html/HTMLParamElement.idl', | 186 'html/HTMLParamElement.idl', |
| 187 'html/HTMLPictureElement.idl', |
187 'html/HTMLPreElement.idl', | 188 'html/HTMLPreElement.idl', |
188 'html/HTMLProgressElement.idl', | 189 'html/HTMLProgressElement.idl', |
189 'html/HTMLQuoteElement.idl', | 190 'html/HTMLQuoteElement.idl', |
190 'html/HTMLScriptElement.idl', | 191 'html/HTMLScriptElement.idl', |
191 'html/HTMLSelectElement.idl', | 192 'html/HTMLSelectElement.idl', |
192 'html/HTMLShadowElement.idl', | 193 'html/HTMLShadowElement.idl', |
193 'html/HTMLSourceElement.idl', | 194 'html/HTMLSourceElement.idl', |
194 'html/HTMLSpanElement.idl', | 195 'html/HTMLSpanElement.idl', |
195 'html/HTMLStyleElement.idl', | 196 'html/HTMLStyleElement.idl', |
196 'html/HTMLTableCaptionElement.idl', | 197 'html/HTMLTableCaptionElement.idl', |
(...skipping 2180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2377 'html/HTMLOptionElement.cpp', | 2378 'html/HTMLOptionElement.cpp', |
2378 'html/HTMLOptionElement.h', | 2379 'html/HTMLOptionElement.h', |
2379 'html/HTMLOptionsCollection.cpp', | 2380 'html/HTMLOptionsCollection.cpp', |
2380 'html/HTMLOptionsCollection.h', | 2381 'html/HTMLOptionsCollection.h', |
2381 'html/HTMLOutputElement.cpp', | 2382 'html/HTMLOutputElement.cpp', |
2382 'html/HTMLOutputElement.h', | 2383 'html/HTMLOutputElement.h', |
2383 'html/HTMLParagraphElement.cpp', | 2384 'html/HTMLParagraphElement.cpp', |
2384 'html/HTMLParagraphElement.h', | 2385 'html/HTMLParagraphElement.h', |
2385 'html/HTMLParamElement.cpp', | 2386 'html/HTMLParamElement.cpp', |
2386 'html/HTMLParamElement.h', | 2387 'html/HTMLParamElement.h', |
| 2388 'html/HTMLPictureElement.cpp', |
2387 'html/HTMLPlugInElement.cpp', | 2389 'html/HTMLPlugInElement.cpp', |
2388 'html/HTMLPlugInElement.h', | 2390 'html/HTMLPlugInElement.h', |
2389 'html/HTMLPreElement.cpp', | 2391 'html/HTMLPreElement.cpp', |
2390 'html/HTMLPreElement.h', | 2392 'html/HTMLPreElement.h', |
2391 'html/HTMLProgressElement.cpp', | 2393 'html/HTMLProgressElement.cpp', |
2392 'html/HTMLProgressElement.h', | 2394 'html/HTMLProgressElement.h', |
2393 'html/HTMLQuoteElement.cpp', | 2395 'html/HTMLQuoteElement.cpp', |
2394 'html/HTMLQuoteElement.h', | 2396 'html/HTMLQuoteElement.h', |
2395 'html/HTMLRTElement.cpp', | 2397 'html/HTMLRTElement.cpp', |
2396 'html/HTMLRTElement.h', | 2398 'html/HTMLRTElement.h', |
(...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3377 'html/track/vtt/VTTScannerTest.cpp', | 3379 'html/track/vtt/VTTScannerTest.cpp', |
3378 'loader/MixedContentCheckerTest.cpp', | 3380 'loader/MixedContentCheckerTest.cpp', |
3379 'rendering/RenderOverflowTest.cpp', | 3381 'rendering/RenderOverflowTest.cpp', |
3380 'rendering/shapes/BoxShapeTest.cpp', | 3382 'rendering/shapes/BoxShapeTest.cpp', |
3381 'testing/UnitTestHelpers.cpp', | 3383 'testing/UnitTestHelpers.cpp', |
3382 'testing/UnitTestHelpers.h', | 3384 'testing/UnitTestHelpers.h', |
3383 'xml/parser/SharedBufferReaderTest.cpp', | 3385 'xml/parser/SharedBufferReaderTest.cpp', |
3384 ], | 3386 ], |
3385 } | 3387 } |
3386 } | 3388 } |
OLD | NEW |