Add ICU message format support
[chromium-blink-merge.git] / ui / ozone / platform / caca / BUILD.gn
blob71510edcad55f7ceeacd303fdd6117efd82e8a13
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     "client_native_pixmap_factory_caca.cc",
16     "client_native_pixmap_factory_caca.h",
17     "ozone_platform_caca.cc",
18     "ozone_platform_caca.h",
19     "scoped_caca_types.cc",
20     "scoped_caca_types.h",
21   ]
23   deps = [
24     "//base",
25     "//skia",
26     "//ui/events/ozone:events_ozone_layout",
27     "//ui/events/platform",
28     "//ui/gfx/geometry",
29   ]
31   configs += [ ":libcaca" ]
34 pkg_config("libcaca") {
35   packages = [ "caca" ]