| Index: examples/media_viewer/BUILD.gn
|
| diff --git a/examples/media_viewer/BUILD.gn b/examples/media_viewer/BUILD.gn
|
| index c43ba26a81ea02cfd7a0d7020b3410eda81e5ec4..2b4aad4b779e3f77a1963554aa34222e8a12165c 100644
|
| --- a/examples/media_viewer/BUILD.gn
|
| +++ b/examples/media_viewer/BUILD.gn
|
| @@ -3,11 +3,12 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/ui.gni")
|
| +import("//mojo/public/mojo_application.gni")
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| if (use_aura) {
|
|
|
| -shared_library("media_viewer") {
|
| +mojo_native_application("media_viewer") {
|
| sources = [
|
| "media_viewer.cc"
|
| ]
|
|
|