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

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

Issue 2116693002: PaintChunk::id (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CommitOnTheWay
Patch Set: Address chrishtr's comments. 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 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 'graphics/RecordingImageBufferSurfaceTest.cpp', 1209 'graphics/RecordingImageBufferSurfaceTest.cpp',
1210 'graphics/compositing/PaintArtifactCompositorTest.cpp', 1210 'graphics/compositing/PaintArtifactCompositorTest.cpp',
1211 'graphics/filters/FilterOperationsTest.cpp', 1211 'graphics/filters/FilterOperationsTest.cpp',
1212 'graphics/filters/ImageFilterBuilderTest.cpp', 1212 'graphics/filters/ImageFilterBuilderTest.cpp',
1213 'graphics/gpu/DrawingBufferTest.cpp', 1213 'graphics/gpu/DrawingBufferTest.cpp',
1214 'graphics/paint/DisplayItemClientTest.cpp', 1214 'graphics/paint/DisplayItemClientTest.cpp',
1215 'graphics/paint/DisplayItemListTest.cpp', 1215 'graphics/paint/DisplayItemListTest.cpp',
1216 'graphics/paint/DisplayItemTest.cpp', 1216 'graphics/paint/DisplayItemTest.cpp',
1217 'graphics/paint/GeometryMapperTest.cpp', 1217 'graphics/paint/GeometryMapperTest.cpp',
1218 'graphics/paint/PaintArtifactToSkCanvasTest.cpp', 1218 'graphics/paint/PaintArtifactToSkCanvasTest.cpp',
1219 'graphics/paint/PaintChunkTest.cpp',
1219 'graphics/paint/PaintChunkerTest.cpp', 1220 'graphics/paint/PaintChunkerTest.cpp',
1220 'graphics/paint/PaintControllerTest.cpp', 1221 'graphics/paint/PaintControllerTest.cpp',
1221 'graphics/paint/PropertyTreeStateTest.cpp', 1222 'graphics/paint/PropertyTreeStateTest.cpp',
1222 'image-decoders/FastSharedBufferReaderTest.cpp', 1223 'image-decoders/FastSharedBufferReaderTest.cpp',
1223 'image-decoders/ImageDecoderTest.cpp', 1224 'image-decoders/ImageDecoderTest.cpp',
1224 'image-decoders/ImageDecoderTestHelpers.cpp', 1225 'image-decoders/ImageDecoderTestHelpers.cpp',
1225 'image-decoders/ImageDecoderTestHelpers.h', 1226 'image-decoders/ImageDecoderTestHelpers.h',
1226 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1227 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1227 'image-decoders/gif/GIFImageDecoderTest.cpp', 1228 'image-decoders/gif/GIFImageDecoderTest.cpp',
1228 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1229 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 ['use_default_render_theme==1', 1348 ['use_default_render_theme==1',
1348 { 1349 {
1349 'platform_test_files': [ 1350 'platform_test_files': [
1350 'scroll/ScrollbarThemeAuraTest.cpp', 1351 'scroll/ScrollbarThemeAuraTest.cpp',
1351 ], 1352 ],
1352 } 1353 }
1353 ], 1354 ],
1354 ], 1355 ],
1355 }, 1356 },
1356 } 1357 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698