| 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 be6444153b758f42c5fa5abffaaed53d1d16b89f..8e35356e81b36ccf479a8412103a42d0f877d304 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -529,6 +529,10 @@ test("blink_platform_unittests") {
|
| sources += [ "scroll/ScrollAnimatorTest.cpp" ]
|
| }
|
|
|
| + if (use_default_render_theme) {
|
| + sources += [ "scroll/ScrollbarThemeAuraTest.cpp" ]
|
| + }
|
| +
|
| sources += [ "testing/RunAllTests.cpp" ]
|
|
|
| configs += [
|
|
|