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

Unified 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, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/format_test_data/019.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/format_test_data/019.golden
diff --git a/tools/gn/format_test_data/019.golden b/tools/gn/format_test_data/019.golden
new file mode 100644
index 0000000000000000000000000000000000000000..c800ed1fe42f3901e5903364ab52964464b433ab
--- /dev/null
+++ b/tools/gn/format_test_data/019.golden
@@ -0,0 +1,23 @@
+# Make sure blank lines are maintained before comments in lists.
+
+deps = [
+ "//pdf", # Not compiled on Android in GYP yet, either.
+ "//ppapi:ppapi_c",
+ "//third_party/libusb",
+ "//ui/keyboard", # Blocked on content.
+
+ # Seems to not be compiled on Android. Otherwise it will need a config.h.
+ "//third_party/libxslt",
+
+ # Not relevant to Android.
+ "//ash",
+ "//tools/gn",
+
+ # Multiple line
+ # comment
+ # here.
+ "//ui/aura",
+ "//ui/display",
+ "//ui/views",
+ "//ui/views/controls/webview",
+]
« 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