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

Unified Diff: remoting/base/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 | « printing/BUILD.gn ('k') | remoting/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/BUILD.gn
diff --git a/remoting/base/BUILD.gn b/remoting/base/BUILD.gn
index 5dc30e3feb4ecf2fdf01d1b64f8a3d764f32abb8..5080599df6a52c7e0b8314f29ada3c9b6ae8a482 100644
--- a/remoting/base/BUILD.gn
+++ b/remoting/base/BUILD.gn
@@ -3,14 +3,12 @@
# found in the LICENSE file.
static_library("base") {
- 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_base_sources, ".", "//remoting")
+ sources = rebase_path(gypi_values.remoting_base_sources, ".", "//remoting")
configs += [ "//build/config/compiler:wexit_time_destructors" ]
@@ -34,4 +32,3 @@ static_library("base") {
"//ui/gfx/geometry",
]
}
-
« no previous file with comments | « printing/BUILD.gn ('k') | remoting/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698