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

Unified Diff: components/mus/test_wm/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/surfaces/surfaces_state.cc ('k') | components/mus/test_wm/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/test_wm/BUILD.gn
diff --git a/components/mus/test_wm/BUILD.gn b/components/mus/test_wm/BUILD.gn
deleted file mode 100644
index 92c2c9292f882bc2ab18be8c0c5bdc8cba543777..0000000000000000000000000000000000000000
--- a/components/mus/test_wm/BUILD.gn
+++ /dev/null
@@ -1,31 +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("test_wm") {
- sources = [
- "test_wm.cc",
- ]
-
- deps = [
- "//base",
- "//components/mus/public/cpp",
- "//components/mus/public/interfaces",
- "//services/shell/public/cpp",
- "//ui/display/mojo",
- "//ui/gfx/geometry/mojo",
- ]
-
- data_deps = [
- ":manifest",
- "//components/mus",
- ]
-}
-
-mojo_application_manifest("manifest") {
- application_name = "test_wm"
- source = "manifest.json"
-}
« no previous file with comments | « components/mus/surfaces/surfaces_state.cc ('k') | components/mus/test_wm/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698