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

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: 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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'graphics/paint/DrawingDisplayItem.cpp', 649 'graphics/paint/DrawingDisplayItem.cpp',
650 'graphics/paint/DrawingDisplayItem.h', 650 'graphics/paint/DrawingDisplayItem.h',
651 'graphics/paint/DrawingRecorder.cpp', 651 'graphics/paint/DrawingRecorder.cpp',
652 'graphics/paint/DrawingRecorder.h', 652 'graphics/paint/DrawingRecorder.h',
653 'graphics/paint/FilterDisplayItem.cpp', 653 'graphics/paint/FilterDisplayItem.cpp',
654 'graphics/paint/FilterDisplayItem.h', 654 'graphics/paint/FilterDisplayItem.h',
655 'graphics/paint/FloatClipDisplayItem.cpp', 655 'graphics/paint/FloatClipDisplayItem.cpp',
656 'graphics/paint/FloatClipDisplayItem.h', 656 'graphics/paint/FloatClipDisplayItem.h',
657 'graphics/paint/ScrollDisplayItem.cpp', 657 'graphics/paint/ScrollDisplayItem.cpp',
658 'graphics/paint/ScrollDisplayItem.h', 658 'graphics/paint/ScrollDisplayItem.h',
659 'graphics/paint/SubtreeDisplayItem.h',
659 'graphics/paint/Transform3DDisplayItem.cpp', 660 'graphics/paint/Transform3DDisplayItem.cpp',
660 'graphics/paint/Transform3DDisplayItem.h', 661 'graphics/paint/Transform3DDisplayItem.h',
661 'graphics/paint/TransformDisplayItem.cpp', 662 'graphics/paint/TransformDisplayItem.cpp',
662 'graphics/paint/TransformDisplayItem.h', 663 'graphics/paint/TransformDisplayItem.h',
663 'graphics/paint/CompositingDisplayItem.cpp', 664 'graphics/paint/CompositingDisplayItem.cpp',
664 'graphics/paint/CompositingDisplayItem.h', 665 'graphics/paint/CompositingDisplayItem.h',
665 'graphics/skia/GaneshUtils.cpp', 666 'graphics/skia/GaneshUtils.cpp',
666 'graphics/skia/GaneshUtils.h', 667 'graphics/skia/GaneshUtils.h',
667 'graphics/skia/NativeImageSkia.cpp', 668 'graphics/skia/NativeImageSkia.cpp',
668 'graphics/skia/NativeImageSkia.h', 669 'graphics/skia/NativeImageSkia.h',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 'graphics/ImageFrameGeneratorTest.cpp', 981 'graphics/ImageFrameGeneratorTest.cpp',
981 'graphics/ImageLayerChromiumTest.cpp', 982 'graphics/ImageLayerChromiumTest.cpp',
982 'graphics/test/MockImageDecoder.h', 983 'graphics/test/MockImageDecoder.h',
983 'graphics/test/MockWebGraphicsContext3D.h', 984 'graphics/test/MockWebGraphicsContext3D.h',
984 'image-decoders/gif/GIFImageDecoderTest.cpp', 985 'image-decoders/gif/GIFImageDecoderTest.cpp',
985 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 986 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
986 'image-decoders/webp/WEBPImageDecoderTest.cpp', 987 'image-decoders/webp/WEBPImageDecoderTest.cpp',
987 ], 988 ],
988 }, 989 },
989 } 990 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698