Index: remoting/host/it2me/BUILD.gn |
diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn |
index f1f0c1153d4fe8be51bc9763c49fe5bfc46e2c44..744dfe6b289c329a174250db8833c0731ed9eade 100644 |
--- a/remoting/host/it2me/BUILD.gn |
+++ b/remoting/host/it2me/BUILD.gn |
@@ -7,14 +7,14 @@ import("//build/config/ui.gni") |
import("//remoting/remoting_version.gni") |
static_library("common") { |
- 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_it2me_host_static_sources, ".", "//remoting") |
+ sources = rebase_path(gypi_values.remoting_it2me_host_static_sources, |
+ ".", |
+ "//remoting") |
configs += [ "//build/config/compiler:wexit_time_destructors" ] |
@@ -27,7 +27,5 @@ static_library("common") { |
"//remoting/resources", |
] |
- defines = [ |
- "VERSION=$version_full" |
- ] |
+ defines = [ "VERSION=$version_full" ] |
} |