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

Unified Diff: components/mus/public/cpp/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/mus_app.cc ('k') | components/mus/public/cpp/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/BUILD.gn
diff --git a/components/mus/public/cpp/BUILD.gn b/components/mus/public/cpp/BUILD.gn
deleted file mode 100644
index 1f70cf651597a08addc909037dc5b4f7586a347e..0000000000000000000000000000000000000000
--- a/components/mus/public/cpp/BUILD.gn
+++ /dev/null
@@ -1,74 +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.
-
-source_set("cpp") {
- sources = [
- "context_provider.h",
- "gles2_context.h",
- "input_event_handler.h",
- "lib/command_buffer_client_impl.cc",
- "lib/command_buffer_client_impl.h",
- "lib/context_provider.cc",
- "lib/gles2_context.cc",
- "lib/in_flight_change.cc",
- "lib/in_flight_change.h",
- "lib/output_surface.cc",
- "lib/property_type_converters.cc",
- "lib/scoped_window_ptr.cc",
- "lib/window.cc",
- "lib/window_observer.cc",
- "lib/window_private.cc",
- "lib/window_private.h",
- "lib/window_surface.cc",
- "lib/window_tree_client.cc",
- "lib/window_tree_client_delegate.cc",
- "lib/window_tree_host_factory.cc",
- "output_surface.h",
- "property_type_converters.h",
- "scoped_window_ptr.h",
- "window.h",
- "window_manager_delegate.h",
- "window_observer.h",
- "window_property.h",
- "window_surface.h",
- "window_surface_client.h",
- "window_tracker.h",
- "window_tree_client.h",
- "window_tree_client_delegate.h",
- "window_tree_client_observer.h",
- "window_tree_host_factory.h",
- ]
-
- public_deps = [
- "//base",
- "//cc",
- "//cc/surfaces",
- "//cc/surfaces:surface_id",
- "//components/mus/common:mus_common",
- "//components/mus/public/interfaces",
- "//gpu/command_buffer/client",
- "//gpu/command_buffer/client:gles2_implementation",
- "//gpu/command_buffer/common",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
- "//services/shell/public/interfaces",
- ]
-
- deps = [
- "//components/mus/gles2:lib",
- "//components/mus/public/interfaces",
- "//gpu/command_buffer/client:gles2_cmd_helper",
- "//gpu/command_buffer/client:gles2_interface",
- "//gpu/ipc/client",
- "//services/shell/public/cpp",
- "//ui/display",
- "//ui/display/mojo",
- "//ui/events",
- "//ui/gfx/geometry",
- ]
-
- data_deps = [
- "//components/mus",
- ]
-}
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/public/cpp/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698