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

Unified Diff: remoting/protocol/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/proto/BUILD.gn ('k') | remoting/remoting_version.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
« no previous file with comments | « remoting/proto/BUILD.gn ('k') | remoting/remoting_version.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698