| 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/AnimationPlayer.idl', | 6 'animation/AnimationPlayer.idl', |
| 7 'animation/TimedItem.idl', | 7 'animation/TimedItem.idl', |
| 8 'animation/Timeline.idl', | 8 'animation/Timeline.idl', |
| 9 'animation/Timing.idl', | 9 'animation/Timing.idl', |
| 10 'clipboard/DataTransfer.idl', | 10 'clipboard/DataTransfer.idl', |
| (...skipping 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1992 'dom/Element.h', | 1992 'dom/Element.h', |
| 1993 'dom/ElementData.cpp', | 1993 'dom/ElementData.cpp', |
| 1994 'dom/ElementData.h', | 1994 'dom/ElementData.h', |
| 1995 'dom/ElementDataCache.cpp', | 1995 'dom/ElementDataCache.cpp', |
| 1996 'dom/ElementDataCache.h', | 1996 'dom/ElementDataCache.h', |
| 1997 'dom/ElementRareData.cpp', | 1997 'dom/ElementRareData.cpp', |
| 1998 'dom/ElementRareData.h', | 1998 'dom/ElementRareData.h', |
| 1999 'dom/ElementTraversal.h', | 1999 'dom/ElementTraversal.h', |
| 2000 'dom/EmptyNodeList.cpp', | 2000 'dom/EmptyNodeList.cpp', |
| 2001 'dom/EmptyNodeList.h', | 2001 'dom/EmptyNodeList.h', |
| 2002 'dom/EventHandlerRegistry.cpp', |
| 2003 'dom/EventHandlerRegistry.h', |
| 2002 'dom/ExecutionContext.cpp', | 2004 'dom/ExecutionContext.cpp', |
| 2003 'dom/ExecutionContextTask.h', | 2005 'dom/ExecutionContextTask.h', |
| 2004 'dom/FullscreenElementStack.cpp', | 2006 'dom/FullscreenElementStack.cpp', |
| 2005 'dom/FullscreenElementStack.h', | 2007 'dom/FullscreenElementStack.h', |
| 2006 'dom/GlobalEventHandlers.h', | 2008 'dom/GlobalEventHandlers.h', |
| 2007 'dom/IconURL.cpp', | 2009 'dom/IconURL.cpp', |
| 2008 'dom/IconURL.h', | 2010 'dom/IconURL.h', |
| 2009 'dom/IdTargetObserver.cpp', | 2011 'dom/IdTargetObserver.cpp', |
| 2010 'dom/IdTargetObserver.h', | 2012 'dom/IdTargetObserver.h', |
| 2011 'dom/IdTargetObserverRegistry.cpp', | 2013 'dom/IdTargetObserverRegistry.cpp', |
| (...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3380 'html/track/vtt/BufferedLineReaderTest.cpp', | 3382 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3381 'html/track/vtt/VTTScannerTest.cpp', | 3383 'html/track/vtt/VTTScannerTest.cpp', |
| 3382 'rendering/RenderOverflowTest.cpp', | 3384 'rendering/RenderOverflowTest.cpp', |
| 3383 'rendering/shapes/BoxShapeTest.cpp', | 3385 'rendering/shapes/BoxShapeTest.cpp', |
| 3384 'testing/UnitTestHelpers.cpp', | 3386 'testing/UnitTestHelpers.cpp', |
| 3385 'testing/UnitTestHelpers.h', | 3387 'testing/UnitTestHelpers.h', |
| 3386 'xml/parser/SharedBufferReaderTest.cpp', | 3388 'xml/parser/SharedBufferReaderTest.cpp', |
| 3387 ], | 3389 ], |
| 3388 } | 3390 } |
| 3389 } | 3391 } |
| OLD | NEW |