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

Side by Side Diff: tools/gn/format_test_data/047.gn

Issue 748863003: gn format: penalty-based scheme for line breaking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-more-disabled
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
OLDNEW
(Empty)
1 if (true) {
2 args += [ "--template" ] +
3 rebase_path(remoting_webapp_template_files, template_rel_dir)
4 args += [ "--dir-for-templates",
5 rebase_path(template_rel_dir, root_build_dir) ]
6 args += ["--js"] + rebase_path(remoting_webapp_main_html_js_files, template_re l_dir_and_some_more)
7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698