Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1945)

Unified Diff: remoting/client/plugin/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/client/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « remoting/client/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698