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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2105273004: GeometryMapper: Support computing visual rects in spaces that are not direct ancestors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none 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 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 'graphics/filters/FilterOperationsTest.cpp', 1215 'graphics/filters/FilterOperationsTest.cpp',
1216 'graphics/filters/ImageFilterBuilderTest.cpp', 1216 'graphics/filters/ImageFilterBuilderTest.cpp',
1217 'graphics/gpu/DrawingBufferTest.cpp', 1217 'graphics/gpu/DrawingBufferTest.cpp',
1218 'graphics/paint/DisplayItemClientTest.cpp', 1218 'graphics/paint/DisplayItemClientTest.cpp',
1219 'graphics/paint/DisplayItemListTest.cpp', 1219 'graphics/paint/DisplayItemListTest.cpp',
1220 'graphics/paint/DisplayItemTest.cpp', 1220 'graphics/paint/DisplayItemTest.cpp',
1221 'graphics/paint/GeometryMapperTest.cpp', 1221 'graphics/paint/GeometryMapperTest.cpp',
1222 'graphics/paint/PaintArtifactToSkCanvasTest.cpp', 1222 'graphics/paint/PaintArtifactToSkCanvasTest.cpp',
1223 'graphics/paint/PaintChunkerTest.cpp', 1223 'graphics/paint/PaintChunkerTest.cpp',
1224 'graphics/paint/PaintControllerTest.cpp', 1224 'graphics/paint/PaintControllerTest.cpp',
1225 'graphics/paint/PropertyTreeStateTest.cpp',
1225 'image-decoders/FastSharedBufferReaderTest.cpp', 1226 'image-decoders/FastSharedBufferReaderTest.cpp',
1226 'image-decoders/ImageDecoderTest.cpp', 1227 'image-decoders/ImageDecoderTest.cpp',
1227 'image-decoders/ImageDecoderTestHelpers.cpp', 1228 'image-decoders/ImageDecoderTestHelpers.cpp',
1228 'image-decoders/ImageDecoderTestHelpers.h', 1229 'image-decoders/ImageDecoderTestHelpers.h',
1229 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1230 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1230 'image-decoders/gif/GIFImageDecoderTest.cpp', 1231 'image-decoders/gif/GIFImageDecoderTest.cpp',
1231 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1232 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
1232 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1233 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1233 'image-decoders/ico/ICOImageDecoderTest.cpp', 1234 'image-decoders/ico/ICOImageDecoderTest.cpp',
1234 'inspector_protocol/ParserTest.cpp', 1235 'inspector_protocol/ParserTest.cpp',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1348 ['use_default_render_theme==1', 1349 ['use_default_render_theme==1',
1349 { 1350 {
1350 'platform_test_files': [ 1351 'platform_test_files': [
1351 'scroll/ScrollbarThemeAuraTest.cpp', 1352 'scroll/ScrollbarThemeAuraTest.cpp',
1352 ], 1353 ],
1353 } 1354 }
1354 ], 1355 ],
1355 ], 1356 ],
1356 }, 1357 },
1357 } 1358 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698