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

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

Issue 225823007: Migrate wheel events to EventHandlerRegistry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/dom/Node.cpp » ('j') | Source/core/frame/EventHandlerRegistry.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/AnimationNode.idl', 8 'animation/AnimationNode.idl',
9 'animation/AnimationTimeline.idl', 9 'animation/AnimationTimeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 2125 matching lines...) Expand 10 before | Expand all | Expand 10 after
2136 'dom/TreeWalker.cpp', 2136 'dom/TreeWalker.cpp',
2137 'dom/TreeWalker.h', 2137 'dom/TreeWalker.h',
2138 'dom/UserActionElementSet.cpp', 2138 'dom/UserActionElementSet.cpp',
2139 'dom/UserActionElementSet.h', 2139 'dom/UserActionElementSet.h',
2140 'dom/ViewportDescription.cpp', 2140 'dom/ViewportDescription.cpp',
2141 'dom/ViewportDescription.h', 2141 'dom/ViewportDescription.h',
2142 'dom/VisitedLinkState.cpp', 2142 'dom/VisitedLinkState.cpp',
2143 'dom/VisitedLinkState.h', 2143 'dom/VisitedLinkState.h',
2144 'dom/WeakNodeMap.cpp', 2144 'dom/WeakNodeMap.cpp',
2145 'dom/WeakNodeMap.h', 2145 'dom/WeakNodeMap.h',
2146 'dom/WheelController.cpp',
2147 'dom/WheelController.h',
2148 'dom/XMLDocument.cpp', 2146 'dom/XMLDocument.cpp',
2149 'dom/XMLDocument.h', 2147 'dom/XMLDocument.h',
2150 'dom/custom/CustomElement.cpp', 2148 'dom/custom/CustomElement.cpp',
2151 'dom/custom/CustomElement.h', 2149 'dom/custom/CustomElement.h',
2152 'dom/custom/CustomElementCallbackDispatcher.cpp', 2150 'dom/custom/CustomElementCallbackDispatcher.cpp',
2153 'dom/custom/CustomElementCallbackDispatcher.h', 2151 'dom/custom/CustomElementCallbackDispatcher.h',
2154 'dom/custom/CustomElementCallbackInvocation.cpp', 2152 'dom/custom/CustomElementCallbackInvocation.cpp',
2155 'dom/custom/CustomElementCallbackInvocation.h', 2153 'dom/custom/CustomElementCallbackInvocation.h',
2156 'dom/custom/CustomElementCallbackQueue.cpp', 2154 'dom/custom/CustomElementCallbackQueue.cpp',
2157 'dom/custom/CustomElementCallbackQueue.h', 2155 'dom/custom/CustomElementCallbackQueue.h',
(...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after
3398 'loader/MixedContentCheckerTest.cpp', 3396 'loader/MixedContentCheckerTest.cpp',
3399 'page/NetworkStateNotifierTest.cpp', 3397 'page/NetworkStateNotifierTest.cpp',
3400 'rendering/RenderOverflowTest.cpp', 3398 'rendering/RenderOverflowTest.cpp',
3401 'rendering/shapes/BoxShapeTest.cpp', 3399 'rendering/shapes/BoxShapeTest.cpp',
3402 'testing/UnitTestHelpers.cpp', 3400 'testing/UnitTestHelpers.cpp',
3403 'testing/UnitTestHelpers.h', 3401 'testing/UnitTestHelpers.h',
3404 'xml/parser/SharedBufferReaderTest.cpp', 3402 'xml/parser/SharedBufferReaderTest.cpp',
3405 ], 3403 ],
3406 } 3404 }
3407 } 3405 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Node.cpp » ('j') | Source/core/frame/EventHandlerRegistry.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698