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

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: rebase Created 4 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1936 matching lines...) Expand 10 before | Expand all | Expand 10 after
1947 'page/ScopedPageLoadDeferrer.cpp', 1947 'page/ScopedPageLoadDeferrer.cpp',
1948 'page/ScopedPageLoadDeferrer.h', 1948 'page/ScopedPageLoadDeferrer.h',
1949 'page/SpatialNavigation.cpp', 1949 'page/SpatialNavigation.cpp',
1950 'page/TouchAdjustment.cpp', 1950 'page/TouchAdjustment.cpp',
1951 'page/TouchAdjustment.h', 1951 'page/TouchAdjustment.h',
1952 'page/TouchDisambiguation.cpp', 1952 'page/TouchDisambiguation.cpp',
1953 'page/TouchDisambiguation.h', 1953 'page/TouchDisambiguation.h',
1954 'page/WindowFeatures.cpp', 1954 'page/WindowFeatures.cpp',
1955 'page/scrolling/ScrollingCoordinator.cpp', 1955 'page/scrolling/ScrollingCoordinator.cpp',
1956 'page/scrolling/ScrollingCoordinator.h', 1956 'page/scrolling/ScrollingCoordinator.h',
1957 'page/scrolling/SnapCoordinator.cpp',
1958 'page/scrolling/SnapCoordinator.h',
1957 'page/scrolling/ScrollCustomizationCallbacks.cpp', 1959 'page/scrolling/ScrollCustomizationCallbacks.cpp',
1958 'page/scrolling/ScrollCustomizationCallbacks.h', 1960 'page/scrolling/ScrollCustomizationCallbacks.h',
1959 'page/scrolling/ScrollState.cpp', 1961 'page/scrolling/ScrollState.cpp',
1960 'page/scrolling/ScrollState.h', 1962 'page/scrolling/ScrollState.h',
1961 'page/scrolling/ScrollStateCallback.cpp', 1963 'page/scrolling/ScrollStateCallback.cpp',
1962 'page/scrolling/ScrollStateCallback.h', 1964 'page/scrolling/ScrollStateCallback.h',
1963 'paint/BackgroundImageGeometry.cpp', 1965 'paint/BackgroundImageGeometry.cpp',
1964 'paint/BackgroundImageGeometry.h', 1966 'paint/BackgroundImageGeometry.h',
1965 'paint/BlockFlowPainter.cpp', 1967 'paint/BlockFlowPainter.cpp',
1966 'paint/BlockFlowPainter.h', 1968 'paint/BlockFlowPainter.h',
(...skipping 2046 matching lines...) Expand 10 before | Expand all | Expand 10 after
4013 'loader/MixedContentCheckerTest.cpp', 4015 'loader/MixedContentCheckerTest.cpp',
4014 'origin_trials/OriginTrialContextTest.cpp', 4016 'origin_trials/OriginTrialContextTest.cpp',
4015 'page/ChromeClientTest.cpp', 4017 'page/ChromeClientTest.cpp',
4016 'page/ContextMenuControllerTest.cpp', 4018 'page/ContextMenuControllerTest.cpp',
4017 'page/EventSourceParserTest.cpp', 4019 'page/EventSourceParserTest.cpp',
4018 'page/NetworkStateNotifierTest.cpp', 4020 'page/NetworkStateNotifierTest.cpp',
4019 'page/PagePopupClientTest.cpp', 4021 'page/PagePopupClientTest.cpp',
4020 'page/PrintContextTest.cpp', 4022 'page/PrintContextTest.cpp',
4021 'page/WindowFeaturesTest.cpp', 4023 'page/WindowFeaturesTest.cpp',
4022 'page/scrolling/ScrollStateTest.cpp', 4024 'page/scrolling/ScrollStateTest.cpp',
4025 'page/scrolling/SnapCoordinatorTest.cpp',
4023 'paint/LayerClipRecorderTest.cpp', 4026 'paint/LayerClipRecorderTest.cpp',
4024 'paint/LayoutObjectDrawingRecorderTest.cpp', 4027 'paint/LayoutObjectDrawingRecorderTest.cpp',
4025 'paint/NinePieceImageGridTest.cpp', 4028 'paint/NinePieceImageGridTest.cpp',
4026 'paint/PaintControllerPaintTest.cpp', 4029 'paint/PaintControllerPaintTest.cpp',
4027 'paint/PaintControllerPaintTest.h', 4030 'paint/PaintControllerPaintTest.h',
4028 'paint/PaintInfoTest.cpp', 4031 'paint/PaintInfoTest.cpp',
4029 'paint/PaintLayerPainterTest.cpp', 4032 'paint/PaintLayerPainterTest.cpp',
4030 'paint/PaintPropertyTreeBuilderTest.cpp', 4033 'paint/PaintPropertyTreeBuilderTest.cpp',
4031 'paint/TableCellPainterTest.cpp', 4034 'paint/TableCellPainterTest.cpp',
4032 'paint/TextPainterTest.cpp', 4035 'paint/TextPainterTest.cpp',
4033 'streams/ReadableStreamReaderTest.cpp', 4036 'streams/ReadableStreamReaderTest.cpp',
4034 'streams/ReadableStreamTest.cpp', 4037 'streams/ReadableStreamTest.cpp',
4035 'style/ComputedStyleTest.cpp', 4038 'style/ComputedStyleTest.cpp',
4036 'style/OutlineValueTest.cpp', 4039 'style/OutlineValueTest.cpp',
4037 'style/SVGComputedStyleTest.cpp', 4040 'style/SVGComputedStyleTest.cpp',
4038 'svg/SVGPathParserTest.cpp', 4041 'svg/SVGPathParserTest.cpp',
4039 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4040 'testing/PrivateScriptTestTest.cpp', 4043 'testing/PrivateScriptTestTest.cpp',
4041 'timing/MemoryInfoTest.cpp', 4044 'timing/MemoryInfoTest.cpp',
4042 'workers/WorkerThreadTest.cpp', 4045 'workers/WorkerThreadTest.cpp',
4043 'xml/parser/SharedBufferReaderTest.cpp', 4046 'xml/parser/SharedBufferReaderTest.cpp',
4044 ], 4047 ],
4045 } 4048 }
4046 } 4049 }
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