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

Side by Side Diff: third_party/WebKit/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: Fix compile issue Created 5 years 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 1895 matching lines...) Expand 10 before | Expand all | Expand 10 after
1906 'page/SpatialNavigation.cpp', 1906 'page/SpatialNavigation.cpp',
1907 'page/TouchAdjustment.cpp', 1907 'page/TouchAdjustment.cpp',
1908 'page/TouchAdjustment.h', 1908 'page/TouchAdjustment.h',
1909 'page/TouchDisambiguation.cpp', 1909 'page/TouchDisambiguation.cpp',
1910 'page/TouchDisambiguation.h', 1910 'page/TouchDisambiguation.h',
1911 'page/WindowFeatures.cpp', 1911 'page/WindowFeatures.cpp',
1912 'page/scrolling/ScrollingConstraints.cpp', 1912 'page/scrolling/ScrollingConstraints.cpp',
1913 'page/scrolling/ScrollingConstraints.h', 1913 'page/scrolling/ScrollingConstraints.h',
1914 'page/scrolling/ScrollingCoordinator.cpp', 1914 'page/scrolling/ScrollingCoordinator.cpp',
1915 'page/scrolling/ScrollingCoordinator.h', 1915 'page/scrolling/ScrollingCoordinator.h',
1916 'page/scrolling/SnapCoordinator.cpp',
1917 'page/scrolling/SnapCoordinator.h',
1916 'page/scrolling/ScrollCustomizationCallbacks.cpp', 1918 'page/scrolling/ScrollCustomizationCallbacks.cpp',
1917 'page/scrolling/ScrollCustomizationCallbacks.h', 1919 'page/scrolling/ScrollCustomizationCallbacks.h',
1918 'page/scrolling/ScrollState.cpp', 1920 'page/scrolling/ScrollState.cpp',
1919 'page/scrolling/ScrollState.h', 1921 'page/scrolling/ScrollState.h',
1920 'page/scrolling/ScrollStateCallback.cpp', 1922 'page/scrolling/ScrollStateCallback.cpp',
1921 'page/scrolling/ScrollStateCallback.h', 1923 'page/scrolling/ScrollStateCallback.h',
1922 'paint/BackgroundImageGeometry.cpp', 1924 'paint/BackgroundImageGeometry.cpp',
1923 'paint/BackgroundImageGeometry.h', 1925 'paint/BackgroundImageGeometry.h',
1924 'paint/BlockFlowPainter.cpp', 1926 'paint/BlockFlowPainter.cpp',
1925 'paint/BlockFlowPainter.h', 1927 'paint/BlockFlowPainter.h',
(...skipping 1980 matching lines...) Expand 10 before | Expand all | Expand 10 after
3906 'loader/FrameFetchContextTest.cpp', 3908 'loader/FrameFetchContextTest.cpp',
3907 'loader/LinkHeaderTest.cpp', 3909 'loader/LinkHeaderTest.cpp',
3908 'loader/LinkLoaderTest.cpp', 3910 'loader/LinkLoaderTest.cpp',
3909 'loader/MixedContentCheckerTest.cpp', 3911 'loader/MixedContentCheckerTest.cpp',
3910 'page/ContextMenuControllerTest.cpp', 3912 'page/ContextMenuControllerTest.cpp',
3911 'page/NetworkStateNotifierTest.cpp', 3913 'page/NetworkStateNotifierTest.cpp',
3912 'page/PagePopupClientTest.cpp', 3914 'page/PagePopupClientTest.cpp',
3913 'page/PrintContextTest.cpp', 3915 'page/PrintContextTest.cpp',
3914 'page/WindowFeaturesTest.cpp', 3916 'page/WindowFeaturesTest.cpp',
3915 'page/scrolling/ScrollStateTest.cpp', 3917 'page/scrolling/ScrollStateTest.cpp',
3918 'page/scrolling/SnapCoordinatorTest.cpp',
3916 'paint/LayerClipRecorderTest.cpp', 3919 'paint/LayerClipRecorderTest.cpp',
3917 'paint/LayoutObjectDrawingRecorderTest.cpp', 3920 'paint/LayoutObjectDrawingRecorderTest.cpp',
3918 'paint/NinePieceImageGridTest.cpp', 3921 'paint/NinePieceImageGridTest.cpp',
3919 'paint/PaintControllerPaintTest.cpp', 3922 'paint/PaintControllerPaintTest.cpp',
3920 'paint/PaintControllerPaintTest.h', 3923 'paint/PaintControllerPaintTest.h',
3921 'paint/PaintInfoTest.cpp', 3924 'paint/PaintInfoTest.cpp',
3922 'paint/PaintLayerPainterTest.cpp', 3925 'paint/PaintLayerPainterTest.cpp',
3923 'paint/PaintPropertyTreeBuilderTest.cpp', 3926 'paint/PaintPropertyTreeBuilderTest.cpp',
3924 'paint/TableCellPainterTest.cpp', 3927 'paint/TableCellPainterTest.cpp',
3925 'paint/TextPainterTest.cpp', 3928 'paint/TextPainterTest.cpp',
3926 'streams/ReadableStreamReaderTest.cpp', 3929 'streams/ReadableStreamReaderTest.cpp',
3927 'streams/ReadableStreamTest.cpp', 3930 'streams/ReadableStreamTest.cpp',
3928 'style/ComputedStyleTest.cpp', 3931 'style/ComputedStyleTest.cpp',
3929 'style/OutlineValueTest.cpp', 3932 'style/OutlineValueTest.cpp',
3930 'style/SVGComputedStyleTest.cpp', 3933 'style/SVGComputedStyleTest.cpp',
3931 'svg/SVGPathParserTest.cpp', 3934 'svg/SVGPathParserTest.cpp',
3932 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3935 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3933 'testing/PrivateScriptTestTest.cpp', 3936 'testing/PrivateScriptTestTest.cpp',
3934 'timing/MemoryInfoTest.cpp', 3937 'timing/MemoryInfoTest.cpp',
3935 'workers/WorkerThreadTest.cpp', 3938 'workers/WorkerThreadTest.cpp',
3936 'xml/parser/SharedBufferReaderTest.cpp', 3939 'xml/parser/SharedBufferReaderTest.cpp',
3937 ], 3940 ],
3938 } 3941 }
3939 } 3942 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698