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

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

Issue 1294233004: Subtree caching implementation in blink-core (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Ready for review Created 5 years, 4 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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 'graphics/paint/FixedPositionContainerDisplayItem.cpp', 672 'graphics/paint/FixedPositionContainerDisplayItem.cpp',
673 'graphics/paint/FixedPositionContainerDisplayItem.h', 673 'graphics/paint/FixedPositionContainerDisplayItem.h',
674 'graphics/paint/FixedPositionDisplayItem.cpp', 674 'graphics/paint/FixedPositionDisplayItem.cpp',
675 'graphics/paint/FixedPositionDisplayItem.h', 675 'graphics/paint/FixedPositionDisplayItem.h',
676 'graphics/paint/FloatClipDisplayItem.cpp', 676 'graphics/paint/FloatClipDisplayItem.cpp',
677 'graphics/paint/FloatClipDisplayItem.h', 677 'graphics/paint/FloatClipDisplayItem.h',
678 'graphics/paint/ScrollDisplayItem.cpp', 678 'graphics/paint/ScrollDisplayItem.cpp',
679 'graphics/paint/ScrollDisplayItem.h', 679 'graphics/paint/ScrollDisplayItem.h',
680 'graphics/paint/SkPictureBuilder.h', 680 'graphics/paint/SkPictureBuilder.h',
681 'graphics/paint/SubtreeDisplayItem.h', 681 'graphics/paint/SubtreeDisplayItem.h',
682 'graphics/paint/SubtreeRecorder.cpp',
683 'graphics/paint/SubtreeRecorder.h',
684 'graphics/paint/Transform3DDisplayItem.cpp', 682 'graphics/paint/Transform3DDisplayItem.cpp',
685 'graphics/paint/Transform3DDisplayItem.h', 683 'graphics/paint/Transform3DDisplayItem.h',
686 'graphics/paint/TransformDisplayItem.cpp', 684 'graphics/paint/TransformDisplayItem.cpp',
687 'graphics/paint/TransformDisplayItem.h', 685 'graphics/paint/TransformDisplayItem.h',
688 'graphics/paint/CompositingDisplayItem.cpp', 686 'graphics/paint/CompositingDisplayItem.cpp',
689 'graphics/paint/CompositingDisplayItem.h', 687 'graphics/paint/CompositingDisplayItem.h',
690 'graphics/skia/SkSizeHash.h', 688 'graphics/skia/SkSizeHash.h',
691 'graphics/skia/SkiaUtils.cpp', 689 'graphics/skia/SkiaUtils.cpp',
692 'graphics/skia/SkiaUtils.h', 690 'graphics/skia/SkiaUtils.h',
693 'image-decoders/FastSharedBufferReader.cpp', 691 'image-decoders/FastSharedBufferReader.cpp',
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 ['os_posix==1 and OS!="mac"', 1055 ['os_posix==1 and OS!="mac"',
1058 { 1056 {
1059 'platform_test_files': [ 1057 'platform_test_files': [
1060 'text/LocaleICUTest.cpp', 1058 'text/LocaleICUTest.cpp',
1061 ], 1059 ],
1062 } 1060 }
1063 ], 1061 ],
1064 ], 1062 ],
1065 }, 1063 },
1066 } 1064 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698