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

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: Rebased. 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 1977 matching lines...) Expand 10 before | Expand all | Expand 10 after
1988 'dom/Element.h', 1988 'dom/Element.h',
1989 'dom/ElementData.cpp', 1989 'dom/ElementData.cpp',
1990 'dom/ElementData.h', 1990 'dom/ElementData.h',
1991 'dom/ElementDataCache.cpp', 1991 'dom/ElementDataCache.cpp',
1992 'dom/ElementDataCache.h', 1992 'dom/ElementDataCache.h',
1993 'dom/ElementRareData.cpp', 1993 'dom/ElementRareData.cpp',
1994 'dom/ElementRareData.h', 1994 'dom/ElementRareData.h',
1995 'dom/ElementTraversal.h', 1995 'dom/ElementTraversal.h',
1996 'dom/EmptyNodeList.cpp', 1996 'dom/EmptyNodeList.cpp',
1997 'dom/EmptyNodeList.h', 1997 'dom/EmptyNodeList.h',
1998 'dom/EventHandlerRegistry.cpp',
1999 'dom/EventHandlerRegistry.h',
1998 'dom/ExecutionContextTask.h', 2000 'dom/ExecutionContextTask.h',
1999 'dom/MainThreadTaskRunner.cpp', 2001 'dom/MainThreadTaskRunner.cpp',
2000 'dom/MainThreadTaskRunner.h', 2002 'dom/MainThreadTaskRunner.h',
2001 'dom/FullscreenElementStack.cpp', 2003 'dom/FullscreenElementStack.cpp',
2002 'dom/FullscreenElementStack.h', 2004 'dom/FullscreenElementStack.h',
2003 'dom/GlobalEventHandlers.h', 2005 'dom/GlobalEventHandlers.h',
2004 'dom/IconURL.cpp', 2006 'dom/IconURL.cpp',
2005 'dom/IconURL.h', 2007 'dom/IconURL.h',
2006 'dom/IdTargetObserver.cpp', 2008 'dom/IdTargetObserver.cpp',
2007 'dom/IdTargetObserver.h', 2009 'dom/IdTargetObserver.h',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
2169 'dom/TreeScopeStyleSheetCollection.h', 2171 'dom/TreeScopeStyleSheetCollection.h',
2170 'dom/TreeShared.h', 2172 'dom/TreeShared.h',
2171 'dom/TreeWalker.cpp', 2173 'dom/TreeWalker.cpp',
2172 'dom/TreeWalker.h', 2174 'dom/TreeWalker.h',
2173 'dom/UserActionElementSet.cpp', 2175 'dom/UserActionElementSet.cpp',
2174 'dom/UserActionElementSet.h', 2176 'dom/UserActionElementSet.h',
2175 'dom/ViewportDescription.cpp', 2177 'dom/ViewportDescription.cpp',
2176 'dom/ViewportDescription.h', 2178 'dom/ViewportDescription.h',
2177 'dom/VisitedLinkState.cpp', 2179 'dom/VisitedLinkState.cpp',
2178 'dom/VisitedLinkState.h', 2180 'dom/VisitedLinkState.h',
2179 'dom/WheelController.cpp',
2180 'dom/WheelController.h',
2181 'events/AnimationPlayerEvent.cpp', 2181 'events/AnimationPlayerEvent.cpp',
2182 'events/AnimationPlayerEvent.h', 2182 'events/AnimationPlayerEvent.h',
2183 'events/ApplicationCacheErrorEvent.cpp', 2183 'events/ApplicationCacheErrorEvent.cpp',
2184 'events/ApplicationCacheErrorEvent.h', 2184 'events/ApplicationCacheErrorEvent.h',
2185 'events/AutocompleteErrorEvent.h', 2185 'events/AutocompleteErrorEvent.h',
2186 'events/BeforeTextInsertedEvent.cpp', 2186 'events/BeforeTextInsertedEvent.cpp',
2187 'events/BeforeTextInsertedEvent.h', 2187 'events/BeforeTextInsertedEvent.h',
2188 'events/BeforeUnloadEvent.cpp', 2188 'events/BeforeUnloadEvent.cpp',
2189 'events/BeforeUnloadEvent.h', 2189 'events/BeforeUnloadEvent.h',
2190 'events/ClipboardEvent.cpp', 2190 'events/ClipboardEvent.cpp',
(...skipping 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after
3369 'html/track/vtt/BufferedLineReaderTest.cpp', 3369 'html/track/vtt/BufferedLineReaderTest.cpp',
3370 'html/track/vtt/VTTScannerTest.cpp', 3370 'html/track/vtt/VTTScannerTest.cpp',
3371 'rendering/RenderOverflowTest.cpp', 3371 'rendering/RenderOverflowTest.cpp',
3372 'rendering/shapes/BoxShapeTest.cpp', 3372 'rendering/shapes/BoxShapeTest.cpp',
3373 'testing/UnitTestHelpers.cpp', 3373 'testing/UnitTestHelpers.cpp',
3374 'testing/UnitTestHelpers.h', 3374 'testing/UnitTestHelpers.h',
3375 'xml/parser/SharedBufferReaderTest.cpp', 3375 'xml/parser/SharedBufferReaderTest.cpp',
3376 ], 3376 ],
3377 } 3377 }
3378 } 3378 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698