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

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

Issue 1209183004: Expose scroll customization for touch to JS (behind REF). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove explicit, stop unnecessary element cleanup when disabled. 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'html/track/VideoTrackList.idl', 236 'html/track/VideoTrackList.idl',
237 'html/track/vtt/VTTCue.idl', 237 'html/track/vtt/VTTCue.idl',
238 'html/track/vtt/VTTRegion.idl', 238 'html/track/vtt/VTTRegion.idl',
239 'html/track/vtt/VTTRegionList.idl', 239 'html/track/vtt/VTTRegionList.idl',
240 'input/InputDevice.idl', 240 'input/InputDevice.idl',
241 'inspector/InspectorOverlayHost.idl', 241 'inspector/InspectorOverlayHost.idl',
242 'loader/appcache/ApplicationCache.idl', 242 'loader/appcache/ApplicationCache.idl',
243 'page/EventSource.idl', 243 'page/EventSource.idl',
244 'page/PagePopupController.idl', 244 'page/PagePopupController.idl',
245 'page/scrolling/ScrollState.idl', 245 'page/scrolling/ScrollState.idl',
246 'page/scrolling/ScrollStateCallback.idl',
skobes 2015/07/15 19:52:40 fix indentation
tdresser 2015/07/16 17:11:14 Done.
246 'streams/ReadableByteStream.idl', 247 'streams/ReadableByteStream.idl',
247 'streams/ReadableByteStreamReader.idl', 248 'streams/ReadableByteStreamReader.idl',
248 'streams/ReadableStream.idl', 249 'streams/ReadableStream.idl',
249 'streams/ReadableStreamReader.idl', 250 'streams/ReadableStreamReader.idl',
250 'streams/Stream.idl', 251 'streams/Stream.idl',
251 'svg/SVGAElement.idl', 252 'svg/SVGAElement.idl',
252 'svg/SVGAngle.idl', 253 'svg/SVGAngle.idl',
253 'svg/SVGAnimateElement.idl', 254 'svg/SVGAnimateElement.idl',
254 'svg/SVGAnimateMotionElement.idl', 255 'svg/SVGAnimateMotionElement.idl',
255 'svg/SVGAnimateTransformElement.idl', 256 'svg/SVGAnimateTransformElement.idl',
(...skipping 1543 matching lines...) Expand 10 before | Expand all | Expand 10 after
1799 'page/SpatialNavigation.cpp', 1800 'page/SpatialNavigation.cpp',
1800 'page/TouchAdjustment.cpp', 1801 'page/TouchAdjustment.cpp',
1801 'page/TouchAdjustment.h', 1802 'page/TouchAdjustment.h',
1802 'page/TouchDisambiguation.cpp', 1803 'page/TouchDisambiguation.cpp',
1803 'page/TouchDisambiguation.h', 1804 'page/TouchDisambiguation.h',
1804 'page/WindowFeatures.cpp', 1805 'page/WindowFeatures.cpp',
1805 'page/scrolling/ScrollingConstraints.cpp', 1806 'page/scrolling/ScrollingConstraints.cpp',
1806 'page/scrolling/ScrollingConstraints.h', 1807 'page/scrolling/ScrollingConstraints.h',
1807 'page/scrolling/ScrollingCoordinator.cpp', 1808 'page/scrolling/ScrollingCoordinator.cpp',
1808 'page/scrolling/ScrollingCoordinator.h', 1809 'page/scrolling/ScrollingCoordinator.h',
1810 'page/scrolling/ScrollCustomizationCallbacks.cpp',
1811 'page/scrolling/ScrollCustomizationCallbacks.h',
1809 'page/scrolling/ScrollState.cpp', 1812 'page/scrolling/ScrollState.cpp',
1810 'page/scrolling/ScrollState.h', 1813 'page/scrolling/ScrollState.h',
1814 'page/scrolling/ScrollStateCallback.cpp',
1815 'page/scrolling/ScrollStateCallback.h',
1811 'paint/BackgroundImageGeometry.cpp', 1816 'paint/BackgroundImageGeometry.cpp',
1812 'paint/BackgroundImageGeometry.h', 1817 'paint/BackgroundImageGeometry.h',
1813 'paint/BlockFlowPainter.cpp', 1818 'paint/BlockFlowPainter.cpp',
1814 'paint/BlockFlowPainter.h', 1819 'paint/BlockFlowPainter.h',
1815 'paint/BlockPainter.cpp', 1820 'paint/BlockPainter.cpp',
1816 'paint/BlockPainter.h', 1821 'paint/BlockPainter.h',
1817 'paint/BoxBorderPainter.cpp', 1822 'paint/BoxBorderPainter.cpp',
1818 'paint/BoxBorderPainter.h', 1823 'paint/BoxBorderPainter.h',
1819 'paint/BoxClipper.cpp', 1824 'paint/BoxClipper.cpp',
1820 'paint/BoxClipper.h', 1825 'paint/BoxClipper.h',
(...skipping 1976 matching lines...) Expand 10 before | Expand all | Expand 10 after
3797 'style/OutlineValueTest.cpp', 3802 'style/OutlineValueTest.cpp',
3798 'style/SVGComputedStyleTest.cpp', 3803 'style/SVGComputedStyleTest.cpp',
3799 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3804 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3800 'testing/PrivateScriptTestTest.cpp', 3805 'testing/PrivateScriptTestTest.cpp',
3801 'timing/MemoryInfoTest.cpp', 3806 'timing/MemoryInfoTest.cpp',
3802 'workers/WorkerThreadTest.cpp', 3807 'workers/WorkerThreadTest.cpp',
3803 'xml/parser/SharedBufferReaderTest.cpp', 3808 'xml/parser/SharedBufferReaderTest.cpp',
3804 ], 3809 ],
3805 } 3810 }
3806 } 3811 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698