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

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

Issue 907453003: Move overdraw tracking code from GraphicsContext to CanvasRenderingContext2D (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test copypasta Created 5 years, 10 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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 'graphics/FrameData.h', 495 'graphics/FrameData.h',
496 'graphics/GeneratedImage.cpp', 496 'graphics/GeneratedImage.cpp',
497 'graphics/GeneratedImage.h', 497 'graphics/GeneratedImage.h',
498 'graphics/Gradient.cpp', 498 'graphics/Gradient.cpp',
499 'graphics/Gradient.h', 499 'graphics/Gradient.h',
500 'graphics/GradientGeneratedImage.cpp', 500 'graphics/GradientGeneratedImage.cpp',
501 'graphics/GradientGeneratedImage.h', 501 'graphics/GradientGeneratedImage.h',
502 'graphics/GraphicsContext.cpp', 502 'graphics/GraphicsContext.cpp',
503 'graphics/GraphicsContext.h', 503 'graphics/GraphicsContext.h',
504 'graphics/GraphicsContextAnnotation.h', 504 'graphics/GraphicsContextAnnotation.h',
505 'graphics/GraphicsContextClient.cpp',
506 'graphics/GraphicsContextClient.h',
507 'graphics/GraphicsContextState.cpp', 505 'graphics/GraphicsContextState.cpp',
508 'graphics/GraphicsContextState.h', 506 'graphics/GraphicsContextState.h',
509 'graphics/GraphicsContextStateSaver.h', 507 'graphics/GraphicsContextStateSaver.h',
510 'graphics/GraphicsLayer.cpp', 508 'graphics/GraphicsLayer.cpp',
511 'graphics/GraphicsLayer.h', 509 'graphics/GraphicsLayer.h',
512 'graphics/GraphicsLayerClient.h', 510 'graphics/GraphicsLayerClient.h',
513 'graphics/GraphicsLayerDebugInfo.cpp', 511 'graphics/GraphicsLayerDebugInfo.cpp',
514 'graphics/GraphicsLayerDebugInfo.h', 512 'graphics/GraphicsLayerDebugInfo.h',
515 'graphics/GraphicsLayerFactory.h', 513 'graphics/GraphicsLayerFactory.h',
516 'graphics/GraphicsTypes.cpp', 514 'graphics/GraphicsTypes.cpp',
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 'graphics/ImageLayerChromiumTest.cpp', 988 'graphics/ImageLayerChromiumTest.cpp',
991 'graphics/test/MockImageDecoder.h', 989 'graphics/test/MockImageDecoder.h',
992 'graphics/test/MockWebGraphicsContext3D.h', 990 'graphics/test/MockWebGraphicsContext3D.h',
993 'image-decoders/bmp/BMPImageDecoderTest.cpp', 991 'image-decoders/bmp/BMPImageDecoderTest.cpp',
994 'image-decoders/gif/GIFImageDecoderTest.cpp', 992 'image-decoders/gif/GIFImageDecoderTest.cpp',
995 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 993 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
996 'image-decoders/webp/WEBPImageDecoderTest.cpp', 994 'image-decoders/webp/WEBPImageDecoderTest.cpp',
997 ], 995 ],
998 }, 996 },
999 } 997 }
OLDNEW
« no previous file with comments | « Source/core/html/canvas/CanvasRenderingContext2DTest.cpp ('k') | Source/platform/graphics/GraphicsContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698