| Index: remoting/host/it2me/BUILD.gn
|
| diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn
|
| index 744dfe6b289c329a174250db8833c0731ed9eade..61b9c6d4e1420a07e0f7787c7dfa31f861a72a76 100644
|
| --- a/remoting/host/it2me/BUILD.gn
|
| +++ b/remoting/host/it2me/BUILD.gn
|
| @@ -3,20 +3,17 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/features.gni")
|
| -import("//build/config/ui.gni")
|
| -import("//remoting/remoting_version.gni")
|
| +import("//remoting/remoting_srcs.gni")
|
|
|
| -static_library("common") {
|
| - gypi_values = exec_script("//build/gypi_to_gn.py",
|
| - [ rebase_path("../../remoting_host_srcs.gypi") ],
|
| - "scope",
|
| - [ "../../remoting_host_srcs.gypi" ])
|
| -
|
| - sources = rebase_path(gypi_values.remoting_it2me_host_static_sources,
|
| +source_set("common") {
|
| + sources = rebase_path(remoting_host_srcs_gypi_values.remoting_it2me_host_static_sources,
|
| ".",
|
| "//remoting")
|
|
|
| - configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
| + configs += [
|
| + "//build/config/compiler:wexit_time_destructors",
|
| + "//remoting:version",
|
| + ]
|
|
|
| deps = [
|
| "//base:i18n",
|
| @@ -26,6 +23,4 @@ static_library("common") {
|
| "//remoting/protocol",
|
| "//remoting/resources",
|
| ]
|
| -
|
| - defines = [ "VERSION=$version_full" ]
|
| }
|
|
|