Index: examples/sample_app/BUILD.gn |
diff --git a/examples/sample_app/BUILD.gn b/examples/sample_app/BUILD.gn |
index 0b4e30fecba9bb8f07a0157ad1efdcbb2368035d..e264297e1b785dcb2e657d304d249dc47242015e 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_native_application("sample_app") { |
sources = [ |
"gles2_client_impl.cc", |
"gles2_client_impl.h", |