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

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: Just the registry. 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 1976 matching lines...) Expand 10 before | Expand all | Expand 10 after
1987 'dom/Element.h', 1987 'dom/Element.h',
1988 'dom/ElementData.cpp', 1988 'dom/ElementData.cpp',
1989 'dom/ElementData.h', 1989 'dom/ElementData.h',
1990 'dom/ElementDataCache.cpp', 1990 'dom/ElementDataCache.cpp',
1991 'dom/ElementDataCache.h', 1991 'dom/ElementDataCache.h',
1992 'dom/ElementRareData.cpp', 1992 'dom/ElementRareData.cpp',
1993 'dom/ElementRareData.h', 1993 'dom/ElementRareData.h',
1994 'dom/ElementTraversal.h', 1994 'dom/ElementTraversal.h',
1995 'dom/EmptyNodeList.cpp', 1995 'dom/EmptyNodeList.cpp',
1996 'dom/EmptyNodeList.h', 1996 'dom/EmptyNodeList.h',
1997 'dom/EventHandlerRegistry.cpp',
1998 'dom/EventHandlerRegistry.h',
1997 'dom/ExecutionContext.cpp', 1999 'dom/ExecutionContext.cpp',
1998 'dom/ExecutionContextTask.h', 2000 'dom/ExecutionContextTask.h',
1999 'dom/FullscreenElementStack.cpp', 2001 'dom/FullscreenElementStack.cpp',
2000 'dom/FullscreenElementStack.h', 2002 'dom/FullscreenElementStack.h',
2001 'dom/GlobalEventHandlers.h', 2003 'dom/GlobalEventHandlers.h',
2002 'dom/IconURL.cpp', 2004 'dom/IconURL.cpp',
2003 'dom/IconURL.h', 2005 'dom/IconURL.h',
2004 'dom/IdTargetObserver.cpp', 2006 'dom/IdTargetObserver.cpp',
2005 'dom/IdTargetObserver.h', 2007 'dom/IdTargetObserver.h',
2006 'dom/IdTargetObserverRegistry.cpp', 2008 'dom/IdTargetObserverRegistry.cpp',
(...skipping 1362 matching lines...) Expand 10 before | Expand all | Expand 10 after
3369 'html/track/vtt/BufferedLineReaderTest.cpp', 3371 'html/track/vtt/BufferedLineReaderTest.cpp',
3370 'html/track/vtt/VTTScannerTest.cpp', 3372 'html/track/vtt/VTTScannerTest.cpp',
3371 'rendering/RenderOverflowTest.cpp', 3373 'rendering/RenderOverflowTest.cpp',
3372 'rendering/shapes/BoxShapeTest.cpp', 3374 'rendering/shapes/BoxShapeTest.cpp',
3373 'testing/UnitTestHelpers.cpp', 3375 'testing/UnitTestHelpers.cpp',
3374 'testing/UnitTestHelpers.h', 3376 'testing/UnitTestHelpers.h',
3375 'xml/parser/SharedBufferReaderTest.cpp', 3377 'xml/parser/SharedBufferReaderTest.cpp',
3376 ], 3378 ],
3377 } 3379 }
3378 } 3380 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698