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

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

Issue 1308273010: Adapt and reland old position sticky implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge with master and skip anonymous containing blocks for sticky container. Created 4 years, 10 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 1950 matching lines...) Expand 10 before | Expand all | Expand 10 after
1961 'page/PopupOpeningObserver.h', 1961 'page/PopupOpeningObserver.h',
1962 'page/PrintContext.cpp', 1962 'page/PrintContext.cpp',
1963 'page/ScopedPageLoadDeferrer.cpp', 1963 'page/ScopedPageLoadDeferrer.cpp',
1964 'page/ScopedPageLoadDeferrer.h', 1964 'page/ScopedPageLoadDeferrer.h',
1965 'page/SpatialNavigation.cpp', 1965 'page/SpatialNavigation.cpp',
1966 'page/TouchAdjustment.cpp', 1966 'page/TouchAdjustment.cpp',
1967 'page/TouchAdjustment.h', 1967 'page/TouchAdjustment.h',
1968 'page/TouchDisambiguation.cpp', 1968 'page/TouchDisambiguation.cpp',
1969 'page/TouchDisambiguation.h', 1969 'page/TouchDisambiguation.h',
1970 'page/WindowFeatures.cpp', 1970 'page/WindowFeatures.cpp',
1971 'page/scrolling/ScrollingConstraints.cpp',
1972 'page/scrolling/ScrollingConstraints.h',
1973 'page/scrolling/ScrollingCoordinator.cpp', 1971 'page/scrolling/ScrollingCoordinator.cpp',
1974 'page/scrolling/ScrollingCoordinator.h', 1972 'page/scrolling/ScrollingCoordinator.h',
1975 'page/scrolling/ScrollCustomizationCallbacks.cpp', 1973 'page/scrolling/ScrollCustomizationCallbacks.cpp',
1976 'page/scrolling/ScrollCustomizationCallbacks.h', 1974 'page/scrolling/ScrollCustomizationCallbacks.h',
1977 'page/scrolling/ScrollState.cpp', 1975 'page/scrolling/ScrollState.cpp',
1978 'page/scrolling/ScrollState.h', 1976 'page/scrolling/ScrollState.h',
1979 'page/scrolling/ScrollStateCallback.cpp', 1977 'page/scrolling/ScrollStateCallback.cpp',
1980 'page/scrolling/ScrollStateCallback.h', 1978 'page/scrolling/ScrollStateCallback.h',
1979 'page/scrolling/StickyPositionViewportConstraints.cpp',
1980 'page/scrolling/StickyPositionViewportConstraints.h',
1981 'page/scrolling/ViewportConstraints.h',
1981 'paint/BackgroundImageGeometry.cpp', 1982 'paint/BackgroundImageGeometry.cpp',
1982 'paint/BackgroundImageGeometry.h', 1983 'paint/BackgroundImageGeometry.h',
1983 'paint/BlockFlowPainter.cpp', 1984 'paint/BlockFlowPainter.cpp',
1984 'paint/BlockFlowPainter.h', 1985 'paint/BlockFlowPainter.h',
1985 'paint/BlockPainter.cpp', 1986 'paint/BlockPainter.cpp',
1986 'paint/BlockPainter.h', 1987 'paint/BlockPainter.h',
1987 'paint/BoxBorderPainter.cpp', 1988 'paint/BoxBorderPainter.cpp',
1988 'paint/BoxBorderPainter.h', 1989 'paint/BoxBorderPainter.h',
1989 'paint/BoxClipper.cpp', 1990 'paint/BoxClipper.cpp',
1990 'paint/BoxClipper.h', 1991 'paint/BoxClipper.h',
(...skipping 2049 matching lines...) Expand 10 before | Expand all | Expand 10 after
4040 'style/SVGComputedStyleTest.cpp', 4041 'style/SVGComputedStyleTest.cpp',
4041 'svg/SVGPathParserTest.cpp', 4042 'svg/SVGPathParserTest.cpp',
4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4043 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4043 'testing/PrivateScriptTestTest.cpp', 4044 'testing/PrivateScriptTestTest.cpp',
4044 'timing/MemoryInfoTest.cpp', 4045 'timing/MemoryInfoTest.cpp',
4045 'workers/WorkerThreadTest.cpp', 4046 'workers/WorkerThreadTest.cpp',
4046 'xml/parser/SharedBufferReaderTest.cpp', 4047 'xml/parser/SharedBufferReaderTest.cpp',
4047 ], 4048 ],
4048 } 4049 }
4049 } 4050 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698