| Index: mojo/examples/browser/BUILD.gn
|
| diff --git a/mojo/examples/browser/BUILD.gn b/mojo/examples/browser/BUILD.gn
|
| index a522180eac336eb69e13f4046c4a81525ec7cba0..2a629136c8e8d4de83ebf1c7c34c7fac83e53145 100644
|
| --- a/mojo/examples/browser/BUILD.gn
|
| +++ b/mojo/examples/browser/BUILD.gn
|
| @@ -3,7 +3,6 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/ui.gni")
|
| -import("//mojo/system.gni")
|
|
|
| assert(use_aura)
|
|
|
| @@ -22,6 +21,7 @@ shared_library("browser") {
|
| "//mojo/aura",
|
| "//mojo/common",
|
| "//mojo/examples/window_manager:bindings",
|
| + "//mojo/public/c/system:for_shared_library",
|
| "//mojo/services/public/cpp/geometry",
|
| "//mojo/services/public/cpp/input_events",
|
| "//mojo/services/public/cpp/view_manager",
|
| @@ -39,5 +39,5 @@ shared_library("browser") {
|
| "//ui/resources",
|
| "//ui/views",
|
| "//url",
|
| - ] + mojo_system_for_shared_library
|
| + ]
|
| }
|
|
|