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

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

Issue 1390123002: (WIP) Paint property hierarchy approach 1 of 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/CompositedDisplayList.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 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 'graphics/paint/DrawingRecorder.cpp', 676 'graphics/paint/DrawingRecorder.cpp',
677 'graphics/paint/DrawingRecorder.h', 677 'graphics/paint/DrawingRecorder.h',
678 'graphics/paint/FilterDisplayItem.cpp', 678 'graphics/paint/FilterDisplayItem.cpp',
679 'graphics/paint/FilterDisplayItem.h', 679 'graphics/paint/FilterDisplayItem.h',
680 'graphics/paint/FixedPositionContainerDisplayItem.cpp', 680 'graphics/paint/FixedPositionContainerDisplayItem.cpp',
681 'graphics/paint/FixedPositionContainerDisplayItem.h', 681 'graphics/paint/FixedPositionContainerDisplayItem.h',
682 'graphics/paint/FixedPositionDisplayItem.cpp', 682 'graphics/paint/FixedPositionDisplayItem.cpp',
683 'graphics/paint/FixedPositionDisplayItem.h', 683 'graphics/paint/FixedPositionDisplayItem.h',
684 'graphics/paint/FloatClipDisplayItem.cpp', 684 'graphics/paint/FloatClipDisplayItem.cpp',
685 'graphics/paint/FloatClipDisplayItem.h', 685 'graphics/paint/FloatClipDisplayItem.h',
686 'graphics/paint/PaintArtifact.cpp',
687 'graphics/paint/PaintArtifact.h',
686 'graphics/paint/PaintChunk.h', 688 'graphics/paint/PaintChunk.h',
687 'graphics/paint/PaintChunker.cpp', 689 'graphics/paint/PaintChunker.cpp',
688 'graphics/paint/PaintChunker.h', 690 'graphics/paint/PaintChunker.h',
689 'graphics/paint/PaintProperties.h', 691 'graphics/paint/PaintProperties.h',
690 'graphics/paint/ScrollDisplayItem.cpp', 692 'graphics/paint/ScrollDisplayItem.cpp',
691 'graphics/paint/ScrollDisplayItem.h', 693 'graphics/paint/ScrollDisplayItem.h',
692 'graphics/paint/SkPictureBuilder.h', 694 'graphics/paint/SkPictureBuilder.h',
693 'graphics/paint/SubsequenceDisplayItem.h', 695 'graphics/paint/SubsequenceDisplayItem.h',
694 'graphics/paint/SubsequenceRecorder.cpp', 696 'graphics/paint/SubsequenceRecorder.cpp',
695 'graphics/paint/SubsequenceRecorder.h', 697 'graphics/paint/SubsequenceRecorder.h',
696 'graphics/paint/Transform3DDisplayItem.cpp', 698 'graphics/paint/Transform3DDisplayItem.cpp',
697 'graphics/paint/Transform3DDisplayItem.h', 699 'graphics/paint/Transform3DDisplayItem.h',
698 'graphics/paint/TransformDisplayItem.cpp', 700 'graphics/paint/TransformDisplayItem.cpp',
699 'graphics/paint/TransformDisplayItem.h', 701 'graphics/paint/TransformDisplayItem.h',
702 'graphics/paint/TransformPaintProperty.h',
700 'graphics/paint/CompositingDisplayItem.cpp', 703 'graphics/paint/CompositingDisplayItem.cpp',
701 'graphics/paint/CompositingDisplayItem.h', 704 'graphics/paint/CompositingDisplayItem.h',
702 'graphics/skia/ImagePixelLocker.cpp', 705 'graphics/skia/ImagePixelLocker.cpp',
703 'graphics/skia/ImagePixelLocker.h', 706 'graphics/skia/ImagePixelLocker.h',
704 'graphics/skia/SkSizeHash.h', 707 'graphics/skia/SkSizeHash.h',
705 'graphics/skia/SkiaUtils.cpp', 708 'graphics/skia/SkiaUtils.cpp',
706 'graphics/skia/SkiaUtils.h', 709 'graphics/skia/SkiaUtils.h',
707 'image-decoders/FastSharedBufferReader.cpp', 710 'image-decoders/FastSharedBufferReader.cpp',
708 'image-decoders/FastSharedBufferReader.h', 711 'image-decoders/FastSharedBufferReader.h',
709 'image-decoders/ImageAnimation.h', 712 'image-decoders/ImageAnimation.h',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1076 ['os_posix==1 and OS!="mac"', 1079 ['os_posix==1 and OS!="mac"',
1077 { 1080 {
1078 'platform_test_files': [ 1081 'platform_test_files': [
1079 'text/LocaleICUTest.cpp', 1082 'text/LocaleICUTest.cpp',
1080 ], 1083 ],
1081 } 1084 }
1082 ], 1085 ],
1083 ], 1086 ],
1084 }, 1087 },
1085 } 1088 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/CompositedDisplayList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698