| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index 878d8fe5d3b4b57cc8f78a26b95be9b3267f6625..ec882fe820a0c9e1cae20cce438e664914697a55 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -379,6 +379,10 @@ test("platform_unittests") {
|
| sources += [ "text/LocaleICUTest.cpp" ]
|
| }
|
|
|
| + if (!is_mac) {
|
| + sources += [ "scroll/ScrollAnimatorTest.cpp" ]
|
| + }
|
| +
|
| sources += [ "testing/RunAllTests.cpp" ]
|
|
|
| configs += [
|
|
|