| 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 c4b846051257fd214f8c0753237a65c0e310cb5b..77a938820393287a1abab037224bf62c5f2bcc68 100644
|
| --- a/third_party/WebKit/Source/web/BUILD.gn
|
| +++ b/third_party/WebKit/Source/web/BUILD.gn
|
| @@ -355,6 +355,7 @@ test("webkit_unit_tests") {
|
| "tests/ScrollingCoordinatorTest.cpp",
|
| "tests/SpinLockTest.cpp",
|
| "tests/TextFinderTest.cpp",
|
| + "tests/TextSelectionRepaintTest.cpp",
|
| "tests/TimerPerfTest.cpp",
|
| "tests/TouchActionTest.cpp",
|
| "tests/ViewportTest.cpp",
|
| @@ -385,6 +386,8 @@ test("webkit_unit_tests") {
|
| "tests/sim/SimDisplayItemList.h",
|
| "tests/sim/SimNetwork.cpp",
|
| "tests/sim/SimNetwork.h",
|
| + "tests/sim/SimPage.cpp",
|
| + "tests/sim/SimPage.h",
|
| "tests/sim/SimRequest.cpp",
|
| "tests/sim/SimRequest.h",
|
| "tests/sim/SimTest.cpp",
|
|
|