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

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

Issue 892293002: First version of new merge algorithm (not enabled yet) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase again again 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
« no previous file with comments | « Source/core/paint/ViewDisplayListTest.cpp ('k') | Source/platform/graphics/paint/DisplayItem.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 'graphics/paint/DrawingDisplayItem.cpp', 651 'graphics/paint/DrawingDisplayItem.cpp',
652 'graphics/paint/DrawingDisplayItem.h', 652 'graphics/paint/DrawingDisplayItem.h',
653 'graphics/paint/DrawingRecorder.cpp', 653 'graphics/paint/DrawingRecorder.cpp',
654 'graphics/paint/DrawingRecorder.h', 654 'graphics/paint/DrawingRecorder.h',
655 'graphics/paint/FilterDisplayItem.cpp', 655 'graphics/paint/FilterDisplayItem.cpp',
656 'graphics/paint/FilterDisplayItem.h', 656 'graphics/paint/FilterDisplayItem.h',
657 'graphics/paint/FloatClipDisplayItem.cpp', 657 'graphics/paint/FloatClipDisplayItem.cpp',
658 'graphics/paint/FloatClipDisplayItem.h', 658 'graphics/paint/FloatClipDisplayItem.h',
659 'graphics/paint/ScrollDisplayItem.cpp', 659 'graphics/paint/ScrollDisplayItem.cpp',
660 'graphics/paint/ScrollDisplayItem.h', 660 'graphics/paint/ScrollDisplayItem.h',
661 'graphics/paint/SubtreeDisplayItem.cpp',
662 'graphics/paint/SubtreeDisplayItem.h',
661 'graphics/paint/Transform3DDisplayItem.cpp', 663 'graphics/paint/Transform3DDisplayItem.cpp',
662 'graphics/paint/Transform3DDisplayItem.h', 664 'graphics/paint/Transform3DDisplayItem.h',
663 'graphics/paint/TransformDisplayItem.cpp', 665 'graphics/paint/TransformDisplayItem.cpp',
664 'graphics/paint/TransformDisplayItem.h', 666 'graphics/paint/TransformDisplayItem.h',
665 'graphics/paint/CompositingDisplayItem.cpp', 667 'graphics/paint/CompositingDisplayItem.cpp',
666 'graphics/paint/CompositingDisplayItem.h', 668 'graphics/paint/CompositingDisplayItem.h',
667 'graphics/skia/GaneshUtils.cpp', 669 'graphics/skia/GaneshUtils.cpp',
668 'graphics/skia/GaneshUtils.h', 670 'graphics/skia/GaneshUtils.h',
669 'graphics/skia/NativeImageSkia.cpp', 671 'graphics/skia/NativeImageSkia.cpp',
670 'graphics/skia/NativeImageSkia.h', 672 'graphics/skia/NativeImageSkia.h',
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 'graphics/ImageLayerChromiumTest.cpp', 990 'graphics/ImageLayerChromiumTest.cpp',
989 'graphics/test/MockImageDecoder.h', 991 'graphics/test/MockImageDecoder.h',
990 'graphics/test/MockWebGraphicsContext3D.h', 992 'graphics/test/MockWebGraphicsContext3D.h',
991 'image-decoders/bmp/BMPImageDecoderTest.cpp', 993 'image-decoders/bmp/BMPImageDecoderTest.cpp',
992 'image-decoders/gif/GIFImageDecoderTest.cpp', 994 'image-decoders/gif/GIFImageDecoderTest.cpp',
993 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 995 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
994 'image-decoders/webp/WEBPImageDecoderTest.cpp', 996 'image-decoders/webp/WEBPImageDecoderTest.cpp',
995 ], 997 ],
996 }, 998 },
997 } 999 }
OLDNEW
« no previous file with comments | « Source/core/paint/ViewDisplayListTest.cpp ('k') | Source/platform/graphics/paint/DisplayItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698