| Index: mojo/examples/nesting_app/BUILD.gn
|
| diff --git a/mojo/examples/nesting_app/BUILD.gn b/mojo/examples/nesting_app/BUILD.gn
|
| index 01cccc18d1df1da79c2936a99c9822557c8aaf04..e25263fcfe278bf4774b981b6c7e23e9e21c33c2 100644
|
| --- a/mojo/examples/nesting_app/BUILD.gn
|
| +++ b/mojo/examples/nesting_app/BUILD.gn
|
| @@ -2,8 +2,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("//mojo/system.gni")
|
| -
|
| # GYP version: mojo/mojo_examples.gypi:mojo_nesting_app
|
| shared_library("nesting_app") {
|
| output_name = "mojo_nesting_app"
|
| @@ -19,10 +17,11 @@ shared_library("nesting_app") {
|
| "//url",
|
| "//mojo/application",
|
| "//mojo/examples/window_manager:bindings",
|
| + "//mojo/public/c/system:for_shared_library",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/utility",
|
| "//mojo/services/public/cpp/view_manager",
|
| "//mojo/services/public/interfaces/geometry",
|
| "//mojo/services/public/interfaces/navigation",
|
| - ] + mojo_system_for_shared_library + mojo_gles2_for_shared_library
|
| + ]
|
| }
|
|
|