| Index: components/mus/demo/BUILD.gn
|
| diff --git a/components/mus/demo/BUILD.gn b/components/mus/demo/BUILD.gn
|
| deleted file mode 100644
|
| index 8cabdfdb00596a5197a7aff6f9e352c1c469dd4b..0000000000000000000000000000000000000000
|
| --- a/components/mus/demo/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,42 +0,0 @@
|
| -# Copyright 2016 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("//mojo/public/mojo_application.gni")
|
| -import("//mojo/public/mojo_application_manifest.gni")
|
| -
|
| -mojo_native_application("mus_demo") {
|
| - sources = [
|
| - "main.cc",
|
| - "mus_demo.cc",
|
| - "mus_demo.h",
|
| - ]
|
| -
|
| - deps = [
|
| - "//base",
|
| - "//components/bitmap_uploader",
|
| - "//components/mus/public/cpp",
|
| - "//components/mus/public/interfaces",
|
| - "//mojo/public/cpp/bindings",
|
| - "//services/shell/public/cpp",
|
| - "//services/shell/public/cpp:sources",
|
| - "//skia",
|
| - "//ui/gfx/geometry",
|
| - ]
|
| -
|
| - data_deps = [
|
| - ":manifest",
|
| - "//components/mus",
|
| - ]
|
| -}
|
| -
|
| -mojo_application_manifest("manifest") {
|
| - application_name = "mus_demo"
|
| - source = "manifest.json"
|
| -}
|
| -
|
| -group("demo") {
|
| - deps = [
|
| - ":mus_demo",
|
| - ]
|
| -}
|
|
|