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

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

Issue 1089293002: Add PictureRecorder for sp/non-sp recording without an existing context (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix endRecording mistake Created 5 years, 8 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 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 'graphics/paint/DrawingDisplayItem.cpp', 653 'graphics/paint/DrawingDisplayItem.cpp',
654 'graphics/paint/DrawingDisplayItem.h', 654 'graphics/paint/DrawingDisplayItem.h',
655 'graphics/paint/DrawingRecorder.cpp', 655 'graphics/paint/DrawingRecorder.cpp',
656 'graphics/paint/DrawingRecorder.h', 656 'graphics/paint/DrawingRecorder.h',
657 'graphics/paint/FilterDisplayItem.cpp', 657 'graphics/paint/FilterDisplayItem.cpp',
658 'graphics/paint/FilterDisplayItem.h', 658 'graphics/paint/FilterDisplayItem.h',
659 'graphics/paint/FloatClipDisplayItem.cpp', 659 'graphics/paint/FloatClipDisplayItem.cpp',
660 'graphics/paint/FloatClipDisplayItem.h', 660 'graphics/paint/FloatClipDisplayItem.h',
661 'graphics/paint/ScrollDisplayItem.cpp', 661 'graphics/paint/ScrollDisplayItem.cpp',
662 'graphics/paint/ScrollDisplayItem.h', 662 'graphics/paint/ScrollDisplayItem.h',
663 'graphics/paint/SkPictureRecorder.h',
663 'graphics/paint/SubtreeDisplayItem.cpp', 664 'graphics/paint/SubtreeDisplayItem.cpp',
664 'graphics/paint/SubtreeDisplayItem.h', 665 'graphics/paint/SubtreeDisplayItem.h',
665 'graphics/paint/Transform3DDisplayItem.cpp', 666 'graphics/paint/Transform3DDisplayItem.cpp',
666 'graphics/paint/Transform3DDisplayItem.h', 667 'graphics/paint/Transform3DDisplayItem.h',
667 'graphics/paint/TransformDisplayItem.cpp', 668 'graphics/paint/TransformDisplayItem.cpp',
668 'graphics/paint/TransformDisplayItem.h', 669 'graphics/paint/TransformDisplayItem.h',
669 'graphics/paint/CompositingDisplayItem.cpp', 670 'graphics/paint/CompositingDisplayItem.cpp',
670 'graphics/paint/CompositingDisplayItem.h', 671 'graphics/paint/CompositingDisplayItem.h',
671 'graphics/skia/SkSizeHash.h', 672 'graphics/skia/SkSizeHash.h',
672 'graphics/skia/SkiaUtils.cpp', 673 'graphics/skia/SkiaUtils.cpp',
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 'image-decoders/webp/WEBPImageDecoderTest.cpp', 998 'image-decoders/webp/WEBPImageDecoderTest.cpp',
998 ], 999 ],
999 'platform_unittest_support_files': [ 1000 'platform_unittest_support_files': [
1000 'testing/URLTestHelpers.cpp', 1001 'testing/URLTestHelpers.cpp',
1001 'testing/URLTestHelpers.h', 1002 'testing/URLTestHelpers.h',
1002 'testing/UnitTestHelpers.cpp', 1003 'testing/UnitTestHelpers.cpp',
1003 'testing/UnitTestHelpers.h', 1004 'testing/UnitTestHelpers.h',
1004 ], 1005 ],
1005 }, 1006 },
1006 } 1007 }
OLDNEW
« no previous file with comments | « Source/core/svg/graphics/SVGImage.cpp ('k') | Source/platform/graphics/paint/SkPictureBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698