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

Unified Diff: tools/gn/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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/android/md5sum/BUILD.gn ('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 3caae551a64a5040d491686d7b47232deb55b3d9..d04e1eceb67cef7ac3b6afdab504e1dba0959d39 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -186,7 +186,9 @@ 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 ]
@@ -269,6 +271,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/android/md5sum/BUILD.gn ('k') | tools/gn/example/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698