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

Unified Diff: tools/gn/format_test_data/009.golden

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: x64 Created 6 years, 1 month 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/008.golden ('k') | tools/gn/format_test_data/010.golden » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/format_test_data/009.golden
diff --git a/tools/gn/format_test_data/009.golden b/tools/gn/format_test_data/009.golden
index 20663f860c2a26648cc9e1f9b3f907be2011e912..af27d79700544877eb25277f317775824af6492f 100644
--- a/tools/gn/format_test_data/009.golden
+++ b/tools/gn/format_test_data/009.golden
@@ -1,5 +1,9 @@
if (is_win) {
- sources = [ "win.cc" ]
+ sources = [
+ "win.cc",
+ ]
} else {
- sources = [ "linux.cc" ]
+ sources = [
+ "linux.cc",
+ ]
}
« no previous file with comments | « tools/gn/format_test_data/008.golden ('k') | tools/gn/format_test_data/010.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698