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

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

Issue 1057603002: Expose scroll customization for touch to JS (behind REF). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address haraken's comments. 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'html/track/VideoTrackList.idl', 283 'html/track/VideoTrackList.idl',
284 'html/track/vtt/VTTCue.idl', 284 'html/track/vtt/VTTCue.idl',
285 'html/track/vtt/VTTRegion.idl', 285 'html/track/vtt/VTTRegion.idl',
286 'html/track/vtt/VTTRegionList.idl', 286 'html/track/vtt/VTTRegionList.idl',
287 'input/InputDevice.idl', 287 'input/InputDevice.idl',
288 'inspector/InspectorOverlayHost.idl', 288 'inspector/InspectorOverlayHost.idl',
289 'loader/appcache/ApplicationCache.idl', 289 'loader/appcache/ApplicationCache.idl',
290 'page/EventSource.idl', 290 'page/EventSource.idl',
291 'page/PagePopupController.idl', 291 'page/PagePopupController.idl',
292 'page/scrolling/ScrollState.idl', 292 'page/scrolling/ScrollState.idl',
293 'page/scrolling/ScrollStateCallback.idl',
293 'streams/ReadableByteStream.idl', 294 'streams/ReadableByteStream.idl',
294 'streams/ReadableByteStreamReader.idl', 295 'streams/ReadableByteStreamReader.idl',
295 'streams/ReadableStream.idl', 296 'streams/ReadableStream.idl',
296 'streams/ReadableStreamReader.idl', 297 'streams/ReadableStreamReader.idl',
297 'streams/Stream.idl', 298 'streams/Stream.idl',
298 'svg/SVGAElement.idl', 299 'svg/SVGAElement.idl',
299 'svg/SVGAngle.idl', 300 'svg/SVGAngle.idl',
300 'svg/SVGAnimateElement.idl', 301 'svg/SVGAnimateElement.idl',
301 'svg/SVGAnimateMotionElement.idl', 302 'svg/SVGAnimateMotionElement.idl',
302 'svg/SVGAnimateTransformElement.idl', 303 'svg/SVGAnimateTransformElement.idl',
(...skipping 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after
1837 'page/TouchAdjustment.h', 1838 'page/TouchAdjustment.h',
1838 'page/TouchDisambiguation.cpp', 1839 'page/TouchDisambiguation.cpp',
1839 'page/TouchDisambiguation.h', 1840 'page/TouchDisambiguation.h',
1840 'page/WindowFeatures.cpp', 1841 'page/WindowFeatures.cpp',
1841 'page/scrolling/ScrollingConstraints.cpp', 1842 'page/scrolling/ScrollingConstraints.cpp',
1842 'page/scrolling/ScrollingConstraints.h', 1843 'page/scrolling/ScrollingConstraints.h',
1843 'page/scrolling/ScrollingCoordinator.cpp', 1844 'page/scrolling/ScrollingCoordinator.cpp',
1844 'page/scrolling/ScrollingCoordinator.h', 1845 'page/scrolling/ScrollingCoordinator.h',
1845 'page/scrolling/ScrollState.cpp', 1846 'page/scrolling/ScrollState.cpp',
1846 'page/scrolling/ScrollState.h', 1847 'page/scrolling/ScrollState.h',
1848 'page/scrolling/ScrollStateCallback.cpp',
1849 'page/scrolling/ScrollStateCallback.h',
1847 'paint/BackgroundImageGeometry.cpp', 1850 'paint/BackgroundImageGeometry.cpp',
1848 'paint/BackgroundImageGeometry.h', 1851 'paint/BackgroundImageGeometry.h',
1849 'paint/BlockFlowPainter.cpp', 1852 'paint/BlockFlowPainter.cpp',
1850 'paint/BlockFlowPainter.h', 1853 'paint/BlockFlowPainter.h',
1851 'paint/BlockPainter.cpp', 1854 'paint/BlockPainter.cpp',
1852 'paint/BlockPainter.h', 1855 'paint/BlockPainter.h',
1853 'paint/BoxBorderPainter.cpp', 1856 'paint/BoxBorderPainter.cpp',
1854 'paint/BoxBorderPainter.h', 1857 'paint/BoxBorderPainter.h',
1855 'paint/BoxClipper.cpp', 1858 'paint/BoxClipper.cpp',
1856 'paint/BoxClipper.h', 1859 'paint/BoxClipper.h',
(...skipping 2109 matching lines...) Expand 10 before | Expand all | Expand 10 after
3966 'style/OutlineValueTest.cpp', 3969 'style/OutlineValueTest.cpp',
3967 'style/SVGComputedStyleTest.cpp', 3970 'style/SVGComputedStyleTest.cpp',
3968 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3971 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3969 'testing/PrivateScriptTestTest.cpp', 3972 'testing/PrivateScriptTestTest.cpp',
3970 'timing/MemoryInfoTest.cpp', 3973 'timing/MemoryInfoTest.cpp',
3971 'workers/WorkerThreadTest.cpp', 3974 'workers/WorkerThreadTest.cpp',
3972 'xml/parser/SharedBufferReaderTest.cpp', 3975 'xml/parser/SharedBufferReaderTest.cpp',
3973 ], 3976 ],
3974 } 3977 }
3975 } 3978 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698