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

Unified Diff: remoting/host/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/plugin/BUILD.gn ('k') | remoting/host/it2me/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 6b36c9bd77ae98cb07707fa0d45769c765b08ab2..d46b14a8a6c547ece7d8549132af94717e30fcc8 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -7,14 +7,12 @@ import("//build/config/ui.gni")
import("//remoting/remoting_version.gni")
static_library("host") {
- gypi_values = exec_script(
- "//build/gypi_to_gn.py",
- [ rebase_path("../remoting_host_srcs.gypi")],
- "scope",
- [ "../remoting_host_srcs.gypi" ])
+ gypi_values = exec_script("//build/gypi_to_gn.py",
+ [ rebase_path("../remoting_host_srcs.gypi") ],
+ "scope",
+ [ "../remoting_host_srcs.gypi" ])
- sources = rebase_path(
- gypi_values.remoting_host_sources, ".", "//remoting")
+ sources = rebase_path(gypi_values.remoting_host_sources, ".", "//remoting")
libs = []
@@ -105,9 +103,7 @@ static_library("host") {
"libpam.a",
]
- deps += [
- "//google_toolbox_for_mac"
- ]
+ deps += [ "//google_toolbox_for_mac" ]
}
if (enable_webrtc) {
@@ -116,7 +112,6 @@ static_library("host") {
"//third_party/webrtc/modules/desktop_capture",
]
- sources += rebase_path(
- gypi_values.remoting_cast_sources, ".", "//remoting")
+ sources += rebase_path(gypi_values.remoting_cast_sources, ".", "//remoting")
}
}
« no previous file with comments | « remoting/client/plugin/BUILD.gn ('k') | remoting/host/it2me/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698