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/ExecutionContextTask.h', | 2004 'dom/ExecutionContextTask.h', |
2003 'dom/MainThreadTaskRunner.cpp', | 2005 'dom/MainThreadTaskRunner.cpp', |
2004 'dom/MainThreadTaskRunner.h', | 2006 'dom/MainThreadTaskRunner.h', |
2005 'dom/FullscreenElementStack.cpp', | 2007 'dom/FullscreenElementStack.cpp', |
2006 'dom/FullscreenElementStack.h', | 2008 'dom/FullscreenElementStack.h', |
2007 'dom/GlobalEventHandlers.h', | 2009 'dom/GlobalEventHandlers.h', |
2008 'dom/IconURL.cpp', | 2010 'dom/IconURL.cpp', |
2009 'dom/IconURL.h', | 2011 'dom/IconURL.h', |
2010 'dom/IdTargetObserver.cpp', | 2012 'dom/IdTargetObserver.cpp', |
2011 'dom/IdTargetObserver.h', | 2013 'dom/IdTargetObserver.h', |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2173 'dom/TreeScopeStyleSheetCollection.h', | 2175 'dom/TreeScopeStyleSheetCollection.h', |
2174 'dom/TreeShared.h', | 2176 'dom/TreeShared.h', |
2175 'dom/TreeWalker.cpp', | 2177 'dom/TreeWalker.cpp', |
2176 'dom/TreeWalker.h', | 2178 'dom/TreeWalker.h', |
2177 'dom/UserActionElementSet.cpp', | 2179 'dom/UserActionElementSet.cpp', |
2178 'dom/UserActionElementSet.h', | 2180 'dom/UserActionElementSet.h', |
2179 'dom/ViewportDescription.cpp', | 2181 'dom/ViewportDescription.cpp', |
2180 'dom/ViewportDescription.h', | 2182 'dom/ViewportDescription.h', |
2181 'dom/VisitedLinkState.cpp', | 2183 'dom/VisitedLinkState.cpp', |
2182 'dom/VisitedLinkState.h', | 2184 'dom/VisitedLinkState.h', |
2183 'dom/WheelController.cpp', | |
2184 'dom/WheelController.h', | |
2185 'events/AnimationPlayerEvent.cpp', | 2185 'events/AnimationPlayerEvent.cpp', |
2186 'events/AnimationPlayerEvent.h', | 2186 'events/AnimationPlayerEvent.h', |
2187 'events/ApplicationCacheErrorEvent.cpp', | 2187 'events/ApplicationCacheErrorEvent.cpp', |
2188 'events/ApplicationCacheErrorEvent.h', | 2188 'events/ApplicationCacheErrorEvent.h', |
2189 'events/AutocompleteErrorEvent.h', | 2189 'events/AutocompleteErrorEvent.h', |
2190 'events/BeforeTextInsertedEvent.cpp', | 2190 'events/BeforeTextInsertedEvent.cpp', |
2191 'events/BeforeTextInsertedEvent.h', | 2191 'events/BeforeTextInsertedEvent.h', |
2192 'events/BeforeUnloadEvent.cpp', | 2192 'events/BeforeUnloadEvent.cpp', |
2193 'events/BeforeUnloadEvent.h', | 2193 'events/BeforeUnloadEvent.h', |
2194 'events/ClipboardEvent.cpp', | 2194 'events/ClipboardEvent.cpp', |
(...skipping 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3373 'html/track/vtt/BufferedLineReaderTest.cpp', | 3373 'html/track/vtt/BufferedLineReaderTest.cpp', |
3374 'html/track/vtt/VTTScannerTest.cpp', | 3374 'html/track/vtt/VTTScannerTest.cpp', |
3375 'rendering/RenderOverflowTest.cpp', | 3375 'rendering/RenderOverflowTest.cpp', |
3376 'rendering/shapes/BoxShapeTest.cpp', | 3376 'rendering/shapes/BoxShapeTest.cpp', |
3377 'testing/UnitTestHelpers.cpp', | 3377 'testing/UnitTestHelpers.cpp', |
3378 'testing/UnitTestHelpers.h', | 3378 'testing/UnitTestHelpers.h', |
3379 'xml/parser/SharedBufferReaderTest.cpp', | 3379 'xml/parser/SharedBufferReaderTest.cpp', |
3380 ], | 3380 ], |
3381 } | 3381 } |
3382 } | 3382 } |
OLD | NEW |