| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 0780f1b52298c64c964ccde142a5c01902bf2b13..c5cb5b032f166522881deaeec0f37816c14d999f 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -457,7 +457,6 @@ test_lib("tests") {
|
| sources = tests_sources - [
|
| rebase_path("tests/FontMgrAndroidParserTest.cpp"), # Android only
|
| rebase_path("tests/PathOpsSkpClipTest.cpp"), # alternate main
|
| - rebase_path("tests/RTConfRegistryTest.cpp"), # TODO: delete
|
| rebase_path("tests/SkSLErrorTest.cpp"), # TODO: make work
|
| rebase_path("tests/SkpSkGrTest.cpp"), # doesn't compile
|
| rebase_path("tests/skia_test.cpp"), # alternate main
|
|
|