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

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

Issue 1599673002: compositor-worker: Remove code from cc_blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix blink_platform_unittests Created 4 years, 11 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
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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 'graphics/Canvas2DLayerBridge.cpp', 510 'graphics/Canvas2DLayerBridge.cpp',
511 'graphics/Canvas2DLayerBridge.h', 511 'graphics/Canvas2DLayerBridge.h',
512 'graphics/CanvasMetrics.cpp', 512 'graphics/CanvasMetrics.cpp',
513 'graphics/CanvasMetrics.h', 513 'graphics/CanvasMetrics.h',
514 'graphics/Color.cpp', 514 'graphics/Color.cpp',
515 'graphics/Color.h', 515 'graphics/Color.h',
516 'graphics/ColorSpace.cpp', 516 'graphics/ColorSpace.cpp',
517 'graphics/ColorSpace.h', 517 'graphics/ColorSpace.h',
518 'graphics/CompositingReasons.cpp', 518 'graphics/CompositingReasons.cpp',
519 'graphics/CompositingReasons.h', 519 'graphics/CompositingReasons.h',
520 'graphics/CompositorMutableState.cpp',
521 'graphics/CompositorMutableState.h',
522 'graphics/CompositorMutableStateProvider.cpp',
523 'graphics/CompositorMutableStateProvider.h',
520 'graphics/ContentLayerDelegate.cpp', 524 'graphics/ContentLayerDelegate.cpp',
521 'graphics/ContentLayerDelegate.h', 525 'graphics/ContentLayerDelegate.h',
522 'graphics/ContiguousContainer.cpp', 526 'graphics/ContiguousContainer.cpp',
523 'graphics/ContiguousContainer.h', 527 'graphics/ContiguousContainer.h',
524 'graphics/CrossfadeGeneratedImage.cpp', 528 'graphics/CrossfadeGeneratedImage.cpp',
525 'graphics/CrossfadeGeneratedImage.h', 529 'graphics/CrossfadeGeneratedImage.h',
526 'graphics/DecodingImageGenerator.cpp', 530 'graphics/DecodingImageGenerator.cpp',
527 'graphics/DecodingImageGenerator.h', 531 'graphics/DecodingImageGenerator.h',
528 'graphics/DeferredImageDecoder.cpp', 532 'graphics/DeferredImageDecoder.cpp',
529 'graphics/DeferredImageDecoder.h', 533 'graphics/DeferredImageDecoder.h',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 'text/TextRun.h', 937 'text/TextRun.h',
934 'text/TextRunIterator.h', 938 'text/TextRunIterator.h',
935 'text/TextStream.cpp', 939 'text/TextStream.cpp',
936 'text/TextStream.h', 940 'text/TextStream.h',
937 'text/UnicodeBidi.h', 941 'text/UnicodeBidi.h',
938 'text/UnicodeRange.cpp', 942 'text/UnicodeRange.cpp',
939 'text/UnicodeRange.h', 943 'text/UnicodeRange.h',
940 'text/UnicodeUtilities.cpp', 944 'text/UnicodeUtilities.cpp',
941 'text/UnicodeUtilities.h', 945 'text/UnicodeUtilities.h',
942 'threading/BackgroundTaskRunner.cpp', 946 'threading/BackgroundTaskRunner.cpp',
943 'threading/BackgroundTaskRunner.h', 947 'threading/BackgroundTaskRunner.h',
944 'transforms/AffineTransform.cpp', 948 'transforms/AffineTransform.cpp',
945 'transforms/AffineTransform.h', 949 'transforms/AffineTransform.h',
946 'transforms/IdentityTransformOperation.h', 950 'transforms/IdentityTransformOperation.h',
947 'transforms/InterpolatedTransformOperation.cpp', 951 'transforms/InterpolatedTransformOperation.cpp',
948 'transforms/InterpolatedTransformOperation.h', 952 'transforms/InterpolatedTransformOperation.h',
949 'transforms/Matrix3DTransformOperation.cpp', 953 'transforms/Matrix3DTransformOperation.cpp',
950 'transforms/Matrix3DTransformOperation.h', 954 'transforms/Matrix3DTransformOperation.h',
951 'transforms/MatrixTransformOperation.cpp', 955 'transforms/MatrixTransformOperation.cpp',
952 'transforms/MatrixTransformOperation.h', 956 'transforms/MatrixTransformOperation.h',
953 'transforms/PerspectiveTransformOperation.cpp', 957 'transforms/PerspectiveTransformOperation.cpp',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 'geometry/FloatBoxTest.cpp', 1029 'geometry/FloatBoxTest.cpp',
1026 'geometry/FloatBoxTestHelpers.cpp', 1030 'geometry/FloatBoxTestHelpers.cpp',
1027 'geometry/FloatPointTest.cpp', 1031 'geometry/FloatPointTest.cpp',
1028 'geometry/FloatPolygonTest.cpp', 1032 'geometry/FloatPolygonTest.cpp',
1029 'geometry/FloatRectTest.cpp', 1033 'geometry/FloatRectTest.cpp',
1030 'geometry/FloatRoundedRectTest.cpp', 1034 'geometry/FloatRoundedRectTest.cpp',
1031 'geometry/FloatSizeTest.cpp', 1035 'geometry/FloatSizeTest.cpp',
1032 'geometry/GeometryTestHelpers.cpp', 1036 'geometry/GeometryTestHelpers.cpp',
1033 'geometry/LayoutRectOutsetsTest.cpp', 1037 'geometry/LayoutRectOutsetsTest.cpp',
1034 'geometry/RegionTest.cpp', 1038 'geometry/RegionTest.cpp',
1039 'graphics/CompositorMutableStateTest.cpp',
1035 'graphics/ContiguousContainerTest.cpp', 1040 'graphics/ContiguousContainerTest.cpp',
1036 'graphics/GraphicsContextTest.cpp', 1041 'graphics/GraphicsContextTest.cpp',
1037 'graphics/RecordingImageBufferSurfaceTest.cpp', 1042 'graphics/RecordingImageBufferSurfaceTest.cpp',
1038 'graphics/ThreadSafeDataTransportTest.cpp', 1043 'graphics/ThreadSafeDataTransportTest.cpp',
1039 'graphics/filters/FilterOperationsTest.cpp', 1044 'graphics/filters/FilterOperationsTest.cpp',
1040 'graphics/filters/ImageFilterBuilderTest.cpp', 1045 'graphics/filters/ImageFilterBuilderTest.cpp',
1041 'graphics/gpu/DrawingBufferTest.cpp', 1046 'graphics/gpu/DrawingBufferTest.cpp',
1042 'graphics/paint/DisplayItemClientTest.cpp', 1047 'graphics/paint/DisplayItemClientTest.cpp',
1043 'graphics/paint/DisplayItemTest.cpp', 1048 'graphics/paint/DisplayItemTest.cpp',
1044 'graphics/paint/PaintArtifactToSkCanvasTest.cpp', 1049 'graphics/paint/PaintArtifactToSkCanvasTest.cpp',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 ['OS!="mac"', 1141 ['OS!="mac"',
1137 { 1142 {
1138 'platform_test_files': [ 1143 'platform_test_files': [
1139 'scroll/ScrollAnimatorTest.cpp', 1144 'scroll/ScrollAnimatorTest.cpp',
1140 ], 1145 ],
1141 } 1146 }
1142 ], 1147 ],
1143 ], 1148 ],
1144 }, 1149 },
1145 } 1150 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698