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

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

Issue 775793003: gn format: don't break+indent if it's going to be forced past 80col anyway (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « tools/gn/command_format_unittest.cc ('k') | tools/gn/format_test_data/043.golden » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # We might prefer not to break the first one since it still exceeds the maximum 1 # Don't break and indent when it's hopeless.
2 # width. At the moment, each character past the end is a greater penalty, so
3 # breaking to +4 is "better".
4 # 80 --------------------------------------------------------------------------- 2 # 80 ---------------------------------------------------------------------------
5 android_java_prebuilt("android_support_v13_java") { 3 android_java_prebuilt("android_support_v13_java") {
6 jar_path = "$android_sdk_root/extras/android/support/v7/appcompat/libs/android -support-v7-appcompat.jar" 4 jar_path = "$android_sdk_root/extras/android/support/v7/appcompat/libs/android -support-v7-appcompat.jar"
7 jar_path = "$android_sdk_root/extras/android/support/v13/android-support-v13.j ar" 5 jar_path = "$android_sdk_root/extras/android/support/v13/android-support-v13.j ar"
8 } 6 }
OLDNEW
« no previous file with comments | « tools/gn/command_format_unittest.cc ('k') | tools/gn/format_test_data/043.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698