| Index: third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| diff --git a/third_party/mojo/src/mojo/edk/test/BUILD.gn b/third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| index 6f460bc0d68aeb2868291ae13054304d63e92751..75821b2a3f6b748a11dddbcf58f81103d6cb77bb 100644
|
| --- a/third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| +++ b/third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| @@ -3,6 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| import("../mojo_edk.gni")
|
| +import("../../public/mojo.gni")
|
| import("//testing/test.gni")
|
|
|
| mojo_edk_source_set("test_support") {
|
| @@ -91,6 +92,19 @@ group("public_tests") {
|
| ":mojo_public_utility_unittests",
|
| ":mojo_system_impl_private_unittests",
|
| ]
|
| +
|
| + if (mojo_use_application_in_sdk) {
|
| + deps += [ ":mojo_public_application_unittests" ]
|
| + }
|
| +}
|
| +
|
| +if (mojo_use_application_in_sdk) {
|
| + test("mojo_public_application_unittests") {
|
| + deps = [
|
| + ":run_all_unittests",
|
| + "../../public/cpp/application/tests",
|
| + ]
|
| + }
|
| }
|
|
|
| test("mojo_public_bindings_unittests") {
|
|
|