Index: remoting/protocol/BUILD.gn |
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn |
index 77a24a2cd73697f3dd7de36bed73206f8719144d..3ffcb08d02d5b84b291e0c4c97633d8a97855c6d 100644 |
--- a/remoting/protocol/BUILD.gn |
+++ b/remoting/protocol/BUILD.gn |
@@ -3,14 +3,13 @@ |
# found in the LICENSE file. |
static_library("protocol") { |
- 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_protocol_sources, ".", "//remoting") |
+ sources = |
+ rebase_path(gypi_values.remoting_protocol_sources, ".", "//remoting") |
configs += [ "//build/config/compiler:wexit_time_destructors" ] |