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

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: Start with the bare minimum. 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/ExecutionContext.cpp', 2000 'dom/ExecutionContext.cpp',
1999 'dom/ExecutionContextTask.h', 2001 'dom/ExecutionContextTask.h',
2000 'dom/FullscreenElementStack.cpp', 2002 'dom/FullscreenElementStack.cpp',
2001 'dom/FullscreenElementStack.h', 2003 'dom/FullscreenElementStack.h',
2002 'dom/GlobalEventHandlers.h', 2004 'dom/GlobalEventHandlers.h',
2003 'dom/IconURL.cpp', 2005 'dom/IconURL.cpp',
2004 'dom/IconURL.h', 2006 'dom/IconURL.h',
2005 'dom/IdTargetObserver.cpp', 2007 'dom/IdTargetObserver.cpp',
2006 'dom/IdTargetObserver.h', 2008 'dom/IdTargetObserver.h',
2007 'dom/IdTargetObserverRegistry.cpp', 2009 'dom/IdTargetObserverRegistry.cpp',
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
3373 'html/track/vtt/BufferedLineReaderTest.cpp', 3375 'html/track/vtt/BufferedLineReaderTest.cpp',
3374 'html/track/vtt/VTTScannerTest.cpp', 3376 'html/track/vtt/VTTScannerTest.cpp',
3375 'rendering/RenderOverflowTest.cpp', 3377 'rendering/RenderOverflowTest.cpp',
3376 'rendering/shapes/BoxShapeTest.cpp', 3378 'rendering/shapes/BoxShapeTest.cpp',
3377 'testing/UnitTestHelpers.cpp', 3379 'testing/UnitTestHelpers.cpp',
3378 'testing/UnitTestHelpers.h', 3380 'testing/UnitTestHelpers.h',
3379 'xml/parser/SharedBufferReaderTest.cpp', 3381 'xml/parser/SharedBufferReaderTest.cpp',
3380 ], 3382 ],
3381 } 3383 }
3382 } 3384 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698