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

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

Issue 1550243002: Blink CompositorAnimations: Add more tests for integration with CC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@assert-if
Patch Set: List new header files in gyp. 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 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'text/TextRun.h', 923 'text/TextRun.h',
924 'text/TextRunIterator.h', 924 'text/TextRunIterator.h',
925 'text/TextStream.cpp', 925 'text/TextStream.cpp',
926 'text/TextStream.h', 926 'text/TextStream.h',
927 'text/UnicodeBidi.h', 927 'text/UnicodeBidi.h',
928 'text/UnicodeRange.cpp', 928 'text/UnicodeRange.cpp',
929 'text/UnicodeRange.h', 929 'text/UnicodeRange.h',
930 'text/UnicodeUtilities.cpp', 930 'text/UnicodeUtilities.cpp',
931 'text/UnicodeUtilities.h', 931 'text/UnicodeUtilities.h',
932 'threading/BackgroundTaskRunner.cpp', 932 'threading/BackgroundTaskRunner.cpp',
933 'threading/BackgroundTaskRunner.h', 933 'threading/BackgroundTaskRunner.h',
934 'transforms/AffineTransform.cpp', 934 'transforms/AffineTransform.cpp',
935 'transforms/AffineTransform.h', 935 'transforms/AffineTransform.h',
936 'transforms/IdentityTransformOperation.h', 936 'transforms/IdentityTransformOperation.h',
937 'transforms/InterpolatedTransformOperation.cpp', 937 'transforms/InterpolatedTransformOperation.cpp',
938 'transforms/InterpolatedTransformOperation.h', 938 'transforms/InterpolatedTransformOperation.h',
939 'transforms/Matrix3DTransformOperation.cpp', 939 'transforms/Matrix3DTransformOperation.cpp',
940 'transforms/Matrix3DTransformOperation.h', 940 'transforms/Matrix3DTransformOperation.h',
941 'transforms/MatrixTransformOperation.cpp', 941 'transforms/MatrixTransformOperation.cpp',
942 'transforms/MatrixTransformOperation.h', 942 'transforms/MatrixTransformOperation.h',
943 'transforms/PerspectiveTransformOperation.cpp', 943 'transforms/PerspectiveTransformOperation.cpp',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 'graphics/test/FakeGraphicsLayerFactory.cpp', 1092 'graphics/test/FakeGraphicsLayerFactory.cpp',
1093 'graphics/test/FakeGraphicsLayerFactory.h', 1093 'graphics/test/FakeGraphicsLayerFactory.h',
1094 'testing/GeometryPrinters.cpp', 1094 'testing/GeometryPrinters.cpp',
1095 'testing/GeometryPrinters.h', 1095 'testing/GeometryPrinters.h',
1096 'testing/PaintPrinters.cpp', 1096 'testing/PaintPrinters.cpp',
1097 'testing/PaintPrinters.h', 1097 'testing/PaintPrinters.h',
1098 'testing/TestingPlatformSupport.cpp', 1098 'testing/TestingPlatformSupport.cpp',
1099 'testing/TestingPlatformSupport.h', 1099 'testing/TestingPlatformSupport.h',
1100 'testing/TransformPrinters.cpp', 1100 'testing/TransformPrinters.cpp',
1101 'testing/TransformPrinters.h', 1101 'testing/TransformPrinters.h',
1102 'testing/WebLayerMock.h',
1102 ], 1103 ],
1103 'conditions': [ 1104 'conditions': [
1104 ['OS=="win"', 1105 ['OS=="win"',
1105 { 1106 {
1106 'platform_test_files': [ 1107 'platform_test_files': [
1107 'text/LocaleWinTest.cpp', 1108 'text/LocaleWinTest.cpp',
1108 ], 1109 ],
1109 } 1110 }
1110 ], 1111 ],
1111 ['OS=="mac"', 1112 ['OS=="mac"',
(...skipping 13 matching lines...) Expand all
1125 ['OS!="mac"', 1126 ['OS!="mac"',
1126 { 1127 {
1127 'platform_test_files': [ 1128 'platform_test_files': [
1128 'scroll/ScrollAnimatorTest.cpp', 1129 'scroll/ScrollAnimatorTest.cpp',
1129 ], 1130 ],
1130 } 1131 }
1131 ], 1132 ],
1132 ], 1133 ],
1133 }, 1134 },
1134 } 1135 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698