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

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

Issue 237963014: Track scroll event handlers in nested documents (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Oilpan build fix. Created 6 years, 7 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
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/TimedItem.idl', 8 'animation/TimedItem.idl',
9 'animation/Timeline.idl', 9 'animation/Timeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 'page/ContextMenuProvider.h', 1383 'page/ContextMenuProvider.h',
1384 'page/CreateWindow.cpp', 1384 'page/CreateWindow.cpp',
1385 'page/CreateWindow.h', 1385 'page/CreateWindow.h',
1386 'page/DOMSelection.cpp', 1386 'page/DOMSelection.cpp',
1387 'page/DOMSelection.h', 1387 'page/DOMSelection.h',
1388 'page/DOMWindowPagePopup.cpp', 1388 'page/DOMWindowPagePopup.cpp',
1389 'page/DOMWindowPagePopup.h', 1389 'page/DOMWindowPagePopup.h',
1390 'page/DragController.cpp', 1390 'page/DragController.cpp',
1391 'page/DragData.cpp', 1391 'page/DragData.cpp',
1392 'page/EventHandler.cpp', 1392 'page/EventHandler.cpp',
1393 'page/EventHandlerRegistry.cpp',
1394 'page/EventHandlerRegistry.h',
1393 'page/EventSource.cpp', 1395 'page/EventSource.cpp',
1394 'page/EventSource.h', 1396 'page/EventSource.h',
1395 'page/FocusController.cpp', 1397 'page/FocusController.cpp',
1396 'page/FocusType.h', 1398 'page/FocusType.h',
1397 'page/FrameTree.cpp', 1399 'page/FrameTree.cpp',
1398 'page/InjectedStyleSheets.cpp', 1400 'page/InjectedStyleSheets.cpp',
1399 'page/InjectedStyleSheets.h', 1401 'page/InjectedStyleSheets.h',
1400 'page/MouseEventWithHitTestResults.cpp', 1402 'page/MouseEventWithHitTestResults.cpp',
1401 'page/MouseEventWithHitTestResults.h', 1403 'page/MouseEventWithHitTestResults.h',
1402 'page/NetworkStateNotifier.cpp', 1404 'page/NetworkStateNotifier.cpp',
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
1999 'dom/Element.h', 2001 'dom/Element.h',
2000 'dom/ElementData.cpp', 2002 'dom/ElementData.cpp',
2001 'dom/ElementData.h', 2003 'dom/ElementData.h',
2002 'dom/ElementDataCache.cpp', 2004 'dom/ElementDataCache.cpp',
2003 'dom/ElementDataCache.h', 2005 'dom/ElementDataCache.h',
2004 'dom/ElementRareData.cpp', 2006 'dom/ElementRareData.cpp',
2005 'dom/ElementRareData.h', 2007 'dom/ElementRareData.h',
2006 'dom/ElementTraversal.h', 2008 'dom/ElementTraversal.h',
2007 'dom/EmptyNodeList.cpp', 2009 'dom/EmptyNodeList.cpp',
2008 'dom/EmptyNodeList.h', 2010 'dom/EmptyNodeList.h',
2009 'dom/EventHandlerRegistry.cpp',
2010 'dom/EventHandlerRegistry.h',
2011 'dom/ExecutionContext.cpp', 2011 'dom/ExecutionContext.cpp',
2012 'dom/ExecutionContext.h', 2012 'dom/ExecutionContext.h',
2013 'dom/ExecutionContextTask.h', 2013 'dom/ExecutionContextTask.h',
2014 'dom/FullscreenElementStack.cpp', 2014 'dom/FullscreenElementStack.cpp',
2015 'dom/FullscreenElementStack.h', 2015 'dom/FullscreenElementStack.h',
2016 'dom/GlobalEventHandlers.h', 2016 'dom/GlobalEventHandlers.h',
2017 'dom/IconURL.cpp', 2017 'dom/IconURL.cpp',
2018 'dom/IconURL.h', 2018 'dom/IconURL.h',
2019 'dom/IdTargetObserver.cpp', 2019 'dom/IdTargetObserver.cpp',
2020 'dom/IdTargetObserver.h', 2020 'dom/IdTargetObserver.h',
(...skipping 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after
3395 'html/track/vtt/VTTScannerTest.cpp', 3395 'html/track/vtt/VTTScannerTest.cpp',
3396 'loader/MixedContentCheckerTest.cpp', 3396 'loader/MixedContentCheckerTest.cpp',
3397 'rendering/RenderOverflowTest.cpp', 3397 'rendering/RenderOverflowTest.cpp',
3398 'rendering/shapes/BoxShapeTest.cpp', 3398 'rendering/shapes/BoxShapeTest.cpp',
3399 'testing/UnitTestHelpers.cpp', 3399 'testing/UnitTestHelpers.cpp',
3400 'testing/UnitTestHelpers.h', 3400 'testing/UnitTestHelpers.h',
3401 'xml/parser/SharedBufferReaderTest.cpp', 3401 'xml/parser/SharedBufferReaderTest.cpp',
3402 ], 3402 ],
3403 } 3403 }
3404 } 3404 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/scroll-event-handler-count-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698