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

Unified Diff: tools/gn/format_test_data/003.golden

Issue 731923003: gn format: Make defines, deps, and sources lists always multline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/gn/command_format_unittest.cc ('k') | tools/gn/format_test_data/004.golden » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/format_test_data/003.golden
diff --git a/tools/gn/format_test_data/003.golden b/tools/gn/format_test_data/003.golden
index a5bd5d368a40d9e6d3e8ef6b450d3f174d65719d..2fdcb9e38ba0b3e9f7b626465471ee7e18382498 100644
--- a/tools/gn/format_test_data/003.golden
+++ b/tools/gn/format_test_data/003.golden
@@ -4,5 +4,7 @@ executable("test") {
"things.cc",
]
- deps = [ "//base" ]
+ deps = [
+ "//base",
+ ]
}
« no previous file with comments | « tools/gn/command_format_unittest.cc ('k') | tools/gn/format_test_data/004.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698