Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: components/mus/example/window_type_launcher/BUILD.gn

Issue 1469733004: Moves components/mus/examples into mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git add Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698