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

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

Issue 1826013002: Enable compositing for opaque scrolling content on low DPI screens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix date (for real this time) Created 4 years, 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4202 matching lines...) Expand 10 before | Expand all | Expand 10 after
4213 'page/scrolling/ScrollStateTest.cpp', 4213 'page/scrolling/ScrollStateTest.cpp',
4214 'page/scrolling/SnapCoordinatorTest.cpp', 4214 'page/scrolling/SnapCoordinatorTest.cpp',
4215 'paint/HTMLCanvasPainterTest.cpp', 4215 'paint/HTMLCanvasPainterTest.cpp',
4216 'paint/LayerClipRecorderTest.cpp', 4216 'paint/LayerClipRecorderTest.cpp',
4217 'paint/LayoutObjectDrawingRecorderTest.cpp', 4217 'paint/LayoutObjectDrawingRecorderTest.cpp',
4218 'paint/NinePieceImageGridTest.cpp', 4218 'paint/NinePieceImageGridTest.cpp',
4219 'paint/PaintControllerPaintTest.cpp', 4219 'paint/PaintControllerPaintTest.cpp',
4220 'paint/PaintControllerPaintTest.h', 4220 'paint/PaintControllerPaintTest.h',
4221 'paint/PaintInfoTest.cpp', 4221 'paint/PaintInfoTest.cpp',
4222 'paint/PaintLayerPainterTest.cpp', 4222 'paint/PaintLayerPainterTest.cpp',
4223 'paint/PaintLayerScrollableAreaTest.cpp',
4223 'paint/PaintPropertyTreeBuilderTest.cpp', 4224 'paint/PaintPropertyTreeBuilderTest.cpp',
4224 'paint/StubChromeClientForSPv2.h', 4225 'paint/StubChromeClientForSPv2.h',
4225 'paint/SVGInlineTextBoxPainterTest.cpp', 4226 'paint/SVGInlineTextBoxPainterTest.cpp',
4226 'paint/TableCellPainterTest.cpp', 4227 'paint/TableCellPainterTest.cpp',
4227 'paint/TextPainterTest.cpp', 4228 'paint/TextPainterTest.cpp',
4228 'paint/VideoPainterTest.cpp', 4229 'paint/VideoPainterTest.cpp',
4229 'streams/ReadableStreamOperationsTest.cpp', 4230 'streams/ReadableStreamOperationsTest.cpp',
4230 'streams/ReadableStreamReaderTest.cpp', 4231 'streams/ReadableStreamReaderTest.cpp',
4231 'streams/ReadableStreamTest.cpp', 4232 'streams/ReadableStreamTest.cpp',
4232 'style/ComputedStyleTest.cpp', 4233 'style/ComputedStyleTest.cpp',
4233 'style/OutlineValueTest.cpp', 4234 'style/OutlineValueTest.cpp',
4234 'style/SVGComputedStyleTest.cpp', 4235 'style/SVGComputedStyleTest.cpp',
4235 'svg/SVGPathParserTest.cpp', 4236 'svg/SVGPathParserTest.cpp',
4236 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4237 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4237 'svg/graphics/SVGImageTest.cpp', 4238 'svg/graphics/SVGImageTest.cpp',
4238 'testing/PrivateScriptTestTest.cpp', 4239 'testing/PrivateScriptTestTest.cpp',
4239 'timing/MemoryInfoTest.cpp', 4240 'timing/MemoryInfoTest.cpp',
4240 'timing/PerformanceBaseTest.cpp', 4241 'timing/PerformanceBaseTest.cpp',
4241 'timing/PerformanceObserverTest.cpp', 4242 'timing/PerformanceObserverTest.cpp',
4242 'workers/WorkerThreadTest.cpp', 4243 'workers/WorkerThreadTest.cpp',
4243 'workers/WorkerThreadTestHelper.h', 4244 'workers/WorkerThreadTestHelper.h',
4244 'xml/parser/SharedBufferReaderTest.cpp', 4245 'xml/parser/SharedBufferReaderTest.cpp',
4245 ], 4246 ],
4246 } 4247 }
4247 } 4248 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698