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

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: Address haraken@'s comments. 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'html/track/VideoTrackList.idl', 238 'html/track/VideoTrackList.idl',
239 'html/track/vtt/VTTCue.idl', 239 'html/track/vtt/VTTCue.idl',
240 'html/track/vtt/VTTRegion.idl', 240 'html/track/vtt/VTTRegion.idl',
241 'html/track/vtt/VTTRegionList.idl', 241 'html/track/vtt/VTTRegionList.idl',
242 'input/InputDeviceCapabilities.idl', 242 'input/InputDeviceCapabilities.idl',
243 'inspector/InspectorOverlayHost.idl', 243 'inspector/InspectorOverlayHost.idl',
244 'loader/appcache/ApplicationCache.idl', 244 'loader/appcache/ApplicationCache.idl',
245 'page/EventSource.idl', 245 'page/EventSource.idl',
246 'page/PagePopupController.idl', 246 'page/PagePopupController.idl',
247 'page/scrolling/ScrollState.idl', 247 'page/scrolling/ScrollState.idl',
248 'page/scrolling/ScrollStateCallback.idl',
248 'streams/ReadableByteStream.idl', 249 'streams/ReadableByteStream.idl',
249 'streams/ReadableByteStreamReader.idl', 250 'streams/ReadableByteStreamReader.idl',
250 'streams/ReadableStream.idl', 251 'streams/ReadableStream.idl',
251 'streams/ReadableStreamReader.idl', 252 'streams/ReadableStreamReader.idl',
252 'streams/Stream.idl', 253 'streams/Stream.idl',
253 'svg/SVGAElement.idl', 254 'svg/SVGAElement.idl',
254 'svg/SVGAngle.idl', 255 'svg/SVGAngle.idl',
255 'svg/SVGAnimateElement.idl', 256 'svg/SVGAnimateElement.idl',
256 'svg/SVGAnimateMotionElement.idl', 257 'svg/SVGAnimateMotionElement.idl',
257 'svg/SVGAnimateTransformElement.idl', 258 'svg/SVGAnimateTransformElement.idl',
(...skipping 1592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1850 'page/SpatialNavigation.cpp', 1851 'page/SpatialNavigation.cpp',
1851 'page/TouchAdjustment.cpp', 1852 'page/TouchAdjustment.cpp',
1852 'page/TouchAdjustment.h', 1853 'page/TouchAdjustment.h',
1853 'page/TouchDisambiguation.cpp', 1854 'page/TouchDisambiguation.cpp',
1854 'page/TouchDisambiguation.h', 1855 'page/TouchDisambiguation.h',
1855 'page/WindowFeatures.cpp', 1856 'page/WindowFeatures.cpp',
1856 'page/scrolling/ScrollingConstraints.cpp', 1857 'page/scrolling/ScrollingConstraints.cpp',
1857 'page/scrolling/ScrollingConstraints.h', 1858 'page/scrolling/ScrollingConstraints.h',
1858 'page/scrolling/ScrollingCoordinator.cpp', 1859 'page/scrolling/ScrollingCoordinator.cpp',
1859 'page/scrolling/ScrollingCoordinator.h', 1860 'page/scrolling/ScrollingCoordinator.h',
1861 'page/scrolling/ScrollCustomizationCallbacks.cpp',
1862 'page/scrolling/ScrollCustomizationCallbacks.h',
1860 'page/scrolling/ScrollState.cpp', 1863 'page/scrolling/ScrollState.cpp',
1861 'page/scrolling/ScrollState.h', 1864 'page/scrolling/ScrollState.h',
1865 'page/scrolling/ScrollStateCallback.cpp',
1866 'page/scrolling/ScrollStateCallback.h',
1862 'paint/BackgroundImageGeometry.cpp', 1867 'paint/BackgroundImageGeometry.cpp',
1863 'paint/BackgroundImageGeometry.h', 1868 'paint/BackgroundImageGeometry.h',
1864 'paint/BlockFlowPainter.cpp', 1869 'paint/BlockFlowPainter.cpp',
1865 'paint/BlockFlowPainter.h', 1870 'paint/BlockFlowPainter.h',
1866 'paint/BlockPainter.cpp', 1871 'paint/BlockPainter.cpp',
1867 'paint/BlockPainter.h', 1872 'paint/BlockPainter.h',
1868 'paint/BoxBorderPainter.cpp', 1873 'paint/BoxBorderPainter.cpp',
1869 'paint/BoxBorderPainter.h', 1874 'paint/BoxBorderPainter.h',
1870 'paint/BoxClipper.cpp', 1875 'paint/BoxClipper.cpp',
1871 'paint/BoxClipper.h', 1876 'paint/BoxClipper.h',
(...skipping 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after
3855 'style/OutlineValueTest.cpp', 3860 'style/OutlineValueTest.cpp',
3856 'style/SVGComputedStyleTest.cpp', 3861 'style/SVGComputedStyleTest.cpp',
3857 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3862 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3858 'testing/PrivateScriptTestTest.cpp', 3863 'testing/PrivateScriptTestTest.cpp',
3859 'timing/MemoryInfoTest.cpp', 3864 'timing/MemoryInfoTest.cpp',
3860 'workers/WorkerThreadTest.cpp', 3865 'workers/WorkerThreadTest.cpp',
3861 'xml/parser/SharedBufferReaderTest.cpp', 3866 'xml/parser/SharedBufferReaderTest.cpp',
3862 ], 3867 ],
3863 } 3868 }
3864 } 3869 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698