Index: remoting/base/BUILD.gn |
diff --git a/remoting/base/BUILD.gn b/remoting/base/BUILD.gn |
index 5dc30e3feb4ecf2fdf01d1b64f8a3d764f32abb8..5080599df6a52c7e0b8314f29ada3c9b6ae8a482 100644 |
--- a/remoting/base/BUILD.gn |
+++ b/remoting/base/BUILD.gn |
@@ -3,14 +3,12 @@ |
# found in the LICENSE file. |
static_library("base") { |
- 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_base_sources, ".", "//remoting") |
+ sources = rebase_path(gypi_values.remoting_base_sources, ".", "//remoting") |
configs += [ "//build/config/compiler:wexit_time_destructors" ] |
@@ -34,4 +32,3 @@ static_library("base") { |
"//ui/gfx/geometry", |
] |
} |
- |