Move VISUAL_STATE promise to activation
[chromium-blink-merge.git] / ui / ozone / platform / caca / BUILD.gn
blobfd164f88908f2e5af7fb0326019f72f70786cb88
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 import("//build/config/linux/pkg_config.gni")
7 source_set("caca") {
8   sources = [
9     "caca_event_source.cc",
10     "caca_event_source.h",
11     "caca_window.cc",
12     "caca_window.h",
13     "caca_window_manager.cc",
14     "caca_window_manager.h",
15     "ozone_platform_caca.cc",
16     "ozone_platform_caca.h",
17     "scoped_caca_types.cc",
18     "scoped_caca_types.h",
19   ]
21   deps = [
22     "//base",
23     "//skia",
24     "//ui/events/ozone:events_ozone_layout",
25     "//ui/events/platform",
26     "//ui/gfx/geometry",
27   ]
29   configs += [ ":libcaca" ]
32 pkg_config("libcaca") {
33   packages = [ "caca" ]