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") ],
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" ]
21 "//remoting/protocol",
22 "//third_party/libyuv",
23 "//third_party/webrtc/modules/desktop_capture",
24 "//third_party/libwebm",