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

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 up phillip's comments 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 2625 matching lines...) Expand 10 before | Expand all | Expand 10 after
2636 'events/DOMWindowEventQueue.h', 2636 'events/DOMWindowEventQueue.h',
2637 'events/DragEvent.cpp', 2637 'events/DragEvent.cpp',
2638 'events/DragEvent.h', 2638 'events/DragEvent.h',
2639 'events/ErrorEvent.cpp', 2639 'events/ErrorEvent.cpp',
2640 'events/ErrorEvent.h', 2640 'events/ErrorEvent.h',
2641 'events/Event.cpp', 2641 'events/Event.cpp',
2642 'events/EventDispatchMediator.cpp', 2642 'events/EventDispatchMediator.cpp',
2643 'events/EventDispatchMediator.h', 2643 'events/EventDispatchMediator.h',
2644 'events/EventDispatcher.cpp', 2644 'events/EventDispatcher.cpp',
2645 'events/EventDispatcher.h', 2645 'events/EventDispatcher.h',
2646 'events/EventDispatcResult.h',
philipj_slow 2016/02/26 04:11:52 I think this typo has upset the bots.
2646 'events/EventListenerMap.cpp', 2647 'events/EventListenerMap.cpp',
2647 'events/EventPath.cpp', 2648 'events/EventPath.cpp',
2648 'events/EventPath.h', 2649 'events/EventPath.h',
2649 'events/EventQueue.h', 2650 'events/EventQueue.h',
2650 'events/EventSender.h', 2651 'events/EventSender.h',
2651 'events/EventTarget.cpp', 2652 'events/EventTarget.cpp',
2652 'events/FocusEvent.cpp', 2653 'events/FocusEvent.cpp',
2653 'events/FocusEvent.h', 2654 'events/FocusEvent.h',
2654 'events/GenericEventQueue.cpp', 2655 'events/GenericEventQueue.cpp',
2655 'events/GenericEventQueue.h', 2656 'events/GenericEventQueue.h',
(...skipping 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after
4025 'style/SVGComputedStyleTest.cpp', 4026 'style/SVGComputedStyleTest.cpp',
4026 'svg/SVGPathParserTest.cpp', 4027 'svg/SVGPathParserTest.cpp',
4027 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4028 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4028 'testing/PrivateScriptTestTest.cpp', 4029 'testing/PrivateScriptTestTest.cpp',
4029 'timing/MemoryInfoTest.cpp', 4030 'timing/MemoryInfoTest.cpp',
4030 'workers/WorkerThreadTest.cpp', 4031 'workers/WorkerThreadTest.cpp',
4031 'xml/parser/SharedBufferReaderTest.cpp', 4032 'xml/parser/SharedBufferReaderTest.cpp',
4032 ], 4033 ],
4033 } 4034 }
4034 } 4035 }
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