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

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: PLATFORM_EXPORT CacheGenerationOrInvalidationReason 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 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 'graphics/RecordingImageBufferSurfaceTest.cpp', 1210 'graphics/RecordingImageBufferSurfaceTest.cpp',
1211 'graphics/compositing/PaintArtifactCompositorTest.cpp', 1211 'graphics/compositing/PaintArtifactCompositorTest.cpp',
1212 'graphics/filters/FilterOperationsTest.cpp', 1212 'graphics/filters/FilterOperationsTest.cpp',
1213 'graphics/filters/ImageFilterBuilderTest.cpp', 1213 'graphics/filters/ImageFilterBuilderTest.cpp',
1214 'graphics/gpu/DrawingBufferTest.cpp', 1214 'graphics/gpu/DrawingBufferTest.cpp',
1215 'graphics/paint/DisplayItemClientTest.cpp', 1215 'graphics/paint/DisplayItemClientTest.cpp',
1216 'graphics/paint/DisplayItemListTest.cpp', 1216 'graphics/paint/DisplayItemListTest.cpp',
1217 'graphics/paint/DisplayItemTest.cpp', 1217 'graphics/paint/DisplayItemTest.cpp',
1218 'graphics/paint/GeometryMapperTest.cpp', 1218 'graphics/paint/GeometryMapperTest.cpp',
1219 'graphics/paint/PaintArtifactToSkCanvasTest.cpp', 1219 'graphics/paint/PaintArtifactToSkCanvasTest.cpp',
1220 'graphics/paint/PaintChunkTest.cpp',
1220 'graphics/paint/PaintChunkerTest.cpp', 1221 'graphics/paint/PaintChunkerTest.cpp',
1221 'graphics/paint/PaintControllerTest.cpp', 1222 'graphics/paint/PaintControllerTest.cpp',
1222 'graphics/paint/PropertyTreeStateTest.cpp', 1223 'graphics/paint/PropertyTreeStateTest.cpp',
1223 'image-decoders/FastSharedBufferReaderTest.cpp', 1224 'image-decoders/FastSharedBufferReaderTest.cpp',
1224 'image-decoders/ImageDecoderTest.cpp', 1225 'image-decoders/ImageDecoderTest.cpp',
1225 'image-decoders/ImageDecoderTestHelpers.cpp', 1226 'image-decoders/ImageDecoderTestHelpers.cpp',
1226 'image-decoders/ImageDecoderTestHelpers.h', 1227 'image-decoders/ImageDecoderTestHelpers.h',
1227 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1228 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1228 'image-decoders/gif/GIFImageDecoderTest.cpp', 1229 'image-decoders/gif/GIFImageDecoderTest.cpp',
1229 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1230 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
(...skipping 118 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