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

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: - 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 1201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1212 'graphics/RecordingImageBufferSurfaceTest.cpp', 1212 'graphics/RecordingImageBufferSurfaceTest.cpp',
1213 'graphics/compositing/PaintArtifactCompositorTest.cpp', 1213 'graphics/compositing/PaintArtifactCompositorTest.cpp',
1214 'graphics/filters/FilterOperationsTest.cpp', 1214 'graphics/filters/FilterOperationsTest.cpp',
1215 'graphics/filters/ImageFilterBuilderTest.cpp', 1215 'graphics/filters/ImageFilterBuilderTest.cpp',
1216 'graphics/gpu/DrawingBufferTest.cpp', 1216 'graphics/gpu/DrawingBufferTest.cpp',
1217 'graphics/paint/DisplayItemClientTest.cpp', 1217 'graphics/paint/DisplayItemClientTest.cpp',
1218 'graphics/paint/DisplayItemListTest.cpp', 1218 'graphics/paint/DisplayItemListTest.cpp',
1219 'graphics/paint/DisplayItemTest.cpp', 1219 'graphics/paint/DisplayItemTest.cpp',
1220 'graphics/paint/GeometryMapperTest.cpp', 1220 'graphics/paint/GeometryMapperTest.cpp',
1221 'graphics/paint/PaintArtifactToSkCanvasTest.cpp', 1221 'graphics/paint/PaintArtifactToSkCanvasTest.cpp',
1222 'graphics/paint/PaintChunkTest.cpp',
1222 'graphics/paint/PaintChunkerTest.cpp', 1223 'graphics/paint/PaintChunkerTest.cpp',
1223 'graphics/paint/PaintControllerTest.cpp', 1224 'graphics/paint/PaintControllerTest.cpp',
1224 'graphics/paint/PropertyTreeStateTest.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',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 ['use_default_render_theme==1', 1351 ['use_default_render_theme==1',
1351 { 1352 {
1352 'platform_test_files': [ 1353 'platform_test_files': [
1353 'scroll/ScrollbarThemeAuraTest.cpp', 1354 'scroll/ScrollbarThemeAuraTest.cpp',
1354 ], 1355 ],
1355 } 1356 }
1356 ], 1357 ],
1357 ], 1358 ],
1358 }, 1359 },
1359 } 1360 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698