[Android] Support ALPHA_8 UI resources
[chromium-blink-merge.git] / remoting / client / BUILD.gn
blob08c502b153750487e6e7bdb424aa1f1c8838d578
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("//remoting/remoting_version.gni")
7 static_library("client") {
8   gypi_values = exec_script("//build/gypi_to_gn.py",
9                             [ rebase_path("../remoting_srcs.gypi") ],
10                             "scope",
11                             [ "../remoting_srcs.gypi" ])
13   sources = rebase_path(gypi_values.remoting_client_sources, ".", "//remoting")
15   configs += [ "//build/config/compiler:wexit_time_destructors" ]
17   defines = [ "VERSION=$version_full" ]
19   deps = [
20     "//remoting/base",
21     "//remoting/protocol",
22     "//third_party/libyuv",
23     "//third_party/webrtc/modules/desktop_capture",
24     "//third_party/libwebm",
25   ]