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

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: Fixed primary pointer id on reuse, for each type of Pointers. 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 2490 matching lines...) Expand 10 before | Expand all | Expand 10 after
2501 'events/NavigatorEvents.cpp', 2501 'events/NavigatorEvents.cpp',
2502 'events/NavigatorEvents.h', 2502 'events/NavigatorEvents.h',
2503 'events/NodeEventContext.cpp', 2503 'events/NodeEventContext.cpp',
2504 'events/NodeEventContext.h', 2504 'events/NodeEventContext.h',
2505 'events/OverflowEvent.cpp', 2505 'events/OverflowEvent.cpp',
2506 'events/OverflowEvent.h', 2506 'events/OverflowEvent.h',
2507 'events/PageTransitionEvent.cpp', 2507 'events/PageTransitionEvent.cpp',
2508 'events/PageTransitionEvent.h', 2508 'events/PageTransitionEvent.h',
2509 'events/PointerEvent.cpp', 2509 'events/PointerEvent.cpp',
2510 'events/PointerEvent.h', 2510 'events/PointerEvent.h',
2511 'events/PointerEventUtils.cpp',
2512 'events/PointerEventUtils.h',
2511 'events/PopStateEvent.cpp', 2513 'events/PopStateEvent.cpp',
2512 'events/PopStateEvent.h', 2514 'events/PopStateEvent.h',
2513 'events/ProgressEvent.cpp', 2515 'events/ProgressEvent.cpp',
2514 'events/ProgressEvent.h', 2516 'events/ProgressEvent.h',
2515 'events/RelatedEvent.cpp', 2517 'events/RelatedEvent.cpp',
2516 'events/RelatedEvent.h', 2518 'events/RelatedEvent.h',
2517 'events/ResourceProgressEvent.cpp', 2519 'events/ResourceProgressEvent.cpp',
2518 'events/ResourceProgressEvent.h', 2520 'events/ResourceProgressEvent.h',
2519 'events/ScopedEventQueue.cpp', 2521 'events/ScopedEventQueue.cpp',
2520 'events/ScopedEventQueue.h', 2522 'events/ScopedEventQueue.h',
2521 'events/SecurityPolicyViolationEvent.h', 2523 'events/SecurityPolicyViolationEvent.h',
2522 'events/TextEvent.cpp', 2524 'events/TextEvent.cpp',
2523 'events/TextEvent.h', 2525 'events/TextEvent.h',
2524 'events/ThreadLocalEventNames.h',
2525 'events/TouchEvent.cpp', 2526 'events/TouchEvent.cpp',
2526 'events/TouchEvent.h', 2527 'events/TouchEvent.h',
2527 'events/TouchEventContext.cpp', 2528 'events/TouchEventContext.cpp',
2528 'events/TouchEventContext.h', 2529 'events/TouchEventContext.h',
2529 'events/TransitionEvent.cpp', 2530 'events/TransitionEvent.cpp',
2530 'events/TransitionEvent.h', 2531 'events/TransitionEvent.h',
2531 'events/TreeScopeEventContext.cpp', 2532 'events/TreeScopeEventContext.cpp',
2532 'events/TreeScopeEventContext.h', 2533 'events/TreeScopeEventContext.h',
2533 'events/UIEvent.cpp', 2534 'events/UIEvent.cpp',
2534 'events/UIEventWithKeyState.cpp', 2535 'events/UIEventWithKeyState.cpp',
(...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after
3919 'style/ComputedStyleTest.cpp', 3920 'style/ComputedStyleTest.cpp',
3920 'style/OutlineValueTest.cpp', 3921 'style/OutlineValueTest.cpp',
3921 'style/SVGComputedStyleTest.cpp', 3922 'style/SVGComputedStyleTest.cpp',
3922 'testing/PrivateScriptTestTest.cpp', 3923 'testing/PrivateScriptTestTest.cpp',
3923 'timing/MemoryInfoTest.cpp', 3924 'timing/MemoryInfoTest.cpp',
3924 'workers/WorkerThreadTest.cpp', 3925 'workers/WorkerThreadTest.cpp',
3925 'xml/parser/SharedBufferReaderTest.cpp', 3926 'xml/parser/SharedBufferReaderTest.cpp',
3926 ], 3927 ],
3927 } 3928 }
3928 } 3929 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698