Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Side by Side Diff: ui/ozone/platform/caca/BUILD.gn

Issue 2445323002: Ozone: Remove the caca platform from the tree (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/ozone/ozone.gni ('k') | ui/ozone/platform/caca/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
4
5 import("//build/config/linux/pkg_config.gni")
6
7 visibility = [ "//ui/ozone/*" ]
8
9 source_set("caca") {
10 sources = [
11 "caca_event_source.cc",
12 "caca_event_source.h",
13 "caca_window.cc",
14 "caca_window.h",
15 "caca_window_manager.cc",
16 "caca_window_manager.h",
17 "client_native_pixmap_factory_caca.cc",
18 "client_native_pixmap_factory_caca.h",
19 "ozone_platform_caca.cc",
20 "ozone_platform_caca.h",
21 "scoped_caca_types.cc",
22 "scoped_caca_types.h",
23 ]
24
25 deps = [
26 "//base",
27 "//skia",
28 "//ui/events",
29 "//ui/events/ozone:events_ozone_layout",
30 "//ui/events/platform",
31 "//ui/gfx",
32 "//ui/gfx/geometry",
33 "//ui/ozone:ozone_base",
34 "//ui/ozone/common",
35 "//ui/platform_window",
36 ]
37
38 configs += [ ":libcaca" ]
39 }
40
41 pkg_config("libcaca") {
42 packages = [ "caca" ]
43 }
OLDNEW
« no previous file with comments | « ui/ozone/ozone.gni ('k') | ui/ozone/platform/caca/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698