blob: 9f9daac6a961b5f74798b7cf19df24b12bd47c42 [file] [log] [blame]
# Copyright 2015 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.
static_library("mus") {
# Depend on this only via //content/renderer.
visibility = [ "//content/renderer/*" ]
sources = [
"render_widget_mus_connection.cc",
"render_widget_mus_connection.h",
"render_widget_window_tree_client_factory.cc",
"render_widget_window_tree_client_factory.h",
]
configs += [ "//content:content_implementation" ]
deps = [
"//base",
"//cc",
"//content/common",
"//content/public/child:child_sources",
"//content/public/common:common_sources",
"//media/mojo/interfaces:remoting",
"//mojo/common",
"//services/service_manager/public/cpp",
"//services/ui/public/cpp",
"//services/ui/public/interfaces",
"//third_party/WebKit/public:blink",
"//ui/events:events",
"//ui/events:events_base",
"//ui/events/blink",
"//ui/gfx/geometry/mojo",
]
}