Index: remoting/client/plugin/BUILD.gn |
diff --git a/remoting/client/plugin/BUILD.gn b/remoting/client/plugin/BUILD.gn |
index d1fb0046e13bcad34a9cf89f2fa2459f5b700133..58a89df0a00ef46bcd4ac441989422d540ec9e39 100644 |
--- a/remoting/client/plugin/BUILD.gn |
+++ b/remoting/client/plugin/BUILD.gn |
@@ -3,14 +3,13 @@ |
# found in the LICENSE file. |
static_library("plugin") { |
- 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_plugin_sources, ".", "//remoting") |
+ sources = |
+ rebase_path(gypi_values.remoting_client_plugin_sources, ".", "//remoting") |
# TODO(brettw) when a nacl version of this target is made, these files |
# won't be part of it. |