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

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

Issue 498193003: Add |GraphicsLayerDebugInfo::getAnnotatedInvalidationRects| (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tkent-san review 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 | Annotate | Revision Log
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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.h', 570 'graphics/DisplayList.h',
571 'graphics/DrawLooperBuilder.cpp', 571 'graphics/DrawLooperBuilder.cpp',
572 'graphics/DrawLooperBuilder.h', 572 'graphics/DrawLooperBuilder.h',
573 'graphics/FirstPaintInvalidationTracking.cpp',
574 'graphics/FirstPaintInvalidationTracking.h',
573 'graphics/FrameData.cpp', 575 'graphics/FrameData.cpp',
574 'graphics/FrameData.h', 576 'graphics/FrameData.h',
575 'graphics/GeneratedImage.cpp', 577 'graphics/GeneratedImage.cpp',
576 'graphics/GeneratedImage.h', 578 'graphics/GeneratedImage.h',
577 'graphics/Gradient.cpp', 579 'graphics/Gradient.cpp',
578 'graphics/Gradient.h', 580 'graphics/Gradient.h',
579 'graphics/GradientGeneratedImage.cpp', 581 'graphics/GradientGeneratedImage.cpp',
580 'graphics/GradientGeneratedImage.h', 582 'graphics/GradientGeneratedImage.h',
581 'graphics/GraphicsContext.cpp', 583 'graphics/GraphicsContext.cpp',
582 'graphics/GraphicsContext.h', 584 'graphics/GraphicsContext.h',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 'graphics/ImageLayerChromiumTest.cpp', 961 'graphics/ImageLayerChromiumTest.cpp',
960 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 962 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
961 'graphics/test/MockImageDecoder.h', 963 'graphics/test/MockImageDecoder.h',
962 'graphics/test/MockWebGraphicsContext3D.h', 964 'graphics/test/MockWebGraphicsContext3D.h',
963 'image-decoders/gif/GIFImageDecoderTest.cpp', 965 'image-decoders/gif/GIFImageDecoderTest.cpp',
964 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 966 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
965 'image-decoders/webp/WEBPImageDecoderTest.cpp', 967 'image-decoders/webp/WEBPImageDecoderTest.cpp',
966 ], 968 ],
967 }, 969 },
968 } 970 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698