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

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

Issue 774753004: gn format: fix not indenting multiline continued correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-dont-break-if-will-never-fit
Patch Set: rebase 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/command_format_unittest.cc ('k') | tools/gn/format_test_data/061.golden » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 action("generate_gl_bindings") {
2 args = [
3 "--header-paths=" + rebase_path("//third_party/khronos", root_build_dir) +
4 ":" + rebase_path("//third_party/mesa/src/include", root_build_dir) + ":" +
5 rebase_path("//ui/gl", root_build_dir) + ":" +
6 rebase_path("//gpu", root_build_dir),
7 rebase_path(gl_binding_output_dir, root_build_dir),
8 ]
9 }
OLDNEW
« no previous file with comments | « tools/gn/command_format_unittest.cc ('k') | tools/gn/format_test_data/061.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698