| 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",
|
| - ]
|
| -}
|
|
|