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

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

Issue 2020103002: Fix sticky constraints and update sticky layer positions recursively after scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify sticky box rect calculation. Created 4 years, 5 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 4112 matching lines...) Expand 10 before | Expand all | Expand 10 after
4123 'html/parser/HTMLPreloadScannerTest.cpp', 4123 'html/parser/HTMLPreloadScannerTest.cpp',
4124 'html/parser/HTMLResourcePreloaderTest.cpp', 4124 'html/parser/HTMLResourcePreloaderTest.cpp',
4125 'html/parser/HTMLSrcsetParserTest.cpp', 4125 'html/parser/HTMLSrcsetParserTest.cpp',
4126 'html/shadow/MediaControlsTest.cpp', 4126 'html/shadow/MediaControlsTest.cpp',
4127 'html/track/vtt/BufferedLineReaderTest.cpp', 4127 'html/track/vtt/BufferedLineReaderTest.cpp',
4128 'html/track/vtt/VTTScannerTest.cpp', 4128 'html/track/vtt/VTTScannerTest.cpp',
4129 'input/EventHandlerTest.cpp', 4129 'input/EventHandlerTest.cpp',
4130 'layout/ImageQualityControllerTest.cpp', 4130 'layout/ImageQualityControllerTest.cpp',
4131 'layout/InlineTextBoxTest.cpp', 4131 'layout/InlineTextBoxTest.cpp',
4132 'layout/LayoutBlockTest.cpp', 4132 'layout/LayoutBlockTest.cpp',
4133 'layout/LayoutBoxModelObjectTest.cpp',
4133 'layout/LayoutBoxTest.cpp', 4134 'layout/LayoutBoxTest.cpp',
4134 'layout/LayoutInlineTest.cpp', 4135 'layout/LayoutInlineTest.cpp',
4135 'layout/LayoutMultiColumnFlowThreadTest.cpp', 4136 'layout/LayoutMultiColumnFlowThreadTest.cpp',
4136 'layout/LayoutObjectTest.cpp', 4137 'layout/LayoutObjectTest.cpp',
4137 'layout/LayoutPartTest.cpp', 4138 'layout/LayoutPartTest.cpp',
4138 'layout/LayoutProgressTest.cpp', 4139 'layout/LayoutProgressTest.cpp',
4139 'layout/LayoutTableCellTest.cpp', 4140 'layout/LayoutTableCellTest.cpp',
4140 'layout/LayoutTableRowTest.cpp', 4141 'layout/LayoutTableRowTest.cpp',
4141 'layout/LayoutTableSectionTest.cpp', 4142 'layout/LayoutTableSectionTest.cpp',
4142 'layout/LayoutTestHelper.cpp', 4143 'layout/LayoutTestHelper.cpp',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
4191 'testing/PrivateScriptTestTest.cpp', 4192 'testing/PrivateScriptTestTest.cpp',
4192 'timing/MemoryInfoTest.cpp', 4193 'timing/MemoryInfoTest.cpp',
4193 'timing/PerformanceBaseTest.cpp', 4194 'timing/PerformanceBaseTest.cpp',
4194 'timing/PerformanceObserverTest.cpp', 4195 'timing/PerformanceObserverTest.cpp',
4195 'workers/WorkerThreadTest.cpp', 4196 'workers/WorkerThreadTest.cpp',
4196 'workers/WorkerThreadTestHelper.h', 4197 'workers/WorkerThreadTestHelper.h',
4197 'xml/parser/SharedBufferReaderTest.cpp', 4198 'xml/parser/SharedBufferReaderTest.cpp',
4198 ], 4199 ],
4199 } 4200 }
4200 } 4201 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698