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

Unified Diff: components/mus/demo/BUILD.gn

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 months 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
« no previous file with comments | « components/mus/common/util.h ('k') | components/mus/demo/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
- ]
-}
« no previous file with comments | « components/mus/common/util.h ('k') | components/mus/demo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698