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

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

Issue 1144313003: Added PointerEvent firing on touch events. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. TODO fixes. 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 2511 matching lines...) Expand 10 before | Expand all | Expand 10 after
2522 'events/NavigatorEvents.cpp', 2522 'events/NavigatorEvents.cpp',
2523 'events/NavigatorEvents.h', 2523 'events/NavigatorEvents.h',
2524 'events/NodeEventContext.cpp', 2524 'events/NodeEventContext.cpp',
2525 'events/NodeEventContext.h', 2525 'events/NodeEventContext.h',
2526 'events/OverflowEvent.cpp', 2526 'events/OverflowEvent.cpp',
2527 'events/OverflowEvent.h', 2527 'events/OverflowEvent.h',
2528 'events/PageTransitionEvent.cpp', 2528 'events/PageTransitionEvent.cpp',
2529 'events/PageTransitionEvent.h', 2529 'events/PageTransitionEvent.h',
2530 'events/PointerEvent.cpp', 2530 'events/PointerEvent.cpp',
2531 'events/PointerEvent.h', 2531 'events/PointerEvent.h',
2532 'events/PointerIdManager.cpp',
2533 'events/PointerIdManager.h',
2532 'events/PopStateEvent.cpp', 2534 'events/PopStateEvent.cpp',
2533 'events/PopStateEvent.h', 2535 'events/PopStateEvent.h',
2534 'events/ProgressEvent.cpp', 2536 'events/ProgressEvent.cpp',
2535 'events/ProgressEvent.h', 2537 'events/ProgressEvent.h',
2536 'events/PromiseRejectionEvent.cpp', 2538 'events/PromiseRejectionEvent.cpp',
2537 'events/PromiseRejectionEvent.h', 2539 'events/PromiseRejectionEvent.h',
2538 'events/RelatedEvent.cpp', 2540 'events/RelatedEvent.cpp',
2539 'events/RelatedEvent.h', 2541 'events/RelatedEvent.h',
2540 'events/ResourceProgressEvent.cpp', 2542 'events/ResourceProgressEvent.cpp',
2541 'events/ResourceProgressEvent.h', 2543 'events/ResourceProgressEvent.h',
2542 'events/ScopedEventQueue.cpp', 2544 'events/ScopedEventQueue.cpp',
2543 'events/ScopedEventQueue.h', 2545 'events/ScopedEventQueue.h',
2544 'events/SecurityPolicyViolationEvent.h', 2546 'events/SecurityPolicyViolationEvent.h',
2545 'events/TextEvent.cpp', 2547 'events/TextEvent.cpp',
2546 'events/TextEvent.h', 2548 'events/TextEvent.h',
2547 'events/ThreadLocalEventNames.h',
2548 'events/TouchEvent.cpp', 2549 'events/TouchEvent.cpp',
2549 'events/TouchEvent.h', 2550 'events/TouchEvent.h',
2550 'events/TouchEventContext.cpp', 2551 'events/TouchEventContext.cpp',
2551 'events/TouchEventContext.h', 2552 'events/TouchEventContext.h',
2552 'events/TransitionEvent.cpp', 2553 'events/TransitionEvent.cpp',
2553 'events/TransitionEvent.h', 2554 'events/TransitionEvent.h',
2554 'events/TreeScopeEventContext.cpp', 2555 'events/TreeScopeEventContext.cpp',
2555 'events/TreeScopeEventContext.h', 2556 'events/TreeScopeEventContext.h',
2556 'events/UIEvent.cpp', 2557 'events/UIEvent.cpp',
2557 'events/UIEventWithKeyState.cpp', 2558 'events/UIEventWithKeyState.cpp',
(...skipping 1394 matching lines...) Expand 10 before | Expand all | Expand 10 after
3952 'style/OutlineValueTest.cpp', 3953 'style/OutlineValueTest.cpp',
3953 'style/SVGComputedStyleTest.cpp', 3954 'style/SVGComputedStyleTest.cpp',
3954 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3955 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3955 'testing/PrivateScriptTestTest.cpp', 3956 'testing/PrivateScriptTestTest.cpp',
3956 'timing/MemoryInfoTest.cpp', 3957 'timing/MemoryInfoTest.cpp',
3957 'workers/WorkerThreadTest.cpp', 3958 'workers/WorkerThreadTest.cpp',
3958 'xml/parser/SharedBufferReaderTest.cpp', 3959 'xml/parser/SharedBufferReaderTest.cpp',
3959 ], 3960 ],
3960 } 3961 }
3961 } 3962 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/dom/GlobalEventHandlers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698