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

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

Issue 1209183004: Expose scroll customization for touch to JS (behind REF). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address skobes' nits. Created 5 years, 5 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'html/track/VideoTrackList.idl', 236 'html/track/VideoTrackList.idl',
237 'html/track/vtt/VTTCue.idl', 237 'html/track/vtt/VTTCue.idl',
238 'html/track/vtt/VTTRegion.idl', 238 'html/track/vtt/VTTRegion.idl',
239 'html/track/vtt/VTTRegionList.idl', 239 'html/track/vtt/VTTRegionList.idl',
240 'input/InputDevice.idl', 240 'input/InputDevice.idl',
241 'inspector/InspectorOverlayHost.idl', 241 'inspector/InspectorOverlayHost.idl',
242 'loader/appcache/ApplicationCache.idl', 242 'loader/appcache/ApplicationCache.idl',
243 'page/EventSource.idl', 243 'page/EventSource.idl',
244 'page/PagePopupController.idl', 244 'page/PagePopupController.idl',
245 'page/scrolling/ScrollState.idl', 245 'page/scrolling/ScrollState.idl',
246 'page/scrolling/ScrollStateCallback.idl',
246 'streams/ReadableByteStream.idl', 247 'streams/ReadableByteStream.idl',
247 'streams/ReadableByteStreamReader.idl', 248 'streams/ReadableByteStreamReader.idl',
248 'streams/ReadableStream.idl', 249 'streams/ReadableStream.idl',
249 'streams/ReadableStreamReader.idl', 250 'streams/ReadableStreamReader.idl',
250 'streams/Stream.idl', 251 'streams/Stream.idl',
251 'svg/SVGAElement.idl', 252 'svg/SVGAElement.idl',
252 'svg/SVGAngle.idl', 253 'svg/SVGAngle.idl',
253 'svg/SVGAnimateElement.idl', 254 'svg/SVGAnimateElement.idl',
254 'svg/SVGAnimateMotionElement.idl', 255 'svg/SVGAnimateMotionElement.idl',
255 'svg/SVGAnimateTransformElement.idl', 256 'svg/SVGAnimateTransformElement.idl',
(...skipping 1549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1805 'page/SpatialNavigation.cpp', 1806 'page/SpatialNavigation.cpp',
1806 'page/TouchAdjustment.cpp', 1807 'page/TouchAdjustment.cpp',
1807 'page/TouchAdjustment.h', 1808 'page/TouchAdjustment.h',
1808 'page/TouchDisambiguation.cpp', 1809 'page/TouchDisambiguation.cpp',
1809 'page/TouchDisambiguation.h', 1810 'page/TouchDisambiguation.h',
1810 'page/WindowFeatures.cpp', 1811 'page/WindowFeatures.cpp',
1811 'page/scrolling/ScrollingConstraints.cpp', 1812 'page/scrolling/ScrollingConstraints.cpp',
1812 'page/scrolling/ScrollingConstraints.h', 1813 'page/scrolling/ScrollingConstraints.h',
1813 'page/scrolling/ScrollingCoordinator.cpp', 1814 'page/scrolling/ScrollingCoordinator.cpp',
1814 'page/scrolling/ScrollingCoordinator.h', 1815 'page/scrolling/ScrollingCoordinator.h',
1816 'page/scrolling/ScrollCustomizationCallbacks.cpp',
1817 'page/scrolling/ScrollCustomizationCallbacks.h',
1815 'page/scrolling/ScrollState.cpp', 1818 'page/scrolling/ScrollState.cpp',
1816 'page/scrolling/ScrollState.h', 1819 'page/scrolling/ScrollState.h',
1820 'page/scrolling/ScrollStateCallback.cpp',
1821 'page/scrolling/ScrollStateCallback.h',
1817 'paint/BackgroundImageGeometry.cpp', 1822 'paint/BackgroundImageGeometry.cpp',
1818 'paint/BackgroundImageGeometry.h', 1823 'paint/BackgroundImageGeometry.h',
1819 'paint/BlockFlowPainter.cpp', 1824 'paint/BlockFlowPainter.cpp',
1820 'paint/BlockFlowPainter.h', 1825 'paint/BlockFlowPainter.h',
1821 'paint/BlockPainter.cpp', 1826 'paint/BlockPainter.cpp',
1822 'paint/BlockPainter.h', 1827 'paint/BlockPainter.h',
1823 'paint/BoxBorderPainter.cpp', 1828 'paint/BoxBorderPainter.cpp',
1824 'paint/BoxBorderPainter.h', 1829 'paint/BoxBorderPainter.h',
1825 'paint/BoxClipper.cpp', 1830 'paint/BoxClipper.cpp',
1826 'paint/BoxClipper.h', 1831 'paint/BoxClipper.h',
(...skipping 1976 matching lines...) Expand 10 before | Expand all | Expand 10 after
3803 'style/OutlineValueTest.cpp', 3808 'style/OutlineValueTest.cpp',
3804 'style/SVGComputedStyleTest.cpp', 3809 'style/SVGComputedStyleTest.cpp',
3805 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3810 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3806 'testing/PrivateScriptTestTest.cpp', 3811 'testing/PrivateScriptTestTest.cpp',
3807 'timing/MemoryInfoTest.cpp', 3812 'timing/MemoryInfoTest.cpp',
3808 'workers/WorkerThreadTest.cpp', 3813 'workers/WorkerThreadTest.cpp',
3809 'xml/parser/SharedBufferReaderTest.cpp', 3814 'xml/parser/SharedBufferReaderTest.cpp',
3810 ], 3815 ],
3811 } 3816 }
3812 } 3817 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698