| Index: mojo/services/view_manager/BUILD.gn
|
| diff --git a/mojo/services/view_manager/BUILD.gn b/mojo/services/view_manager/BUILD.gn
|
| index 4c71e3de34edbf1324be0d2061e521ae462ce69a..17e1ba99928fd22d9d8272ac6731a463c0c3f00b 100644
|
| --- a/mojo/services/view_manager/BUILD.gn
|
| +++ b/mojo/services/view_manager/BUILD.gn
|
| @@ -3,8 +3,9 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/ui.gni")
|
| +import("//mojo/public/mojo_application.gni")
|
|
|
| -shared_library("view_manager") {
|
| +mojo_binary_application("view_manager") {
|
| sources = [
|
| "access_policy.h",
|
| "access_policy_delegate.h",
|
| @@ -86,7 +87,7 @@ test("view_manager_unittests") {
|
| }
|
| }
|
|
|
| -shared_library("view_manager_server_apptests") {
|
| +mojo_binary_application("view_manager_server_apptests") {
|
| testonly = true
|
|
|
| sources = [
|
|
|