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

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

Issue 1188563005: Compute snap offsets (both repeat and element based) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Clean up TODOs 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
« no previous file with comments | « no previous file | Source/core/dom/ContainerNode.cpp » ('j') | Source/core/dom/ContainerNode.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after
1855 'page/SpatialNavigation.cpp', 1855 'page/SpatialNavigation.cpp',
1856 'page/TouchAdjustment.cpp', 1856 'page/TouchAdjustment.cpp',
1857 'page/TouchAdjustment.h', 1857 'page/TouchAdjustment.h',
1858 'page/TouchDisambiguation.cpp', 1858 'page/TouchDisambiguation.cpp',
1859 'page/TouchDisambiguation.h', 1859 'page/TouchDisambiguation.h',
1860 'page/WindowFeatures.cpp', 1860 'page/WindowFeatures.cpp',
1861 'page/scrolling/ScrollingConstraints.cpp', 1861 'page/scrolling/ScrollingConstraints.cpp',
1862 'page/scrolling/ScrollingConstraints.h', 1862 'page/scrolling/ScrollingConstraints.h',
1863 'page/scrolling/ScrollingCoordinator.cpp', 1863 'page/scrolling/ScrollingCoordinator.cpp',
1864 'page/scrolling/ScrollingCoordinator.h', 1864 'page/scrolling/ScrollingCoordinator.h',
1865 'page/scrolling/SnapCoordinator.cpp',
1866 'page/scrolling/SnapCoordinator.h',
1865 'page/scrolling/ScrollCustomizationCallbacks.cpp', 1867 'page/scrolling/ScrollCustomizationCallbacks.cpp',
1866 'page/scrolling/ScrollCustomizationCallbacks.h', 1868 'page/scrolling/ScrollCustomizationCallbacks.h',
1867 'page/scrolling/ScrollState.cpp', 1869 'page/scrolling/ScrollState.cpp',
1868 'page/scrolling/ScrollState.h', 1870 'page/scrolling/ScrollState.h',
1869 'page/scrolling/ScrollStateCallback.cpp', 1871 'page/scrolling/ScrollStateCallback.cpp',
1870 'page/scrolling/ScrollStateCallback.h', 1872 'page/scrolling/ScrollStateCallback.h',
1871 'paint/BackgroundImageGeometry.cpp', 1873 'paint/BackgroundImageGeometry.cpp',
1872 'paint/BackgroundImageGeometry.h', 1874 'paint/BackgroundImageGeometry.h',
1873 'paint/BlockFlowPainter.cpp', 1875 'paint/BlockFlowPainter.cpp',
1874 'paint/BlockFlowPainter.h', 1876 'paint/BlockFlowPainter.h',
(...skipping 1975 matching lines...) Expand 10 before | Expand all | Expand 10 after
3850 'layout/shapes/BoxShapeTest.cpp', 3852 'layout/shapes/BoxShapeTest.cpp',
3851 'loader/FrameFetchContextTest.cpp', 3853 'loader/FrameFetchContextTest.cpp',
3852 'loader/LinkHeaderTest.cpp', 3854 'loader/LinkHeaderTest.cpp',
3853 'loader/LinkLoaderTest.cpp', 3855 'loader/LinkLoaderTest.cpp',
3854 'loader/MixedContentCheckerTest.cpp', 3856 'loader/MixedContentCheckerTest.cpp',
3855 'page/ContextMenuControllerTest.cpp', 3857 'page/ContextMenuControllerTest.cpp',
3856 'page/NetworkStateNotifierTest.cpp', 3858 'page/NetworkStateNotifierTest.cpp',
3857 'page/PagePopupClientTest.cpp', 3859 'page/PagePopupClientTest.cpp',
3858 'page/PrintContextTest.cpp', 3860 'page/PrintContextTest.cpp',
3859 'page/scrolling/ScrollStateTest.cpp', 3861 'page/scrolling/ScrollStateTest.cpp',
3862 'page/scrolling/SnapCoordinatorTest.cpp',
3860 'paint/DeprecatedPaintLayerPainterTest.cpp', 3863 'paint/DeprecatedPaintLayerPainterTest.cpp',
3861 'paint/DisplayItemListPaintTest.cpp', 3864 'paint/DisplayItemListPaintTest.cpp',
3862 'paint/DisplayItemListPaintTest.h', 3865 'paint/DisplayItemListPaintTest.h',
3863 'paint/LayerClipRecorderTest.cpp', 3866 'paint/LayerClipRecorderTest.cpp',
3864 'paint/LayoutObjectDrawingRecorderTest.cpp', 3867 'paint/LayoutObjectDrawingRecorderTest.cpp',
3865 'paint/NinePieceImageGridTest.cpp', 3868 'paint/NinePieceImageGridTest.cpp',
3866 'paint/TableCellPainterTest.cpp', 3869 'paint/TableCellPainterTest.cpp',
3867 'paint/TextPainterTest.cpp', 3870 'paint/TextPainterTest.cpp',
3868 'streams/ReadableStreamReaderTest.cpp', 3871 'streams/ReadableStreamReaderTest.cpp',
3869 'streams/ReadableStreamTest.cpp', 3872 'streams/ReadableStreamTest.cpp',
3870 'style/ComputedStyleTest.cpp', 3873 'style/ComputedStyleTest.cpp',
3871 'style/OutlineValueTest.cpp', 3874 'style/OutlineValueTest.cpp',
3872 'style/SVGComputedStyleTest.cpp', 3875 'style/SVGComputedStyleTest.cpp',
3873 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3876 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3874 'testing/PrivateScriptTestTest.cpp', 3877 'testing/PrivateScriptTestTest.cpp',
3875 'timing/MemoryInfoTest.cpp', 3878 'timing/MemoryInfoTest.cpp',
3876 'workers/WorkerThreadTest.cpp', 3879 'workers/WorkerThreadTest.cpp',
3877 'xml/parser/SharedBufferReaderTest.cpp', 3880 'xml/parser/SharedBufferReaderTest.cpp',
3878 ], 3881 ],
3879 } 3882 }
3880 } 3883 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/ContainerNode.cpp » ('j') | Source/core/dom/ContainerNode.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698