Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / ui / platform_window / x11 / BUILD.gn
blob9f734ae0c04d24a4d0b8d3190b043db76f8f6b32
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 component("x11") {
6   output_name = "x11_window"
8   deps = [
9     "//base",
10     "//skia",
11     "//ui/events",
12     "//ui/events/devices",
13     "//ui/events/platform",
14     "//ui/events/platform/x11",
15     "//ui/gfx/x",
16     "//ui/platform_window",
17   ]
19   configs += [ "//build/config/linux:x11" ]
21   defines = [ "X11_WINDOW_IMPLEMENTATION" ]
23   sources = [
24     "x11_window.cc",
25     "x11_window.h",
26     "x11_window_export.h",
27   ]