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

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

Issue 1236913004: Expose scroll customization for touch to JS (behind REF). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add to leak expectations. Created 5 years, 3 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'html/track/VideoTrackList.idl', 237 'html/track/VideoTrackList.idl',
238 'html/track/vtt/VTTCue.idl', 238 'html/track/vtt/VTTCue.idl',
239 'html/track/vtt/VTTRegion.idl', 239 'html/track/vtt/VTTRegion.idl',
240 'html/track/vtt/VTTRegionList.idl', 240 'html/track/vtt/VTTRegionList.idl',
241 'input/InputDeviceCapabilities.idl', 241 'input/InputDeviceCapabilities.idl',
242 'inspector/InspectorOverlayHost.idl', 242 'inspector/InspectorOverlayHost.idl',
243 'loader/appcache/ApplicationCache.idl', 243 'loader/appcache/ApplicationCache.idl',
244 'page/EventSource.idl', 244 'page/EventSource.idl',
245 'page/PagePopupController.idl', 245 'page/PagePopupController.idl',
246 'page/scrolling/ScrollState.idl', 246 'page/scrolling/ScrollState.idl',
247 'page/scrolling/ScrollStateCallback.idl',
247 'streams/ReadableByteStream.idl', 248 'streams/ReadableByteStream.idl',
248 'streams/ReadableByteStreamReader.idl', 249 'streams/ReadableByteStreamReader.idl',
249 'streams/ReadableStream.idl', 250 'streams/ReadableStream.idl',
250 'streams/ReadableStreamReader.idl', 251 'streams/ReadableStreamReader.idl',
251 'streams/Stream.idl', 252 'streams/Stream.idl',
252 'svg/SVGAElement.idl', 253 'svg/SVGAElement.idl',
253 'svg/SVGAngle.idl', 254 'svg/SVGAngle.idl',
254 'svg/SVGAnimateElement.idl', 255 'svg/SVGAnimateElement.idl',
255 'svg/SVGAnimateMotionElement.idl', 256 'svg/SVGAnimateMotionElement.idl',
256 'svg/SVGAnimateTransformElement.idl', 257 'svg/SVGAnimateTransformElement.idl',
(...skipping 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after
1848 'page/SpatialNavigation.cpp', 1849 'page/SpatialNavigation.cpp',
1849 'page/TouchAdjustment.cpp', 1850 'page/TouchAdjustment.cpp',
1850 'page/TouchAdjustment.h', 1851 'page/TouchAdjustment.h',
1851 'page/TouchDisambiguation.cpp', 1852 'page/TouchDisambiguation.cpp',
1852 'page/TouchDisambiguation.h', 1853 'page/TouchDisambiguation.h',
1853 'page/WindowFeatures.cpp', 1854 'page/WindowFeatures.cpp',
1854 'page/scrolling/ScrollingConstraints.cpp', 1855 'page/scrolling/ScrollingConstraints.cpp',
1855 'page/scrolling/ScrollingConstraints.h', 1856 'page/scrolling/ScrollingConstraints.h',
1856 'page/scrolling/ScrollingCoordinator.cpp', 1857 'page/scrolling/ScrollingCoordinator.cpp',
1857 'page/scrolling/ScrollingCoordinator.h', 1858 'page/scrolling/ScrollingCoordinator.h',
1859 'page/scrolling/ScrollCustomizationCallbacks.cpp',
1860 'page/scrolling/ScrollCustomizationCallbacks.h',
1858 'page/scrolling/ScrollState.cpp', 1861 'page/scrolling/ScrollState.cpp',
1859 'page/scrolling/ScrollState.h', 1862 'page/scrolling/ScrollState.h',
1863 'page/scrolling/ScrollStateCallback.cpp',
1864 'page/scrolling/ScrollStateCallback.h',
1860 'paint/BackgroundImageGeometry.cpp', 1865 'paint/BackgroundImageGeometry.cpp',
1861 'paint/BackgroundImageGeometry.h', 1866 'paint/BackgroundImageGeometry.h',
1862 'paint/BlockFlowPainter.cpp', 1867 'paint/BlockFlowPainter.cpp',
1863 'paint/BlockFlowPainter.h', 1868 'paint/BlockFlowPainter.h',
1864 'paint/BlockPainter.cpp', 1869 'paint/BlockPainter.cpp',
1865 'paint/BlockPainter.h', 1870 'paint/BlockPainter.h',
1866 'paint/BoxBorderPainter.cpp', 1871 'paint/BoxBorderPainter.cpp',
1867 'paint/BoxBorderPainter.h', 1872 'paint/BoxBorderPainter.h',
1868 'paint/BoxClipper.cpp', 1873 'paint/BoxClipper.cpp',
1869 'paint/BoxClipper.h', 1874 'paint/BoxClipper.h',
(...skipping 1978 matching lines...) Expand 10 before | Expand all | Expand 10 after
3848 'style/OutlineValueTest.cpp', 3853 'style/OutlineValueTest.cpp',
3849 'style/SVGComputedStyleTest.cpp', 3854 'style/SVGComputedStyleTest.cpp',
3850 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3855 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3851 'testing/PrivateScriptTestTest.cpp', 3856 'testing/PrivateScriptTestTest.cpp',
3852 'timing/MemoryInfoTest.cpp', 3857 'timing/MemoryInfoTest.cpp',
3853 'workers/WorkerThreadTest.cpp', 3858 'workers/WorkerThreadTest.cpp',
3854 'xml/parser/SharedBufferReaderTest.cpp', 3859 'xml/parser/SharedBufferReaderTest.cpp',
3855 ], 3860 ],
3856 } 3861 }
3857 } 3862 }
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