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

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

Issue 606123002: gn format: make sure there's a blank line before comments, except at block start (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-crash-no-block
Patch Set: Created 6 years, 2 months 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/019.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Make sure blank lines are maintained before comments in lists.
2
3 deps = [
4 "//pdf", # Not compiled on Android in GYP yet, either.
5 "//ppapi:ppapi_c",
6 "//third_party/libusb",
7 "//ui/keyboard", # Blocked on content.
8
9 # Seems to not be compiled on Android. Otherwise it will need a config.h.
10 "//third_party/libxslt",
11
12 # Not relevant to Android.
13 "//ash",
14 "//tools/gn",
15
16 # Multiple line
17 # comment
18 # here.
19 "//ui/aura",
20 "//ui/display",
21 "//ui/views",
22 "//ui/views/controls/webview",
23 ]
OLDNEW
« no previous file with comments | « tools/gn/format_test_data/019.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698