| Index: components/mus/example/window_type_launcher/BUILD.gn
|
| diff --git a/components/mus/example/window_type_launcher/BUILD.gn b/components/mus/example/window_type_launcher/BUILD.gn
|
| deleted file mode 100644
|
| index 2602af1f3f142a7e6be5d41bae457d4ec10ce7ec..0000000000000000000000000000000000000000
|
| --- a/components/mus/example/window_type_launcher/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,57 +0,0 @@
|
| -# Copyright 2015 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/mojo_application.gni")
|
| -import("//mojo/public/tools/bindings/mojom.gni")
|
| -import("//tools/grit/repack.gni")
|
| -
|
| -executable("window_type_launcher") {
|
| - output_name = "window_type_launcher_exe"
|
| - testonly = true
|
| -
|
| - sources = [
|
| - "main.cc",
|
| - "window_type_launcher.cc",
|
| - "window_type_launcher.h",
|
| - ]
|
| -
|
| - deps = [
|
| - ":window_type_launcher_resources",
|
| - "//base",
|
| - "//base:base_static",
|
| - "//components/mus/public/interfaces",
|
| - "//mojo/application/public/cpp",
|
| - "//mojo/application/public/interfaces",
|
| - "//mojo/common:common_base",
|
| - "//mojo/converters/geometry",
|
| - "//mojo/message_pump",
|
| - "//mojo/public/cpp/bindings",
|
| - "//mojo/runner:init",
|
| - "//mojo/runner/child:lib",
|
| - "//skia",
|
| - "//third_party/mojo/src/mojo/edk/system",
|
| - "//ui/aura",
|
| - "//ui/gfx",
|
| - "//ui/gfx/geometry",
|
| - "//ui/views",
|
| - "//ui/views/mus:for_shared_library",
|
| - ]
|
| -
|
| - data_deps = [
|
| - "//components/mus",
|
| - ]
|
| -}
|
| -
|
| -copy("window_type_launcher_resources") {
|
| - sources = [
|
| - "$root_out_dir/views_mus_resources.pak",
|
| - ]
|
| - outputs = [
|
| - "$root_out_dir/window_type_launcher_exe_res/resources/views_mus_resources.pak",
|
| - ]
|
| - deps = [
|
| - "//ui/views/mus:resources",
|
| - ]
|
| -}
|
|
|