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

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

Issue 1239993005: Revert of Expose scroll customization for touch to JS (behind REF). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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',
247 'streams/ReadableByteStream.idl', 246 'streams/ReadableByteStream.idl',
248 'streams/ReadableByteStreamReader.idl', 247 'streams/ReadableByteStreamReader.idl',
249 'streams/ReadableStream.idl', 248 'streams/ReadableStream.idl',
250 'streams/ReadableStreamReader.idl', 249 'streams/ReadableStreamReader.idl',
251 'streams/Stream.idl', 250 'streams/Stream.idl',
252 'svg/SVGAElement.idl', 251 'svg/SVGAElement.idl',
253 'svg/SVGAngle.idl', 252 'svg/SVGAngle.idl',
254 'svg/SVGAnimateElement.idl', 253 'svg/SVGAnimateElement.idl',
255 'svg/SVGAnimateMotionElement.idl', 254 'svg/SVGAnimateMotionElement.idl',
256 'svg/SVGAnimateTransformElement.idl', 255 'svg/SVGAnimateTransformElement.idl',
(...skipping 1549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1806 'page/SpatialNavigation.cpp', 1805 'page/SpatialNavigation.cpp',
1807 'page/TouchAdjustment.cpp', 1806 'page/TouchAdjustment.cpp',
1808 'page/TouchAdjustment.h', 1807 'page/TouchAdjustment.h',
1809 'page/TouchDisambiguation.cpp', 1808 'page/TouchDisambiguation.cpp',
1810 'page/TouchDisambiguation.h', 1809 'page/TouchDisambiguation.h',
1811 'page/WindowFeatures.cpp', 1810 'page/WindowFeatures.cpp',
1812 'page/scrolling/ScrollingConstraints.cpp', 1811 'page/scrolling/ScrollingConstraints.cpp',
1813 'page/scrolling/ScrollingConstraints.h', 1812 'page/scrolling/ScrollingConstraints.h',
1814 'page/scrolling/ScrollingCoordinator.cpp', 1813 'page/scrolling/ScrollingCoordinator.cpp',
1815 'page/scrolling/ScrollingCoordinator.h', 1814 'page/scrolling/ScrollingCoordinator.h',
1816 'page/scrolling/ScrollCustomizationCallbacks.cpp',
1817 'page/scrolling/ScrollCustomizationCallbacks.h',
1818 'page/scrolling/ScrollState.cpp', 1815 'page/scrolling/ScrollState.cpp',
1819 'page/scrolling/ScrollState.h', 1816 'page/scrolling/ScrollState.h',
1820 'page/scrolling/ScrollStateCallback.cpp',
1821 'page/scrolling/ScrollStateCallback.h',
1822 'paint/BackgroundImageGeometry.cpp', 1817 'paint/BackgroundImageGeometry.cpp',
1823 'paint/BackgroundImageGeometry.h', 1818 'paint/BackgroundImageGeometry.h',
1824 'paint/BlockFlowPainter.cpp', 1819 'paint/BlockFlowPainter.cpp',
1825 'paint/BlockFlowPainter.h', 1820 'paint/BlockFlowPainter.h',
1826 'paint/BlockPainter.cpp', 1821 'paint/BlockPainter.cpp',
1827 'paint/BlockPainter.h', 1822 'paint/BlockPainter.h',
1828 'paint/BoxBorderPainter.cpp', 1823 'paint/BoxBorderPainter.cpp',
1829 'paint/BoxBorderPainter.h', 1824 'paint/BoxBorderPainter.h',
1830 'paint/BoxClipper.cpp', 1825 'paint/BoxClipper.cpp',
1831 'paint/BoxClipper.h', 1826 'paint/BoxClipper.h',
(...skipping 1976 matching lines...) Expand 10 before | Expand all | Expand 10 after
3808 'style/OutlineValueTest.cpp', 3803 'style/OutlineValueTest.cpp',
3809 'style/SVGComputedStyleTest.cpp', 3804 'style/SVGComputedStyleTest.cpp',
3810 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3805 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3811 'testing/PrivateScriptTestTest.cpp', 3806 'testing/PrivateScriptTestTest.cpp',
3812 'timing/MemoryInfoTest.cpp', 3807 'timing/MemoryInfoTest.cpp',
3813 'workers/WorkerThreadTest.cpp', 3808 'workers/WorkerThreadTest.cpp',
3814 'xml/parser/SharedBufferReaderTest.cpp', 3809 'xml/parser/SharedBufferReaderTest.cpp',
3815 ], 3810 ],
3816 } 3811 }
3817 } 3812 }
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