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

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

Issue 1157173003: Impelement InputDevice.firesTouchEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unnecessary include 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
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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'events/AutocompleteErrorEvent.idl', 102 'events/AutocompleteErrorEvent.idl',
103 'events/BeforeUnloadEvent.idl', 103 'events/BeforeUnloadEvent.idl',
104 'events/ClipboardEvent.idl', 104 'events/ClipboardEvent.idl',
105 'events/CompositionEvent.idl', 105 'events/CompositionEvent.idl',
106 'events/CustomEvent.idl', 106 'events/CustomEvent.idl',
107 'events/ErrorEvent.idl', 107 'events/ErrorEvent.idl',
108 'events/Event.idl', 108 'events/Event.idl',
109 'events/EventTarget.idl', 109 'events/EventTarget.idl',
110 'events/FocusEvent.idl', 110 'events/FocusEvent.idl',
111 'events/HashChangeEvent.idl', 111 'events/HashChangeEvent.idl',
112 'events/InputDevice.idl',
112 'events/KeyboardEvent.idl', 113 'events/KeyboardEvent.idl',
113 'events/MessageEvent.idl', 114 'events/MessageEvent.idl',
114 'events/MouseEvent.idl', 115 'events/MouseEvent.idl',
115 'events/MutationEvent.idl', 116 'events/MutationEvent.idl',
116 'events/OverflowEvent.idl', 117 'events/OverflowEvent.idl',
117 'events/PageTransitionEvent.idl', 118 'events/PageTransitionEvent.idl',
118 'events/PointerEvent.idl', 119 'events/PointerEvent.idl',
119 'events/PopStateEvent.idl', 120 'events/PopStateEvent.idl',
120 'events/ProgressEvent.idl', 121 'events/ProgressEvent.idl',
121 'events/RelatedEvent.idl', 122 'events/RelatedEvent.idl',
(...skipping 2354 matching lines...) Expand 10 before | Expand all | Expand 10 after
2476 'events/EventDispatcher.cpp', 2477 'events/EventDispatcher.cpp',
2477 'events/EventDispatcher.h', 2478 'events/EventDispatcher.h',
2478 'events/EventListenerMap.cpp', 2479 'events/EventListenerMap.cpp',
2479 'events/EventPath.cpp', 2480 'events/EventPath.cpp',
2480 'events/EventPath.h', 2481 'events/EventPath.h',
2481 'events/EventQueue.h', 2482 'events/EventQueue.h',
2482 'events/EventSender.h', 2483 'events/EventSender.h',
2483 'events/EventTarget.cpp', 2484 'events/EventTarget.cpp',
2484 'events/FocusEvent.cpp', 2485 'events/FocusEvent.cpp',
2485 'events/FocusEvent.h', 2486 'events/FocusEvent.h',
2487 'events/InputDevice.cpp',
2488 'events/InputDevice.h',
2486 'events/GenericEventQueue.cpp', 2489 'events/GenericEventQueue.cpp',
2487 'events/GenericEventQueue.h', 2490 'events/GenericEventQueue.h',
2488 'events/GestureEvent.cpp', 2491 'events/GestureEvent.cpp',
2489 'events/GestureEvent.h', 2492 'events/GestureEvent.h',
2490 'events/HashChangeEvent.h', 2493 'events/HashChangeEvent.h',
2491 'events/KeyboardEvent.cpp', 2494 'events/KeyboardEvent.cpp',
2492 'events/MessageEvent.cpp', 2495 'events/MessageEvent.cpp',
2493 'events/MessageEvent.h', 2496 'events/MessageEvent.h',
2494 'events/MouseEvent.cpp', 2497 'events/MouseEvent.cpp',
2495 'events/MouseRelatedEvent.cpp', 2498 'events/MouseRelatedEvent.cpp',
(...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after
3568 'events/AnimationEventInit.idl', 3571 'events/AnimationEventInit.idl',
3569 'events/AnimationPlayerEventInit.idl', 3572 'events/AnimationPlayerEventInit.idl',
3570 'events/ApplicationCacheErrorEventInit.idl', 3573 'events/ApplicationCacheErrorEventInit.idl',
3571 'events/AutocompleteErrorEventInit.idl', 3574 'events/AutocompleteErrorEventInit.idl',
3572 'events/CompositionEventInit.idl', 3575 'events/CompositionEventInit.idl',
3573 'events/CustomEventInit.idl', 3576 'events/CustomEventInit.idl',
3574 'events/ErrorEventInit.idl', 3577 'events/ErrorEventInit.idl',
3575 'events/EventInit.idl', 3578 'events/EventInit.idl',
3576 'events/FocusEventInit.idl', 3579 'events/FocusEventInit.idl',
3577 'events/HashChangeEventInit.idl', 3580 'events/HashChangeEventInit.idl',
3581 'events/InputDeviceInit.idl',
3578 'events/KeyboardEventInit.idl', 3582 'events/KeyboardEventInit.idl',
3579 'events/MouseEventInit.idl', 3583 'events/MouseEventInit.idl',
3580 'events/OverflowEventInit.idl', 3584 'events/OverflowEventInit.idl',
3581 'events/PageTransitionEventInit.idl', 3585 'events/PageTransitionEventInit.idl',
3582 'events/PointerEventInit.idl', 3586 'events/PointerEventInit.idl',
3583 'events/PopStateEventInit.idl', 3587 'events/PopStateEventInit.idl',
3584 'events/ProgressEventInit.idl', 3588 'events/ProgressEventInit.idl',
3585 'events/RelatedEventInit.idl', 3589 'events/RelatedEventInit.idl',
3586 'events/SecurityPolicyViolationEventInit.idl', 3590 'events/SecurityPolicyViolationEventInit.idl',
3587 'events/SharedKeyboardAndMouseEventInit.idl', 3591 'events/SharedKeyboardAndMouseEventInit.idl',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
3630 '<(blink_core_output_dir)/events/CustomEventInit.cpp', 3634 '<(blink_core_output_dir)/events/CustomEventInit.cpp',
3631 '<(blink_core_output_dir)/events/CustomEventInit.h', 3635 '<(blink_core_output_dir)/events/CustomEventInit.h',
3632 '<(blink_core_output_dir)/events/ErrorEventInit.cpp', 3636 '<(blink_core_output_dir)/events/ErrorEventInit.cpp',
3633 '<(blink_core_output_dir)/events/ErrorEventInit.h', 3637 '<(blink_core_output_dir)/events/ErrorEventInit.h',
3634 '<(blink_core_output_dir)/events/EventInitDictionary.cpp', 3638 '<(blink_core_output_dir)/events/EventInitDictionary.cpp',
3635 '<(blink_core_output_dir)/events/EventInitDictionary.h', 3639 '<(blink_core_output_dir)/events/EventInitDictionary.h',
3636 '<(blink_core_output_dir)/events/FocusEventInit.cpp', 3640 '<(blink_core_output_dir)/events/FocusEventInit.cpp',
3637 '<(blink_core_output_dir)/events/FocusEventInit.h', 3641 '<(blink_core_output_dir)/events/FocusEventInit.h',
3638 '<(blink_core_output_dir)/events/HashChangeEventInit.cpp', 3642 '<(blink_core_output_dir)/events/HashChangeEventInit.cpp',
3639 '<(blink_core_output_dir)/events/HashChangeEventInit.h', 3643 '<(blink_core_output_dir)/events/HashChangeEventInit.h',
3644 '<(blink_core_output_dir)/events/InputDeviceInit.cpp',
3645 '<(blink_core_output_dir)/events/InputDeviceInit.h',
3640 '<(blink_core_output_dir)/events/KeyboardEventInit.cpp', 3646 '<(blink_core_output_dir)/events/KeyboardEventInit.cpp',
3641 '<(blink_core_output_dir)/events/KeyboardEventInit.h', 3647 '<(blink_core_output_dir)/events/KeyboardEventInit.h',
3642 '<(blink_core_output_dir)/events/MouseEventInit.cpp', 3648 '<(blink_core_output_dir)/events/MouseEventInit.cpp',
3643 '<(blink_core_output_dir)/events/MouseEventInit.h', 3649 '<(blink_core_output_dir)/events/MouseEventInit.h',
3644 '<(blink_core_output_dir)/events/OverflowEventInit.cpp', 3650 '<(blink_core_output_dir)/events/OverflowEventInit.cpp',
3645 '<(blink_core_output_dir)/events/OverflowEventInit.h', 3651 '<(blink_core_output_dir)/events/OverflowEventInit.h',
3646 '<(blink_core_output_dir)/events/PageTransitionEventInit.cpp', 3652 '<(blink_core_output_dir)/events/PageTransitionEventInit.cpp',
3647 '<(blink_core_output_dir)/events/PageTransitionEventInit.h', 3653 '<(blink_core_output_dir)/events/PageTransitionEventInit.h',
3648 '<(blink_core_output_dir)/events/PointerEventInit.cpp', 3654 '<(blink_core_output_dir)/events/PointerEventInit.cpp',
3649 '<(blink_core_output_dir)/events/PointerEventInit.h', 3655 '<(blink_core_output_dir)/events/PointerEventInit.h',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
3908 'style/ComputedStyleTest.cpp', 3914 'style/ComputedStyleTest.cpp',
3909 'style/OutlineValueTest.cpp', 3915 'style/OutlineValueTest.cpp',
3910 'style/SVGComputedStyleTest.cpp', 3916 'style/SVGComputedStyleTest.cpp',
3911 'testing/PrivateScriptTestTest.cpp', 3917 'testing/PrivateScriptTestTest.cpp',
3912 'timing/MemoryInfoTest.cpp', 3918 'timing/MemoryInfoTest.cpp',
3913 'workers/WorkerThreadTest.cpp', 3919 'workers/WorkerThreadTest.cpp',
3914 'xml/parser/SharedBufferReaderTest.cpp', 3920 'xml/parser/SharedBufferReaderTest.cpp',
3915 ], 3921 ],
3916 } 3922 }
3917 } 3923 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698