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

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

Issue 850443002: Scroll Customization Prototype (Not for review, WIP) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase / cleanup / minor bug fixes Created 5 years, 9 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'html/track/VideoTrackList.idl', 280 'html/track/VideoTrackList.idl',
281 'html/track/vtt/VTTCue.idl', 281 'html/track/vtt/VTTCue.idl',
282 'html/track/vtt/VTTRegion.idl', 282 'html/track/vtt/VTTRegion.idl',
283 'html/track/vtt/VTTRegionList.idl', 283 'html/track/vtt/VTTRegionList.idl',
284 'inspector/InjectedScriptHost.idl', 284 'inspector/InjectedScriptHost.idl',
285 'inspector/InspectorOverlayHost.idl', 285 'inspector/InspectorOverlayHost.idl',
286 'inspector/JavaScriptCallFrame.idl', 286 'inspector/JavaScriptCallFrame.idl',
287 'loader/appcache/ApplicationCache.idl', 287 'loader/appcache/ApplicationCache.idl',
288 'page/EventSource.idl', 288 'page/EventSource.idl',
289 'page/PagePopupController.idl', 289 'page/PagePopupController.idl',
290 'page/scrolling/ScrollState.idl',
290 'plugins/MimeType.idl', 291 'plugins/MimeType.idl',
291 'plugins/MimeTypeArray.idl', 292 'plugins/MimeTypeArray.idl',
292 'plugins/Plugin.idl', 293 'plugins/Plugin.idl',
293 'plugins/PluginArray.idl', 294 'plugins/PluginArray.idl',
294 'storage/Storage.idl', 295 'storage/Storage.idl',
295 'storage/StorageEvent.idl', 296 'storage/StorageEvent.idl',
296 'streams/ExclusiveStreamReader.idl', 297 'streams/ExclusiveStreamReader.idl',
297 'streams/ReadableStream.idl', 298 'streams/ReadableStream.idl',
298 'streams/Stream.idl', 299 'streams/Stream.idl',
299 'svg/SVGAElement.idl', 300 'svg/SVGAElement.idl',
(...skipping 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after
1805 'page/WindowFeatures.cpp', 1806 'page/WindowFeatures.cpp',
1806 'page/WindowFocusAllowedIndicator.cpp', 1807 'page/WindowFocusAllowedIndicator.cpp',
1807 'page/scrolling/ScrollingConstraints.cpp', 1808 'page/scrolling/ScrollingConstraints.cpp',
1808 'page/scrolling/ScrollingConstraints.h', 1809 'page/scrolling/ScrollingConstraints.h',
1809 'page/scrolling/ScrollingCoordinator.cpp', 1810 'page/scrolling/ScrollingCoordinator.cpp',
1810 'page/scrolling/ScrollingCoordinator.h', 1811 'page/scrolling/ScrollingCoordinator.h',
1811 'paint/BackgroundImageGeometry.cpp', 1812 'paint/BackgroundImageGeometry.cpp',
1812 'paint/BackgroundImageGeometry.h', 1813 'paint/BackgroundImageGeometry.h',
1813 'paint/BlockFlowPainter.cpp', 1814 'paint/BlockFlowPainter.cpp',
1814 'paint/BlockFlowPainter.h', 1815 'paint/BlockFlowPainter.h',
1816 'page/scrolling/ScrollState.cpp',
1817 'page/scrolling/ScrollState.h',
1815 'paint/BlockPainter.cpp', 1818 'paint/BlockPainter.cpp',
1816 'paint/BlockPainter.h', 1819 'paint/BlockPainter.h',
1817 'paint/BoxClipper.cpp', 1820 'paint/BoxClipper.cpp',
1818 'paint/BoxClipper.h', 1821 'paint/BoxClipper.h',
1819 'paint/BoxDecorationData.cpp', 1822 'paint/BoxDecorationData.cpp',
1820 'paint/BoxDecorationData.h', 1823 'paint/BoxDecorationData.h',
1821 'paint/BoxPainter.cpp', 1824 'paint/BoxPainter.cpp',
1822 'paint/BoxPainter.h', 1825 'paint/BoxPainter.h',
1823 'paint/CompositingRecorder.cpp', 1826 'paint/CompositingRecorder.cpp',
1824 'paint/CompositingRecorder.h', 1827 'paint/CompositingRecorder.h',
(...skipping 1997 matching lines...) Expand 10 before | Expand all | Expand 10 after
3822 'paint/ViewDisplayListTest.cpp', 3825 'paint/ViewDisplayListTest.cpp',
3823 'streams/ExclusiveStreamReaderTest.cpp', 3826 'streams/ExclusiveStreamReaderTest.cpp',
3824 'streams/ReadableStreamTest.cpp', 3827 'streams/ReadableStreamTest.cpp',
3825 'testing/PrivateScriptTestTest.cpp', 3828 'testing/PrivateScriptTestTest.cpp',
3826 'testing/UnitTestHelpers.cpp', 3829 'testing/UnitTestHelpers.cpp',
3827 'testing/UnitTestHelpers.h', 3830 'testing/UnitTestHelpers.h',
3828 'xml/parser/SharedBufferReaderTest.cpp', 3831 'xml/parser/SharedBufferReaderTest.cpp',
3829 ], 3832 ],
3830 } 3833 }
3831 } 3834 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698