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

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: remove m_frame Created 5 years, 2 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 1873 matching lines...) Expand 10 before | Expand all | Expand 10 after
1884 'page/SpatialNavigation.cpp', 1884 'page/SpatialNavigation.cpp',
1885 'page/TouchAdjustment.cpp', 1885 'page/TouchAdjustment.cpp',
1886 'page/TouchAdjustment.h', 1886 'page/TouchAdjustment.h',
1887 'page/TouchDisambiguation.cpp', 1887 'page/TouchDisambiguation.cpp',
1888 'page/TouchDisambiguation.h', 1888 'page/TouchDisambiguation.h',
1889 'page/WindowFeatures.cpp', 1889 'page/WindowFeatures.cpp',
1890 'page/scrolling/ScrollingConstraints.cpp', 1890 'page/scrolling/ScrollingConstraints.cpp',
1891 'page/scrolling/ScrollingConstraints.h', 1891 'page/scrolling/ScrollingConstraints.h',
1892 'page/scrolling/ScrollingCoordinator.cpp', 1892 'page/scrolling/ScrollingCoordinator.cpp',
1893 'page/scrolling/ScrollingCoordinator.h', 1893 'page/scrolling/ScrollingCoordinator.h',
1894 'page/scrolling/SnapCoordinator.cpp',
1895 'page/scrolling/SnapCoordinator.h',
1894 'page/scrolling/ScrollCustomizationCallbacks.cpp', 1896 'page/scrolling/ScrollCustomizationCallbacks.cpp',
1895 'page/scrolling/ScrollCustomizationCallbacks.h', 1897 'page/scrolling/ScrollCustomizationCallbacks.h',
1896 'page/scrolling/ScrollState.cpp', 1898 'page/scrolling/ScrollState.cpp',
1897 'page/scrolling/ScrollState.h', 1899 'page/scrolling/ScrollState.h',
1898 'page/scrolling/ScrollStateCallback.cpp', 1900 'page/scrolling/ScrollStateCallback.cpp',
1899 'page/scrolling/ScrollStateCallback.h', 1901 'page/scrolling/ScrollStateCallback.h',
1900 'paint/BackgroundImageGeometry.cpp', 1902 'paint/BackgroundImageGeometry.cpp',
1901 'paint/BackgroundImageGeometry.h', 1903 'paint/BackgroundImageGeometry.h',
1902 'paint/BlockFlowPainter.cpp', 1904 'paint/BlockFlowPainter.cpp',
1903 'paint/BlockFlowPainter.h', 1905 'paint/BlockFlowPainter.h',
(...skipping 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after
3888 'layout/shapes/BoxShapeTest.cpp', 3890 'layout/shapes/BoxShapeTest.cpp',
3889 'loader/FrameFetchContextTest.cpp', 3891 'loader/FrameFetchContextTest.cpp',
3890 'loader/LinkHeaderTest.cpp', 3892 'loader/LinkHeaderTest.cpp',
3891 'loader/LinkLoaderTest.cpp', 3893 'loader/LinkLoaderTest.cpp',
3892 'loader/MixedContentCheckerTest.cpp', 3894 'loader/MixedContentCheckerTest.cpp',
3893 'page/ContextMenuControllerTest.cpp', 3895 'page/ContextMenuControllerTest.cpp',
3894 'page/NetworkStateNotifierTest.cpp', 3896 'page/NetworkStateNotifierTest.cpp',
3895 'page/PagePopupClientTest.cpp', 3897 'page/PagePopupClientTest.cpp',
3896 'page/PrintContextTest.cpp', 3898 'page/PrintContextTest.cpp',
3897 'page/scrolling/ScrollStateTest.cpp', 3899 'page/scrolling/ScrollStateTest.cpp',
3900 'page/scrolling/SnapCoordinatorTest.cpp',
3898 'paint/LayerClipRecorderTest.cpp', 3901 'paint/LayerClipRecorderTest.cpp',
3899 'paint/LayoutObjectDrawingRecorderTest.cpp', 3902 'paint/LayoutObjectDrawingRecorderTest.cpp',
3900 'paint/NinePieceImageGridTest.cpp', 3903 'paint/NinePieceImageGridTest.cpp',
3901 'paint/PaintControllerPaintTest.cpp', 3904 'paint/PaintControllerPaintTest.cpp',
3902 'paint/PaintControllerPaintTest.h', 3905 'paint/PaintControllerPaintTest.h',
3903 'paint/PaintLayerPainterTest.cpp', 3906 'paint/PaintLayerPainterTest.cpp',
3904 'paint/TableCellPainterTest.cpp', 3907 'paint/TableCellPainterTest.cpp',
3905 'paint/TextPainterTest.cpp', 3908 'paint/TextPainterTest.cpp',
3906 'streams/ReadableStreamReaderTest.cpp', 3909 'streams/ReadableStreamReaderTest.cpp',
3907 'streams/ReadableStreamTest.cpp', 3910 'streams/ReadableStreamTest.cpp',
3908 'style/ComputedStyleTest.cpp', 3911 'style/ComputedStyleTest.cpp',
3909 'style/OutlineValueTest.cpp', 3912 'style/OutlineValueTest.cpp',
3910 'style/SVGComputedStyleTest.cpp', 3913 'style/SVGComputedStyleTest.cpp',
3911 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3914 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3912 'testing/PrivateScriptTestTest.cpp', 3915 'testing/PrivateScriptTestTest.cpp',
3913 'timing/MemoryInfoTest.cpp', 3916 'timing/MemoryInfoTest.cpp',
3914 'workers/WorkerThreadTest.cpp', 3917 'workers/WorkerThreadTest.cpp',
3915 'xml/parser/SharedBufferReaderTest.cpp', 3918 'xml/parser/SharedBufferReaderTest.cpp',
3916 ], 3919 ],
3917 } 3920 }
3918 } 3921 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | third_party/WebKit/Source/core/dom/Element.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698