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

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

Issue 536573002: Modifications to DisplayList for better Slimming Paint (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Testing FIXME Created 6 years, 3 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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 'graphics/ColorSpace.cpp', 560 'graphics/ColorSpace.cpp',
561 'graphics/ColorSpace.h', 561 'graphics/ColorSpace.h',
562 'graphics/CompositingReasons.h', 562 'graphics/CompositingReasons.h',
563 'graphics/CompositingReasons.cpp', 563 'graphics/CompositingReasons.cpp',
564 'graphics/CrossfadeGeneratedImage.cpp', 564 'graphics/CrossfadeGeneratedImage.cpp',
565 'graphics/CrossfadeGeneratedImage.h', 565 'graphics/CrossfadeGeneratedImage.h',
566 'graphics/DecodingImageGenerator.cpp', 566 'graphics/DecodingImageGenerator.cpp',
567 'graphics/DecodingImageGenerator.h', 567 'graphics/DecodingImageGenerator.h',
568 'graphics/DeferredImageDecoder.cpp', 568 'graphics/DeferredImageDecoder.cpp',
569 'graphics/DeferredImageDecoder.h', 569 'graphics/DeferredImageDecoder.h',
570 'graphics/DisplayList.cpp',
571 'graphics/DisplayList.h', 570 'graphics/DisplayList.h',
572 'graphics/DrawLooperBuilder.cpp', 571 'graphics/DrawLooperBuilder.cpp',
573 'graphics/DrawLooperBuilder.h', 572 'graphics/DrawLooperBuilder.h',
574 'graphics/FrameData.cpp', 573 'graphics/FrameData.cpp',
575 'graphics/FrameData.h', 574 'graphics/FrameData.h',
576 'graphics/GeneratedImage.cpp', 575 'graphics/GeneratedImage.cpp',
577 'graphics/GeneratedImage.h', 576 'graphics/GeneratedImage.h',
578 'graphics/Gradient.cpp', 577 'graphics/Gradient.cpp',
579 'graphics/Gradient.h', 578 'graphics/Gradient.h',
580 'graphics/GradientGeneratedImage.cpp', 579 'graphics/GradientGeneratedImage.cpp',
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 'graphics/ImageLayerChromiumTest.cpp', 958 'graphics/ImageLayerChromiumTest.cpp',
960 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 959 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
961 'graphics/test/MockImageDecoder.h', 960 'graphics/test/MockImageDecoder.h',
962 'graphics/test/MockWebGraphicsContext3D.h', 961 'graphics/test/MockWebGraphicsContext3D.h',
963 'image-decoders/gif/GIFImageDecoderTest.cpp', 962 'image-decoders/gif/GIFImageDecoderTest.cpp',
964 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 963 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
965 'image-decoders/webp/WEBPImageDecoderTest.cpp', 964 'image-decoders/webp/WEBPImageDecoderTest.cpp',
966 ], 965 ],
967 }, 966 },
968 } 967 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698