ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / remoting / base / BUILD.gn
blob5080599df6a52c7e0b8314f29ada3c9b6ae8a482
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 static_library("base") {
6   gypi_values = exec_script("//build/gypi_to_gn.py",
7                             [ rebase_path("../remoting_srcs.gypi") ],
8                             "scope",
9                             [ "../remoting_srcs.gypi" ])
11   sources = rebase_path(gypi_values.remoting_base_sources, ".", "//remoting")
13   configs += [ "//build/config/compiler:wexit_time_destructors" ]
15   public_deps = [
16     "//base",
17     "//net",
18     "//remoting/proto",
19     "//third_party/protobuf:protobuf_lite",
20   ]
21   deps = [
22     "//base/third_party/dynamic_annotations",
23     "//media",
24     "//media:shared_memory_support",
25     "//remoting/resources",
26     "//third_party/libvpx",
27     "//third_party/libyuv",
28     "//third_party/opus",
29     "//third_party/webrtc/modules/desktop_capture",
30     "//ui/base",
31     "//ui/gfx",
32     "//ui/gfx/geometry",
33   ]