| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 3fae15135debdff18f9e1a3524d4b563c03eb05f..6b259c80db8eef629d07c000fb50797aa3b1becf 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/SkSLGLSLTest.cpp"), # TODO: make work
|
| rebase_path("tests/SkpSkGrTest.cpp"), # doesn't compile
|
|
|