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

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: Use callback interface and callback function. Broken. 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 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 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 'page/TouchAdjustment.h', 1830 'page/TouchAdjustment.h',
1830 'page/TouchDisambiguation.cpp', 1831 'page/TouchDisambiguation.cpp',
1831 'page/TouchDisambiguation.h', 1832 'page/TouchDisambiguation.h',
1832 'page/WindowFeatures.cpp', 1833 'page/WindowFeatures.cpp',
1833 'page/scrolling/ScrollingConstraints.cpp', 1834 'page/scrolling/ScrollingConstraints.cpp',
1834 'page/scrolling/ScrollingConstraints.h', 1835 'page/scrolling/ScrollingConstraints.h',
1835 'page/scrolling/ScrollingCoordinator.cpp', 1836 'page/scrolling/ScrollingCoordinator.cpp',
1836 'page/scrolling/ScrollingCoordinator.h', 1837 'page/scrolling/ScrollingCoordinator.h',
1837 'page/scrolling/ScrollState.cpp', 1838 'page/scrolling/ScrollState.cpp',
1838 'page/scrolling/ScrollState.h', 1839 'page/scrolling/ScrollState.h',
1840 'page/scrolling/ScrollStateCallback.cpp',
1841 'page/scrolling/ScrollStateCallback.h',
1839 'paint/BackgroundImageGeometry.cpp', 1842 'paint/BackgroundImageGeometry.cpp',
1840 'paint/BackgroundImageGeometry.h', 1843 'paint/BackgroundImageGeometry.h',
1841 'paint/BlockFlowPainter.cpp', 1844 'paint/BlockFlowPainter.cpp',
1842 'paint/BlockFlowPainter.h', 1845 'paint/BlockFlowPainter.h',
1843 'paint/BlockPainter.cpp', 1846 'paint/BlockPainter.cpp',
1844 'paint/BlockPainter.h', 1847 'paint/BlockPainter.h',
1845 'paint/BoxBorderPainter.cpp', 1848 'paint/BoxBorderPainter.cpp',
1846 'paint/BoxBorderPainter.h', 1849 'paint/BoxBorderPainter.h',
1847 'paint/BoxClipper.cpp', 1850 'paint/BoxClipper.cpp',
1848 'paint/BoxClipper.h', 1851 'paint/BoxClipper.h',
(...skipping 2104 matching lines...) Expand 10 before | Expand all | Expand 10 after
3953 'style/OutlineValueTest.cpp', 3956 'style/OutlineValueTest.cpp',
3954 'style/SVGComputedStyleTest.cpp', 3957 'style/SVGComputedStyleTest.cpp',
3955 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3958 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3956 'testing/PrivateScriptTestTest.cpp', 3959 'testing/PrivateScriptTestTest.cpp',
3957 'timing/MemoryInfoTest.cpp', 3960 'timing/MemoryInfoTest.cpp',
3958 'workers/WorkerThreadTest.cpp', 3961 'workers/WorkerThreadTest.cpp',
3959 'xml/parser/SharedBufferReaderTest.cpp', 3962 'xml/parser/SharedBufferReaderTest.cpp',
3960 ], 3963 ],
3961 } 3964 }
3962 } 3965 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698