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

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

Issue 409163004: ozone: Fix GN build for ozone_egl_demo, ozone_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove media/BUILD.gn diffs Created 6 years, 4 months 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 | Annotate | Revision Log
« no previous file with comments | « ui/ozone/ozone.gni ('k') | ui/ozone/platform/dri/BUILD.gn » ('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 source_set("caca") {
8 sources = [
9 "caca_event_factory.cc",
10 "caca_event_factory.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 ]
20
21 deps = [
22 "//base",
23 "//skia",
24 "//ui/gfx/geometry",
25 ]
26
27 configs += [
28 ":libcaca",
29 ]
30 }
31
32 pkg_config("libcaca") {
33 packages = [ "caca" ]
34 }
OLDNEW
« no previous file with comments | « ui/ozone/ozone.gni ('k') | ui/ozone/platform/dri/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698