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

Side by Side Diff: tools/gn/format_test_data/026.golden

Issue 756413002: gn format: Fix and enable a few more tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-wrap-fix
Patch Set: . 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 unified diff | Download patch
« no previous file with comments | « tools/gn/format_test_data/025.golden ('k') | tools/gn/format_test_data/043.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 args = [ 1 args = [
2 rebase_path("$target_gen_dir/experimental-libraries.cc", root_build_dir), 2 rebase_path("$target_gen_dir/experimental-libraries.cc", root_build_dir),
brettw 2014/11/26 18:32:07 This is interesting. I was going to say this is wr
scottmg 2014/11/26 18:39:54 Yeah, the special formatting for lists is a bit we
3 "EXPERIMENTAL", 3 "EXPERIMENTAL",
4 v8_compress_startup_data, 4 v8_compress_startup_data,
5 ] + rebase_path(sources, root_build_dir) 5 ] + rebase_path(sources, root_build_dir)
OLDNEW
« no previous file with comments | « tools/gn/format_test_data/025.golden ('k') | tools/gn/format_test_data/043.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698