| Index: third_party/WebKit/Source/platform/blink_platform.gypi
|
| diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| index 9b053568030c75f2e216d0de89a95ff6a36e8c12..d05813ce1c366a1377ad9f4379497d11281da3e7 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -926,6 +926,8 @@
|
| 'text/UnicodeRange.h',
|
| 'text/UnicodeUtilities.cpp',
|
| 'text/UnicodeUtilities.h',
|
| + 'threading/BackgroundTaskRunner.cpp',
|
| + 'threading/BackgroundTaskRunner.h',
|
| 'transforms/AffineTransform.cpp',
|
| 'transforms/AffineTransform.h',
|
| 'transforms/IdentityTransformOperation.h',
|
| @@ -1073,6 +1075,7 @@
|
| 'image-decoders/gif/GIFImageDecoderTest.cpp',
|
| 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
|
| 'image-decoders/webp/WEBPImageDecoderTest.cpp',
|
| + 'threading/BackgroundTaskRunnerTest.cpp',
|
| ],
|
| # TODO(jbroman): Move these into platform_test_support_files.
|
| 'platform_unittest_support_files': [
|
|
|