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

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

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: . 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
OLDNEW
(Empty)
1 config("compiler") {
2 if (is_win) {
3 if (is_component_build) {
4 cflags += [
5 "/EHsc", # Assume C functions can't throw exceptions and don't catch
6 # structured exceptions (only C++ ones).
7 ]
8 }
9 }
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698