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

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') | no next file with comments »
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 2124 matching lines...) Expand 10 before | Expand all | Expand 10 after
2135 'dom/TreeWalker.cpp', 2135 'dom/TreeWalker.cpp',
2136 'dom/TreeWalker.h', 2136 'dom/TreeWalker.h',
2137 'dom/UserActionElementSet.cpp', 2137 'dom/UserActionElementSet.cpp',
2138 'dom/UserActionElementSet.h', 2138 'dom/UserActionElementSet.h',
2139 'dom/ViewportDescription.cpp', 2139 'dom/ViewportDescription.cpp',
2140 'dom/ViewportDescription.h', 2140 'dom/ViewportDescription.h',
2141 'dom/VisitedLinkState.cpp', 2141 'dom/VisitedLinkState.cpp',
2142 'dom/VisitedLinkState.h', 2142 'dom/VisitedLinkState.h',
2143 'dom/WeakNodeMap.cpp', 2143 'dom/WeakNodeMap.cpp',
2144 'dom/WeakNodeMap.h', 2144 'dom/WeakNodeMap.h',
2145 'dom/WheelController.cpp',
2146 'dom/WheelController.h',
2147 'dom/XMLDocument.cpp', 2145 'dom/XMLDocument.cpp',
2148 'dom/XMLDocument.h', 2146 'dom/XMLDocument.h',
2149 'dom/custom/CustomElement.cpp', 2147 'dom/custom/CustomElement.cpp',
2150 'dom/custom/CustomElement.h', 2148 'dom/custom/CustomElement.h',
2151 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp', 2149 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp',
2152 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h', 2150 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h',
2153 'dom/custom/CustomElementCallbackDispatcher.cpp', 2151 'dom/custom/CustomElementCallbackDispatcher.cpp',
2154 'dom/custom/CustomElementCallbackDispatcher.h', 2152 'dom/custom/CustomElementCallbackDispatcher.h',
2155 'dom/custom/CustomElementCallbackInvocation.cpp', 2153 'dom/custom/CustomElementCallbackInvocation.cpp',
2156 'dom/custom/CustomElementCallbackInvocation.h', 2154 'dom/custom/CustomElementCallbackInvocation.h',
(...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after
3401 'loader/MixedContentCheckerTest.cpp', 3399 'loader/MixedContentCheckerTest.cpp',
3402 'page/NetworkStateNotifierTest.cpp', 3400 'page/NetworkStateNotifierTest.cpp',
3403 'rendering/RenderOverflowTest.cpp', 3401 'rendering/RenderOverflowTest.cpp',
3404 'rendering/shapes/BoxShapeTest.cpp', 3402 'rendering/shapes/BoxShapeTest.cpp',
3405 'testing/UnitTestHelpers.cpp', 3403 'testing/UnitTestHelpers.cpp',
3406 'testing/UnitTestHelpers.h', 3404 'testing/UnitTestHelpers.h',
3407 'xml/parser/SharedBufferReaderTest.cpp', 3405 'xml/parser/SharedBufferReaderTest.cpp',
3408 ], 3406 ],
3409 } 3407 }
3410 } 3408 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698