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

Unified Diff: tools/gn/gn.gyp

Issue 742003002: gn format: penalty-based line breaking WIP XXX Base URL: https://chromium.googlesource.com/chromium/src.git@gn-more-disabled
Patch Set: futzing 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/032.gn ('k') | tools/gn/line_breaker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/gn.gyp
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
index 02f0331423cb2550e22a1afd9cd4ed604df4bff4..db2a919e013ba2d7bf13c246627c5e10bc1711ca 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -91,6 +91,8 @@
'label_pattern.cc',
'label_pattern.h',
'label_ptr.h',
+ 'line_breaker.cc',
+ 'line_breaker.h',
'loader.cc',
'loader.h',
'location.cc',
@@ -217,6 +219,7 @@
'input_conversion_unittest.cc',
'label_pattern_unittest.cc',
'label_unittest.cc',
+ 'line_breaker_unittest.cc',
'loader_unittest.cc',
'ninja_action_target_writer_unittest.cc',
'ninja_binary_target_writer_unittest.cc',
« no previous file with comments | « tools/gn/format_test_data/032.gn ('k') | tools/gn/line_breaker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698