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")
9 "caca_event_source.cc",
10 "caca_event_source.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",
24 "//ui/events/ozone:events_ozone_layout",
25 "//ui/events/platform",
29 configs += [ ":libcaca" ]
32 pkg_config("libcaca") {