| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index 6b36c9bd77ae98cb07707fa0d45769c765b08ab2..d46b14a8a6c547ece7d8549132af94717e30fcc8 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -7,14 +7,12 @@ import("//build/config/ui.gni")
|
| import("//remoting/remoting_version.gni")
|
|
|
| static_library("host") {
|
| - gypi_values = exec_script(
|
| - "//build/gypi_to_gn.py",
|
| - [ rebase_path("../remoting_host_srcs.gypi")],
|
| - "scope",
|
| - [ "../remoting_host_srcs.gypi" ])
|
| + 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_host_sources, ".", "//remoting")
|
| + sources = rebase_path(gypi_values.remoting_host_sources, ".", "//remoting")
|
|
|
| libs = []
|
|
|
| @@ -105,9 +103,7 @@ static_library("host") {
|
| "libpam.a",
|
| ]
|
|
|
| - deps += [
|
| - "//google_toolbox_for_mac"
|
| - ]
|
| + deps += [ "//google_toolbox_for_mac" ]
|
| }
|
|
|
| if (enable_webrtc) {
|
| @@ -116,7 +112,6 @@ static_library("host") {
|
| "//third_party/webrtc/modules/desktop_capture",
|
| ]
|
|
|
| - sources += rebase_path(
|
| - gypi_values.remoting_cast_sources, ".", "//remoting")
|
| + sources += rebase_path(gypi_values.remoting_cast_sources, ".", "//remoting")
|
| }
|
| }
|
|
|