| Index: remoting/client/BUILD.gn
|
| diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn
|
| index f86ac7e7beea9e90588232343cfc4a220cade3d7..08c502b153750487e6e7bdb424aa1f1c8838d578 100644
|
| --- a/remoting/client/BUILD.gn
|
| +++ b/remoting/client/BUILD.gn
|
| @@ -5,14 +5,12 @@
|
| import("//remoting/remoting_version.gni")
|
|
|
| static_library("client") {
|
| - gypi_values = exec_script(
|
| - "//build/gypi_to_gn.py",
|
| - [ rebase_path("../remoting_srcs.gypi")],
|
| - "scope",
|
| - [ "../remoting_srcs.gypi" ])
|
| + gypi_values = exec_script("//build/gypi_to_gn.py",
|
| + [ rebase_path("../remoting_srcs.gypi") ],
|
| + "scope",
|
| + [ "../remoting_srcs.gypi" ])
|
|
|
| - sources = rebase_path(
|
| - gypi_values.remoting_client_sources, ".", "//remoting")
|
| + sources = rebase_path(gypi_values.remoting_client_sources, ".", "//remoting")
|
|
|
| configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
|
|
|
|