| Index: mojo/examples/media_viewer/BUILD.gn
|
| diff --git a/mojo/examples/media_viewer/BUILD.gn b/mojo/examples/media_viewer/BUILD.gn
|
| deleted file mode 100644
|
| index c43ba26a81ea02cfd7a0d7020b3410eda81e5ec4..0000000000000000000000000000000000000000
|
| --- a/mojo/examples/media_viewer/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,38 +0,0 @@
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -import("//build/config/ui.gni")
|
| -import("//mojo/public/tools/bindings/mojom.gni")
|
| -
|
| -if (use_aura) {
|
| -
|
| -shared_library("media_viewer") {
|
| - sources = [
|
| - "media_viewer.cc"
|
| - ]
|
| -
|
| - deps = [
|
| - ":bindings",
|
| - "//base",
|
| - "//mojo/application",
|
| - "//mojo/converters/input_events",
|
| - "//mojo/public/c/system:for_shared_library",
|
| - "//mojo/services/public/cpp/view_manager",
|
| - "//mojo/services/public/interfaces/navigation",
|
| - "//mojo/services/public/interfaces/view_manager",
|
| - "//mojo/views:views",
|
| - "//skia",
|
| - "//ui/gfx",
|
| - "//ui/gfx/geometry",
|
| - "//ui/views",
|
| - ]
|
| -}
|
| -
|
| -} # use_aura
|
| -
|
| -mojom("bindings") {
|
| - sources = [
|
| - "media_viewer.mojom",
|
| - ]
|
| -}
|
|
|