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

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

Issue 2124893002: [SPv2] Use foreign layer support to enable composited video. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with master, integration test 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/VideoPainter.cpp » ('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 4169 matching lines...) Expand 10 before | Expand all | Expand 10 after
4180 'paint/LayerClipRecorderTest.cpp', 4180 'paint/LayerClipRecorderTest.cpp',
4181 'paint/LayoutObjectDrawingRecorderTest.cpp', 4181 'paint/LayoutObjectDrawingRecorderTest.cpp',
4182 'paint/NinePieceImageGridTest.cpp', 4182 'paint/NinePieceImageGridTest.cpp',
4183 'paint/PaintControllerPaintTest.cpp', 4183 'paint/PaintControllerPaintTest.cpp',
4184 'paint/PaintControllerPaintTest.h', 4184 'paint/PaintControllerPaintTest.h',
4185 'paint/PaintInfoTest.cpp', 4185 'paint/PaintInfoTest.cpp',
4186 'paint/PaintLayerPainterTest.cpp', 4186 'paint/PaintLayerPainterTest.cpp',
4187 'paint/PaintPropertyTreeBuilderTest.cpp', 4187 'paint/PaintPropertyTreeBuilderTest.cpp',
4188 'paint/TableCellPainterTest.cpp', 4188 'paint/TableCellPainterTest.cpp',
4189 'paint/TextPainterTest.cpp', 4189 'paint/TextPainterTest.cpp',
4190 'paint/VideoPainterTest.cpp',
4190 'streams/ReadableStreamOperationsTest.cpp', 4191 'streams/ReadableStreamOperationsTest.cpp',
4191 'streams/ReadableStreamReaderTest.cpp', 4192 'streams/ReadableStreamReaderTest.cpp',
4192 'streams/ReadableStreamTest.cpp', 4193 'streams/ReadableStreamTest.cpp',
4193 'style/ComputedStyleTest.cpp', 4194 'style/ComputedStyleTest.cpp',
4194 'style/OutlineValueTest.cpp', 4195 'style/OutlineValueTest.cpp',
4195 'style/SVGComputedStyleTest.cpp', 4196 'style/SVGComputedStyleTest.cpp',
4196 'svg/SVGPathParserTest.cpp', 4197 'svg/SVGPathParserTest.cpp',
4197 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4198 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4198 'svg/graphics/SVGImageTest.cpp', 4199 'svg/graphics/SVGImageTest.cpp',
4199 'testing/PrivateScriptTestTest.cpp', 4200 'testing/PrivateScriptTestTest.cpp',
4200 'timing/MemoryInfoTest.cpp', 4201 'timing/MemoryInfoTest.cpp',
4201 'timing/PerformanceBaseTest.cpp', 4202 'timing/PerformanceBaseTest.cpp',
4202 'timing/PerformanceObserverTest.cpp', 4203 'timing/PerformanceObserverTest.cpp',
4203 'workers/WorkerThreadTest.cpp', 4204 'workers/WorkerThreadTest.cpp',
4204 'workers/WorkerThreadTestHelper.h', 4205 'workers/WorkerThreadTestHelper.h',
4205 'xml/parser/SharedBufferReaderTest.cpp', 4206 'xml/parser/SharedBufferReaderTest.cpp',
4206 ], 4207 ],
4207 } 4208 }
4208 } 4209 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/VideoPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698