Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Side by Side Diff: Source/core/core.gypi

Issue 206603002: Add EventHandlerRegistry (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added comments. Replaced nullptr with 0 to fix build. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1971 matching lines...) Expand 10 before | Expand all | Expand 10 after
1982 'dom/Element.h', 1982 'dom/Element.h',
1983 'dom/ElementData.cpp', 1983 'dom/ElementData.cpp',
1984 'dom/ElementData.h', 1984 'dom/ElementData.h',
1985 'dom/ElementDataCache.cpp', 1985 'dom/ElementDataCache.cpp',
1986 'dom/ElementDataCache.h', 1986 'dom/ElementDataCache.h',
1987 'dom/ElementRareData.cpp', 1987 'dom/ElementRareData.cpp',
1988 'dom/ElementRareData.h', 1988 'dom/ElementRareData.h',
1989 'dom/ElementTraversal.h', 1989 'dom/ElementTraversal.h',
1990 'dom/EmptyNodeList.cpp', 1990 'dom/EmptyNodeList.cpp',
1991 'dom/EmptyNodeList.h', 1991 'dom/EmptyNodeList.h',
1992 'dom/EventHandlerRegistry.cpp',
1993 'dom/EventHandlerRegistry.h',
1992 'dom/ExecutionContext.cpp', 1994 'dom/ExecutionContext.cpp',
1993 'dom/ExecutionContextTask.h', 1995 'dom/ExecutionContextTask.h',
1994 'dom/FullscreenElementStack.cpp', 1996 'dom/FullscreenElementStack.cpp',
1995 'dom/FullscreenElementStack.h', 1997 'dom/FullscreenElementStack.h',
1996 'dom/GlobalEventHandlers.h', 1998 'dom/GlobalEventHandlers.h',
1997 'dom/IconURL.cpp', 1999 'dom/IconURL.cpp',
1998 'dom/IconURL.h', 2000 'dom/IconURL.h',
1999 'dom/IdTargetObserver.cpp', 2001 'dom/IdTargetObserver.cpp',
2000 'dom/IdTargetObserver.h', 2002 'dom/IdTargetObserver.h',
2001 'dom/IdTargetObserverRegistry.cpp', 2003 'dom/IdTargetObserverRegistry.cpp',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
2113 'dom/TreeScopeStyleSheetCollection.h', 2115 'dom/TreeScopeStyleSheetCollection.h',
2114 'dom/TreeShared.h', 2116 'dom/TreeShared.h',
2115 'dom/TreeWalker.cpp', 2117 'dom/TreeWalker.cpp',
2116 'dom/TreeWalker.h', 2118 'dom/TreeWalker.h',
2117 'dom/UserActionElementSet.cpp', 2119 'dom/UserActionElementSet.cpp',
2118 'dom/UserActionElementSet.h', 2120 'dom/UserActionElementSet.h',
2119 'dom/ViewportDescription.cpp', 2121 'dom/ViewportDescription.cpp',
2120 'dom/ViewportDescription.h', 2122 'dom/ViewportDescription.h',
2121 'dom/VisitedLinkState.cpp', 2123 'dom/VisitedLinkState.cpp',
2122 'dom/VisitedLinkState.h', 2124 'dom/VisitedLinkState.h',
2123 'dom/WheelController.cpp',
2124 'dom/WheelController.h',
2125 'dom/XMLDocument.cpp', 2125 'dom/XMLDocument.cpp',
2126 'dom/XMLDocument.h', 2126 'dom/XMLDocument.h',
2127 'dom/custom/CustomElement.cpp', 2127 'dom/custom/CustomElement.cpp',
2128 'dom/custom/CustomElement.h', 2128 'dom/custom/CustomElement.h',
2129 'dom/custom/CustomElementCallbackDispatcher.cpp', 2129 'dom/custom/CustomElementCallbackDispatcher.cpp',
2130 'dom/custom/CustomElementCallbackDispatcher.h', 2130 'dom/custom/CustomElementCallbackDispatcher.h',
2131 'dom/custom/CustomElementCallbackInvocation.cpp', 2131 'dom/custom/CustomElementCallbackInvocation.cpp',
2132 'dom/custom/CustomElementCallbackInvocation.h', 2132 'dom/custom/CustomElementCallbackInvocation.h',
2133 'dom/custom/CustomElementCallbackQueue.cpp', 2133 'dom/custom/CustomElementCallbackQueue.cpp',
2134 'dom/custom/CustomElementCallbackQueue.h', 2134 'dom/custom/CustomElementCallbackQueue.h',
(...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
3362 'html/track/vtt/BufferedLineReaderTest.cpp', 3362 'html/track/vtt/BufferedLineReaderTest.cpp',
3363 'html/track/vtt/VTTScannerTest.cpp', 3363 'html/track/vtt/VTTScannerTest.cpp',
3364 'rendering/RenderOverflowTest.cpp', 3364 'rendering/RenderOverflowTest.cpp',
3365 'rendering/shapes/BoxShapeTest.cpp', 3365 'rendering/shapes/BoxShapeTest.cpp',
3366 'testing/UnitTestHelpers.cpp', 3366 'testing/UnitTestHelpers.cpp',
3367 'testing/UnitTestHelpers.h', 3367 'testing/UnitTestHelpers.h',
3368 'xml/parser/SharedBufferReaderTest.cpp', 3368 'xml/parser/SharedBufferReaderTest.cpp',
3369 ], 3369 ],
3370 } 3370 }
3371 } 3371 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698