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

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: Fix test expectations. Created 5 years, 4 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'html/track/VideoTrackList.idl', 235 'html/track/VideoTrackList.idl',
236 'html/track/vtt/VTTCue.idl', 236 'html/track/vtt/VTTCue.idl',
237 'html/track/vtt/VTTRegion.idl', 237 'html/track/vtt/VTTRegion.idl',
238 'html/track/vtt/VTTRegionList.idl', 238 'html/track/vtt/VTTRegionList.idl',
239 'input/InputDevice.idl', 239 'input/InputDevice.idl',
240 'inspector/InspectorOverlayHost.idl', 240 'inspector/InspectorOverlayHost.idl',
241 'loader/appcache/ApplicationCache.idl', 241 'loader/appcache/ApplicationCache.idl',
242 'page/EventSource.idl', 242 'page/EventSource.idl',
243 'page/PagePopupController.idl', 243 'page/PagePopupController.idl',
244 'page/scrolling/ScrollState.idl', 244 'page/scrolling/ScrollState.idl',
245 'page/scrolling/ScrollStateCallback.idl',
245 'streams/ReadableByteStream.idl', 246 'streams/ReadableByteStream.idl',
246 'streams/ReadableByteStreamReader.idl', 247 'streams/ReadableByteStreamReader.idl',
247 'streams/ReadableStream.idl', 248 'streams/ReadableStream.idl',
248 'streams/ReadableStreamReader.idl', 249 'streams/ReadableStreamReader.idl',
249 'streams/Stream.idl', 250 'streams/Stream.idl',
250 'svg/SVGAElement.idl', 251 'svg/SVGAElement.idl',
251 'svg/SVGAngle.idl', 252 'svg/SVGAngle.idl',
252 'svg/SVGAnimateElement.idl', 253 'svg/SVGAnimateElement.idl',
253 'svg/SVGAnimateMotionElement.idl', 254 'svg/SVGAnimateMotionElement.idl',
254 'svg/SVGAnimateTransformElement.idl', 255 'svg/SVGAnimateTransformElement.idl',
(...skipping 1569 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 'page/SpatialNavigation.cpp', 1825 'page/SpatialNavigation.cpp',
1825 'page/TouchAdjustment.cpp', 1826 'page/TouchAdjustment.cpp',
1826 'page/TouchAdjustment.h', 1827 'page/TouchAdjustment.h',
1827 'page/TouchDisambiguation.cpp', 1828 'page/TouchDisambiguation.cpp',
1828 'page/TouchDisambiguation.h', 1829 'page/TouchDisambiguation.h',
1829 'page/WindowFeatures.cpp', 1830 'page/WindowFeatures.cpp',
1830 'page/scrolling/ScrollingConstraints.cpp', 1831 'page/scrolling/ScrollingConstraints.cpp',
1831 'page/scrolling/ScrollingConstraints.h', 1832 'page/scrolling/ScrollingConstraints.h',
1832 'page/scrolling/ScrollingCoordinator.cpp', 1833 'page/scrolling/ScrollingCoordinator.cpp',
1833 'page/scrolling/ScrollingCoordinator.h', 1834 'page/scrolling/ScrollingCoordinator.h',
1835 'page/scrolling/ScrollCustomizationCallbacks.cpp',
1836 'page/scrolling/ScrollCustomizationCallbacks.h',
1834 'page/scrolling/ScrollState.cpp', 1837 'page/scrolling/ScrollState.cpp',
1835 'page/scrolling/ScrollState.h', 1838 'page/scrolling/ScrollState.h',
1839 'page/scrolling/ScrollStateCallback.cpp',
1840 'page/scrolling/ScrollStateCallback.h',
1836 'paint/BackgroundImageGeometry.cpp', 1841 'paint/BackgroundImageGeometry.cpp',
1837 'paint/BackgroundImageGeometry.h', 1842 'paint/BackgroundImageGeometry.h',
1838 'paint/BlockFlowPainter.cpp', 1843 'paint/BlockFlowPainter.cpp',
1839 'paint/BlockFlowPainter.h', 1844 'paint/BlockFlowPainter.h',
1840 'paint/BlockPainter.cpp', 1845 'paint/BlockPainter.cpp',
1841 'paint/BlockPainter.h', 1846 'paint/BlockPainter.h',
1842 'paint/BoxBorderPainter.cpp', 1847 'paint/BoxBorderPainter.cpp',
1843 'paint/BoxBorderPainter.h', 1848 'paint/BoxBorderPainter.h',
1844 'paint/BoxClipper.cpp', 1849 'paint/BoxClipper.cpp',
1845 'paint/BoxClipper.h', 1850 'paint/BoxClipper.h',
(...skipping 1974 matching lines...) Expand 10 before | Expand all | Expand 10 after
3820 'style/OutlineValueTest.cpp', 3825 'style/OutlineValueTest.cpp',
3821 'style/SVGComputedStyleTest.cpp', 3826 'style/SVGComputedStyleTest.cpp',
3822 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3827 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3823 'testing/PrivateScriptTestTest.cpp', 3828 'testing/PrivateScriptTestTest.cpp',
3824 'timing/MemoryInfoTest.cpp', 3829 'timing/MemoryInfoTest.cpp',
3825 'workers/WorkerThreadTest.cpp', 3830 'workers/WorkerThreadTest.cpp',
3826 'xml/parser/SharedBufferReaderTest.cpp', 3831 'xml/parser/SharedBufferReaderTest.cpp',
3827 ], 3832 ],
3828 } 3833 }
3829 } 3834 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698