| Index: third_party/WebKit/Source/web/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
|
| index f3d50b27d600228c2647a6753bdce72e08244c64..7f7737583dcbb9522dc48b1d8a3eaef33d8b2984 100644
|
| --- a/third_party/WebKit/Source/web/BUILD.gn
|
| +++ b/third_party/WebKit/Source/web/BUILD.gn
|
| @@ -321,6 +321,7 @@ test("webkit_unit_tests") {
|
| # FIXME: Move the tests from web/tests/ to appropriate places.
|
| # crbug.com/353585
|
| "tests/ActivityLoggerTest.cpp",
|
| + "tests/BrowserControlsTest.cpp",
|
| "tests/ChromeClientImplTest.cpp",
|
| "tests/CompositorWorkerTest.cpp",
|
| "tests/DeferredLoadingTest.cpp",
|
| @@ -351,7 +352,6 @@ test("webkit_unit_tests") {
|
| "tests/SpinLockTest.cpp",
|
| "tests/TextFinderTest.cpp",
|
| "tests/TimerPerfTest.cpp",
|
| - "tests/TopControlsTest.cpp",
|
| "tests/TouchActionTest.cpp",
|
| "tests/ViewportTest.cpp",
|
| "tests/VirtualTimeTest.cpp",
|
|
|