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

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

Issue 1479923002: Enumerate the return value of dispatchEvent so it is clear. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_passive_uma_add
Patch Set: Fix typo Created 4 years, 9 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 '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 2630 matching lines...) Expand 10 before | Expand all | Expand 10 after
2641 'events/DOMWindowEventQueue.h', 2641 'events/DOMWindowEventQueue.h',
2642 'events/DragEvent.cpp', 2642 'events/DragEvent.cpp',
2643 'events/DragEvent.h', 2643 'events/DragEvent.h',
2644 'events/ErrorEvent.cpp', 2644 'events/ErrorEvent.cpp',
2645 'events/ErrorEvent.h', 2645 'events/ErrorEvent.h',
2646 'events/Event.cpp', 2646 'events/Event.cpp',
2647 'events/EventDispatchMediator.cpp', 2647 'events/EventDispatchMediator.cpp',
2648 'events/EventDispatchMediator.h', 2648 'events/EventDispatchMediator.h',
2649 'events/EventDispatcher.cpp', 2649 'events/EventDispatcher.cpp',
2650 'events/EventDispatcher.h', 2650 'events/EventDispatcher.h',
2651 'events/EventDispatchResult.h',
2651 'events/EventListenerMap.cpp', 2652 'events/EventListenerMap.cpp',
2652 'events/EventPath.cpp', 2653 'events/EventPath.cpp',
2653 'events/EventPath.h', 2654 'events/EventPath.h',
2654 'events/EventQueue.h', 2655 'events/EventQueue.h',
2655 'events/EventSender.h', 2656 'events/EventSender.h',
2656 'events/EventTarget.cpp', 2657 'events/EventTarget.cpp',
2657 'events/FocusEvent.cpp', 2658 'events/FocusEvent.cpp',
2658 'events/FocusEvent.h', 2659 'events/FocusEvent.h',
2659 'events/GenericEventQueue.cpp', 2660 'events/GenericEventQueue.cpp',
2660 'events/GenericEventQueue.h', 2661 'events/GenericEventQueue.h',
(...skipping 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after
4032 'style/SVGComputedStyleTest.cpp', 4033 'style/SVGComputedStyleTest.cpp',
4033 'svg/SVGPathParserTest.cpp', 4034 'svg/SVGPathParserTest.cpp',
4034 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4035 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4035 'testing/PrivateScriptTestTest.cpp', 4036 'testing/PrivateScriptTestTest.cpp',
4036 'timing/MemoryInfoTest.cpp', 4037 'timing/MemoryInfoTest.cpp',
4037 'workers/WorkerThreadTest.cpp', 4038 'workers/WorkerThreadTest.cpp',
4038 'xml/parser/SharedBufferReaderTest.cpp', 4039 'xml/parser/SharedBufferReaderTest.cpp',
4039 ], 4040 ],
4040 } 4041 }
4041 } 4042 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/Animation.cpp ('k') | third_party/WebKit/Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698