blob: 6be1ed616370203f6c8a7bfc1581ee8e408cb552 [file] [log] [blame]
# 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.
component("x") {
output_name = "ui_base_x"
sources = [
"ui_base_x_export.h",
"x11_foreign_window_manager.cc",
"x11_foreign_window_manager.h",
"x11_menu_list.cc",
"x11_menu_list.h",
"x11_util.cc",
"x11_util.h",
"x11_util_internal.h",
]
configs += [ "//build/config/linux:x11" ]
defines = [ "UI_BASE_X_IMPLEMENTATION" ]
deps = [
"//base",
"//base:i18n",
"//skia",
"//ui/events",
"//ui/events/devices/x11",
"//ui/events/keycodes:x11",
"//ui/gfx",
"//ui/gfx/x",
]
}