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

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

Issue 1519863002: Expose WorkerPool to blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS tweak Created 5 years 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 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 'text/TextRun.cpp', 919 'text/TextRun.cpp',
920 'text/TextRun.h', 920 'text/TextRun.h',
921 'text/TextRunIterator.h', 921 'text/TextRunIterator.h',
922 'text/TextStream.cpp', 922 'text/TextStream.cpp',
923 'text/TextStream.h', 923 'text/TextStream.h',
924 'text/UnicodeBidi.h', 924 'text/UnicodeBidi.h',
925 'text/UnicodeRange.cpp', 925 'text/UnicodeRange.cpp',
926 'text/UnicodeRange.h', 926 'text/UnicodeRange.h',
927 'text/UnicodeUtilities.cpp', 927 'text/UnicodeUtilities.cpp',
928 'text/UnicodeUtilities.h', 928 'text/UnicodeUtilities.h',
929 'threading/BackgroundTaskRunner.cpp',
930 'threading/BackgroundTaskRunner.h',
929 'transforms/AffineTransform.cpp', 931 'transforms/AffineTransform.cpp',
930 'transforms/AffineTransform.h', 932 'transforms/AffineTransform.h',
931 'transforms/IdentityTransformOperation.h', 933 'transforms/IdentityTransformOperation.h',
932 'transforms/InterpolatedTransformOperation.cpp', 934 'transforms/InterpolatedTransformOperation.cpp',
933 'transforms/InterpolatedTransformOperation.h', 935 'transforms/InterpolatedTransformOperation.h',
934 'transforms/Matrix3DTransformOperation.cpp', 936 'transforms/Matrix3DTransformOperation.cpp',
935 'transforms/Matrix3DTransformOperation.h', 937 'transforms/Matrix3DTransformOperation.h',
936 'transforms/MatrixTransformOperation.cpp', 938 'transforms/MatrixTransformOperation.cpp',
937 'transforms/MatrixTransformOperation.h', 939 'transforms/MatrixTransformOperation.h',
938 'transforms/PerspectiveTransformOperation.cpp', 940 'transforms/PerspectiveTransformOperation.cpp',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 'graphics/ImageDecodingStoreTest.cpp', 1068 'graphics/ImageDecodingStoreTest.cpp',
1067 'graphics/ImageFrameGeneratorTest.cpp', 1069 'graphics/ImageFrameGeneratorTest.cpp',
1068 'graphics/ImageLayerChromiumTest.cpp', 1070 'graphics/ImageLayerChromiumTest.cpp',
1069 'graphics/test/MockImageDecoder.h', 1071 'graphics/test/MockImageDecoder.h',
1070 'graphics/test/MockWebGraphicsContext3D.h', 1072 'graphics/test/MockWebGraphicsContext3D.h',
1071 'image-decoders/ImageDecoderTestHelpers.cpp', 1073 'image-decoders/ImageDecoderTestHelpers.cpp',
1072 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1074 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1073 'image-decoders/gif/GIFImageDecoderTest.cpp', 1075 'image-decoders/gif/GIFImageDecoderTest.cpp',
1074 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1076 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
1075 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1077 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1078 'threading/BackgroundTaskRunnerTest.cpp',
1076 ], 1079 ],
1077 # TODO(jbroman): Move these into platform_test_support_files. 1080 # TODO(jbroman): Move these into platform_test_support_files.
1078 'platform_unittest_support_files': [ 1081 'platform_unittest_support_files': [
1079 'testing/URLTestHelpers.cpp', 1082 'testing/URLTestHelpers.cpp',
1080 'testing/URLTestHelpers.h', 1083 'testing/URLTestHelpers.h',
1081 'testing/UnitTestHelpers.cpp', 1084 'testing/UnitTestHelpers.cpp',
1082 'testing/UnitTestHelpers.h', 1085 'testing/UnitTestHelpers.h',
1083 ], 1086 ],
1084 'platform_test_support_files': [ 1087 'platform_test_support_files': [
1085 'graphics/test/FakeGraphicsLayerFactory.cpp', 1088 'graphics/test/FakeGraphicsLayerFactory.cpp',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 ['OS!="mac"', 1121 ['OS!="mac"',
1119 { 1122 {
1120 'platform_test_files': [ 1123 'platform_test_files': [
1121 'scroll/ScrollAnimatorTest.cpp', 1124 'scroll/ScrollAnimatorTest.cpp',
1122 ], 1125 ],
1123 } 1126 }
1124 ], 1127 ],
1125 ], 1128 ],
1126 }, 1129 },
1127 } 1130 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/DEPS ('k') | third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698