| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 52bb985b9a7d6b972db437a26b38e163db26d638..ae344112f71ada0d83918a13483a87932031819e 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -589,8 +589,7 @@ group("mojo_apptests") {
|
| if (is_win || is_linux) {
|
| deps += [
|
| "//components/leveldb:apptests",
|
| - "//components/resource_provider:apptests",
|
| - "//components/resource_provider:resource_provider_unittests",
|
| + "//components/resource_provider:unittests",
|
| "//mash/wm:tests",
|
| "//media/mojo/services:tests",
|
| "//ui/views/mus:tests",
|
|
|