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

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: Rebase 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'html/track/TextTrack.idl', 276 'html/track/TextTrack.idl',
277 'html/track/TextTrackCue.idl', 277 'html/track/TextTrackCue.idl',
278 'html/track/TextTrackCueList.idl', 278 'html/track/TextTrackCueList.idl',
279 'html/track/TextTrackList.idl', 279 'html/track/TextTrackList.idl',
280 'html/track/TrackEvent.idl', 280 'html/track/TrackEvent.idl',
281 'html/track/VideoTrack.idl', 281 'html/track/VideoTrack.idl',
282 'html/track/VideoTrackList.idl', 282 'html/track/VideoTrackList.idl',
283 'html/track/vtt/VTTCue.idl', 283 'html/track/vtt/VTTCue.idl',
284 'html/track/vtt/VTTRegion.idl', 284 'html/track/vtt/VTTRegion.idl',
285 'html/track/vtt/VTTRegionList.idl', 285 'html/track/vtt/VTTRegionList.idl',
286 'input/InputDevice.idl',
286 'inspector/InspectorOverlayHost.idl', 287 'inspector/InspectorOverlayHost.idl',
287 'loader/appcache/ApplicationCache.idl', 288 'loader/appcache/ApplicationCache.idl',
288 'page/EventSource.idl', 289 'page/EventSource.idl',
289 'page/PagePopupController.idl', 290 'page/PagePopupController.idl',
290 'page/scrolling/ScrollState.idl', 291 'page/scrolling/ScrollState.idl',
291 'streams/ReadableByteStream.idl', 292 'streams/ReadableByteStream.idl',
292 'streams/ReadableByteStreamReader.idl', 293 'streams/ReadableByteStreamReader.idl',
293 'streams/ReadableStream.idl', 294 'streams/ReadableStream.idl',
294 'streams/ReadableStreamReader.idl', 295 'streams/ReadableStreamReader.idl',
295 'streams/Stream.idl', 296 'streams/Stream.idl',
(...skipping 2237 matching lines...) Expand 10 before | Expand all | Expand 10 after
2533 'events/TransitionEvent.cpp', 2534 'events/TransitionEvent.cpp',
2534 'events/TransitionEvent.h', 2535 'events/TransitionEvent.h',
2535 'events/TreeScopeEventContext.cpp', 2536 'events/TreeScopeEventContext.cpp',
2536 'events/TreeScopeEventContext.h', 2537 'events/TreeScopeEventContext.h',
2537 'events/UIEvent.cpp', 2538 'events/UIEvent.cpp',
2538 'events/UIEventWithKeyState.cpp', 2539 'events/UIEventWithKeyState.cpp',
2539 'events/WheelEvent.cpp', 2540 'events/WheelEvent.cpp',
2540 'events/WheelEvent.h', 2541 'events/WheelEvent.h',
2541 'events/WindowEventContext.cpp', 2542 'events/WindowEventContext.cpp',
2542 'events/WindowEventContext.h', 2543 'events/WindowEventContext.h',
2544 'input/InputDevice.cpp',
2545 'input/InputDevice.h',
2543 ], 2546 ],
2544 'webcore_html_files': [ 2547 'webcore_html_files': [
2545 'html/ClassList.cpp', 2548 'html/ClassList.cpp',
2546 'html/ClassList.h', 2549 'html/ClassList.h',
2547 'html/CrossOriginAttribute.cpp', 2550 'html/CrossOriginAttribute.cpp',
2548 'html/CrossOriginAttribute.h', 2551 'html/CrossOriginAttribute.h',
2549 'html/DOMFormData.cpp', 2552 'html/DOMFormData.cpp',
2550 'html/DOMFormData.h', 2553 'html/DOMFormData.h',
2551 'html/DocumentNameCollection.cpp', 2554 'html/DocumentNameCollection.cpp',
2552 'html/DocumentNameCollection.h', 2555 'html/DocumentNameCollection.h',
(...skipping 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after
3601 'frame/StateOptions.idl', 3604 'frame/StateOptions.idl',
3602 'frame/ScrollOptions.idl', 3605 'frame/ScrollOptions.idl',
3603 'frame/ScrollToOptions.idl', 3606 'frame/ScrollToOptions.idl',
3604 'html/MediaKeyEventInit.idl', 3607 'html/MediaKeyEventInit.idl',
3605 'html/canvas/Canvas2DContextAttributes.idl', 3608 'html/canvas/Canvas2DContextAttributes.idl',
3606 'html/canvas/CanvasContextCreationAttributes.idl', 3609 'html/canvas/CanvasContextCreationAttributes.idl',
3607 'html/canvas/HitRegionOptions.idl', 3610 'html/canvas/HitRegionOptions.idl',
3608 'html/canvas/WebGLContextAttributes.idl', 3611 'html/canvas/WebGLContextAttributes.idl',
3609 'html/canvas/WebGLContextEventInit.idl', 3612 'html/canvas/WebGLContextEventInit.idl',
3610 'html/track/TrackEventInit.idl', 3613 'html/track/TrackEventInit.idl',
3614 'input/InputDeviceInit.idl',
3611 'page/EventSourceInit.idl', 3615 'page/EventSourceInit.idl',
3612 ], 3616 ],
3613 'generated_core_dictionary_files': [ 3617 'generated_core_dictionary_files': [
3614 '<(blink_core_output_dir)/animation/KeyframeEffectOptions.cpp', 3618 '<(blink_core_output_dir)/animation/KeyframeEffectOptions.cpp',
3615 '<(blink_core_output_dir)/animation/KeyframeEffectOptions.h', 3619 '<(blink_core_output_dir)/animation/KeyframeEffectOptions.h',
3616 '<(blink_core_output_dir)/animation/ComputedTimingProperties.cpp', 3620 '<(blink_core_output_dir)/animation/ComputedTimingProperties.cpp',
3617 '<(blink_core_output_dir)/animation/ComputedTimingProperties.h', 3621 '<(blink_core_output_dir)/animation/ComputedTimingProperties.h',
3618 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', 3622 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
3619 '<(blink_core_output_dir)/css/FontFaceDescriptors.h', 3623 '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
3620 '<(blink_core_output_dir)/css/FontFaceSetLoadEventInit.cpp', 3624 '<(blink_core_output_dir)/css/FontFaceSetLoadEventInit.cpp',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
3694 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.cpp', 3698 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.cpp',
3695 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.h', 3699 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.h',
3696 '<(blink_core_output_dir)/html/canvas/HitRegionOptions.cpp', 3700 '<(blink_core_output_dir)/html/canvas/HitRegionOptions.cpp',
3697 '<(blink_core_output_dir)/html/canvas/HitRegionOptions.h', 3701 '<(blink_core_output_dir)/html/canvas/HitRegionOptions.h',
3698 '<(blink_core_output_dir)/html/canvas/WebGLContextAttributes.cpp', 3702 '<(blink_core_output_dir)/html/canvas/WebGLContextAttributes.cpp',
3699 '<(blink_core_output_dir)/html/canvas/WebGLContextAttributes.h', 3703 '<(blink_core_output_dir)/html/canvas/WebGLContextAttributes.h',
3700 '<(blink_core_output_dir)/html/canvas/WebGLContextEventInit.cpp', 3704 '<(blink_core_output_dir)/html/canvas/WebGLContextEventInit.cpp',
3701 '<(blink_core_output_dir)/html/canvas/WebGLContextEventInit.h', 3705 '<(blink_core_output_dir)/html/canvas/WebGLContextEventInit.h',
3702 '<(blink_core_output_dir)/html/track/TrackEventInit.cpp', 3706 '<(blink_core_output_dir)/html/track/TrackEventInit.cpp',
3703 '<(blink_core_output_dir)/html/track/TrackEventInit.h', 3707 '<(blink_core_output_dir)/html/track/TrackEventInit.h',
3708 '<(blink_core_output_dir)/input/InputDeviceInit.cpp',
3709 '<(blink_core_output_dir)/input/InputDeviceInit.h',
3704 '<(blink_core_output_dir)/page/EventSourceInit.cpp', 3710 '<(blink_core_output_dir)/page/EventSourceInit.cpp',
3705 '<(blink_core_output_dir)/page/EventSourceInit.h', 3711 '<(blink_core_output_dir)/page/EventSourceInit.h',
3706 ], 3712 ],
3707 'core_testing_dictionary_idl_files': [ 3713 'core_testing_dictionary_idl_files': [
3708 'testing/InternalDictionary.idl', 3714 'testing/InternalDictionary.idl',
3709 'testing/InternalDictionaryDerived.idl', 3715 'testing/InternalDictionaryDerived.idl',
3710 'testing/PluginPlaceholderOptions.idl', 3716 'testing/PluginPlaceholderOptions.idl',
3711 ], 3717 ],
3712 'webcore_testing_idl_files': [ 3718 'webcore_testing_idl_files': [
3713 'testing/DictionaryTest.idl', 3719 'testing/DictionaryTest.idl',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
3925 'style/ComputedStyleTest.cpp', 3931 'style/ComputedStyleTest.cpp',
3926 'style/OutlineValueTest.cpp', 3932 'style/OutlineValueTest.cpp',
3927 'style/SVGComputedStyleTest.cpp', 3933 'style/SVGComputedStyleTest.cpp',
3928 'testing/PrivateScriptTestTest.cpp', 3934 'testing/PrivateScriptTestTest.cpp',
3929 'timing/MemoryInfoTest.cpp', 3935 'timing/MemoryInfoTest.cpp',
3930 'workers/WorkerThreadTest.cpp', 3936 'workers/WorkerThreadTest.cpp',
3931 'xml/parser/SharedBufferReaderTest.cpp', 3937 'xml/parser/SharedBufferReaderTest.cpp',
3932 ], 3938 ],
3933 } 3939 }
3934 } 3940 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/input/InputDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698