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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 executable("test") { 1 executable("test") {
2 sources = [ 2 sources = [
3 "stuff.cc", 3 "stuff.cc",
4 "things.cc", 4 "things.cc",
5 ] 5 ]
6 6
7 deps = [ "//base" ] 7 deps = [
8 "//base",
9 ]
8 } 10 }
OLDNEW
« 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