| Index: examples/sample_app/BUILD.gn
|
| diff --git a/examples/sample_app/BUILD.gn b/examples/sample_app/BUILD.gn
|
| index 0b4e30fecba9bb8f07a0157ad1efdcbb2368035d..2a6efcbef2471f0eb763d50a66a0f6c25e17b266 100644
|
| --- a/examples/sample_app/BUILD.gn
|
| +++ b/examples/sample_app/BUILD.gn
|
| @@ -2,7 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -shared_library("sample_app") {
|
| +import("//mojo/public/mojo_application.gni")
|
| +
|
| +mojo_binary_application("sample_app") {
|
| sources = [
|
| "gles2_client_impl.cc",
|
| "gles2_client_impl.h",
|
|
|