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

Unified Diff: components/mus/public/interfaces/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/public/cpp/window_tree_host_factory.h ('k') | components/mus/public/interfaces/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/BUILD.gn
diff --git a/components/mus/public/interfaces/BUILD.gn b/components/mus/public/interfaces/BUILD.gn
deleted file mode 100644
index 33a07da38318894da727706edfdee1395c25d8eb..0000000000000000000000000000000000000000
--- a/components/mus/public/interfaces/BUILD.gn
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2014 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/tools/bindings/mojom.gni")
-
-mojom("interfaces") {
- sources = [
- "accelerator_registrar.mojom",
- "animations.mojom",
- "channel_handle.mojom",
- "clipboard.mojom",
- "command_buffer.mojom",
- "cursor.mojom",
- "display.mojom",
- "event_matcher.mojom",
- "gpu.mojom",
- "gpu_memory_buffer.mojom",
- "gpu_service.mojom",
- "mus_constants.mojom",
- "surface.mojom",
- "user_access_manager.mojom",
- "user_activity_monitor.mojom",
- "window_manager.mojom",
- "window_manager_constants.mojom",
- "window_manager_window_tree_factory.mojom",
- "window_server_test.mojom",
- "window_tree.mojom",
- "window_tree_constants.mojom",
- "window_tree_host.mojom",
- ]
-
- import_dirs = [
- get_path_info("../../../..", "abspath"),
- "//mojo/services",
- ]
-
- public_deps = [
- "//cc/ipc:interfaces",
- "//gpu/ipc/common:interfaces",
- "//ui/events/mojo:interfaces",
- "//ui/gfx/geometry/mojo",
- "//ui/gfx/mojo",
- "//ui/platform_window/mojo:interfaces",
- ]
-}
« no previous file with comments | « components/mus/public/cpp/window_tree_host_factory.h ('k') | components/mus/public/interfaces/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698