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

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

Issue 1153723010: Remove page/EventHandler.* and fix core.gypi (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/page/EventHandler.h » ('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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1772 matching lines...) Expand 10 before | Expand all | Expand 10 after
1783 'page/ContextMenuController.cpp', 1783 'page/ContextMenuController.cpp',
1784 'page/ContextMenuProvider.h', 1784 'page/ContextMenuProvider.h',
1785 'page/CreateWindow.cpp', 1785 'page/CreateWindow.cpp',
1786 'page/CreateWindow.h', 1786 'page/CreateWindow.h',
1787 'page/CustomContextMenuProvider.cpp', 1787 'page/CustomContextMenuProvider.cpp',
1788 'page/CustomContextMenuProvider.h', 1788 'page/CustomContextMenuProvider.h',
1789 'page/DOMWindowPagePopup.cpp', 1789 'page/DOMWindowPagePopup.cpp',
1790 'page/DOMWindowPagePopup.h', 1790 'page/DOMWindowPagePopup.h',
1791 'page/DragController.cpp', 1791 'page/DragController.cpp',
1792 'page/DragData.cpp', 1792 'page/DragData.cpp',
1793 'page/EventHandler.cpp',
1794 'page/EventSource.cpp', 1793 'page/EventSource.cpp',
1795 'page/EventSource.h', 1794 'page/EventSource.h',
1796 'page/EventWithHitTestResults.h', 1795 'page/EventWithHitTestResults.h',
1797 'page/FocusController.cpp', 1796 'page/FocusController.cpp',
1798 'page/FrameTree.cpp', 1797 'page/FrameTree.cpp',
1799 'page/NetworkStateNotifier.cpp', 1798 'page/NetworkStateNotifier.cpp',
1800 'page/NetworkStateNotifier.h', 1799 'page/NetworkStateNotifier.h',
1801 'page/Page.cpp', 1800 'page/Page.cpp',
1802 'page/Page.h', 1801 'page/Page.h',
1803 'page/PageAnimator.cpp', 1802 'page/PageAnimator.cpp',
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after
2537 'events/TransitionEvent.cpp', 2536 'events/TransitionEvent.cpp',
2538 'events/TransitionEvent.h', 2537 'events/TransitionEvent.h',
2539 'events/TreeScopeEventContext.cpp', 2538 'events/TreeScopeEventContext.cpp',
2540 'events/TreeScopeEventContext.h', 2539 'events/TreeScopeEventContext.h',
2541 'events/UIEvent.cpp', 2540 'events/UIEvent.cpp',
2542 'events/UIEventWithKeyState.cpp', 2541 'events/UIEventWithKeyState.cpp',
2543 'events/WheelEvent.cpp', 2542 'events/WheelEvent.cpp',
2544 'events/WheelEvent.h', 2543 'events/WheelEvent.h',
2545 'events/WindowEventContext.cpp', 2544 'events/WindowEventContext.cpp',
2546 'events/WindowEventContext.h', 2545 'events/WindowEventContext.h',
2546 'input/EventHandler.cpp',
2547 'input/EventHandler.h',
2547 'input/InputDevice.cpp', 2548 'input/InputDevice.cpp',
2548 'input/InputDevice.h', 2549 'input/InputDevice.h',
2549 ], 2550 ],
2550 'webcore_html_files': [ 2551 'webcore_html_files': [
2551 'html/ClassList.cpp', 2552 'html/ClassList.cpp',
2552 'html/ClassList.h', 2553 'html/ClassList.h',
2553 'html/CrossOriginAttribute.cpp', 2554 'html/CrossOriginAttribute.cpp',
2554 'html/CrossOriginAttribute.h', 2555 'html/CrossOriginAttribute.h',
2555 'html/DOMFormData.cpp', 2556 'html/DOMFormData.cpp',
2556 'html/DOMFormData.h', 2557 'html/DOMFormData.h',
(...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
3932 'style/ComputedStyleTest.cpp', 3933 'style/ComputedStyleTest.cpp',
3933 'style/OutlineValueTest.cpp', 3934 'style/OutlineValueTest.cpp',
3934 'style/SVGComputedStyleTest.cpp', 3935 'style/SVGComputedStyleTest.cpp',
3935 'testing/PrivateScriptTestTest.cpp', 3936 'testing/PrivateScriptTestTest.cpp',
3936 'timing/MemoryInfoTest.cpp', 3937 'timing/MemoryInfoTest.cpp',
3937 'workers/WorkerThreadTest.cpp', 3938 'workers/WorkerThreadTest.cpp',
3938 'xml/parser/SharedBufferReaderTest.cpp', 3939 'xml/parser/SharedBufferReaderTest.cpp',
3939 ], 3940 ],
3940 } 3941 }
3941 } 3942 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/page/EventHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698