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

Unified Diff: tools/gn/BUILD.gn

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 | « no previous file | tools/gn/command_format.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/BUILD.gn
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index 3caae551a64a5040d491686d7b47232deb55b3d9..df80bde07079b9b7f58f0e32c7d674318a271360 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -87,6 +87,8 @@ static_library("gn_lib") {
"label_pattern.cc",
"label_pattern.h",
"label_ptr.h",
+ "line_breaker.cc",
+ "line_breaker.h",
"loader.cc",
"loader.h",
"location.cc",
@@ -232,6 +234,7 @@ test("gn_unittests") {
"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 | « no previous file | tools/gn/command_format.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698