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

Unified Diff: tools/gn/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 | « tools/generate_library_loader/generate_library_loader.gni ('k') | tools/gn/example/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/BUILD.gn
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index 143641b7aa02892ab1620cfeec44a2a6744e3a2a..71fabe9f3d6beb557af85a08e94fc135481bfaa3 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -188,10 +188,14 @@ action("last_commit_position") {
script = "last_commit_position.py"
# This dependency forces a re-run when the code is synced.
- inputs = [ "//build/util/LASTCHANGE" ]
+ inputs = [
+ "//build/util/LASTCHANGE",
+ ]
outfile = "$target_gen_dir/last_commit_position.h"
- outputs = [ outfile ]
+ outputs = [
+ outfile,
+ ]
args = [
rebase_path("//", root_build_dir),
@@ -271,6 +275,10 @@ test("gn_unittests") {
}
executable("generate_test_gn_data") {
- sources = [ "generate_test_gn_data.cc" ]
- deps = [ "//base" ]
+ sources = [
+ "generate_test_gn_data.cc",
+ ]
+ deps = [
+ "//base",
+ ]
}
« no previous file with comments | « tools/generate_library_loader/generate_library_loader.gni ('k') | tools/gn/example/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698