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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/gn/command_format.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 defines = [ "GN_BUILD" ] 5 defines = [ "GN_BUILD" ]
6 6
7 static_library("gn_lib") { 7 static_library("gn_lib") {
8 sources = [ 8 sources = [
9 "action_target_generator.cc", 9 "action_target_generator.cc",
10 "action_target_generator.h", 10 "action_target_generator.h",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "input_file.h", 80 "input_file.h",
81 "input_file_manager.cc", 81 "input_file_manager.cc",
82 "input_file_manager.h", 82 "input_file_manager.h",
83 "item.cc", 83 "item.cc",
84 "item.h", 84 "item.h",
85 "label.cc", 85 "label.cc",
86 "label.h", 86 "label.h",
87 "label_pattern.cc", 87 "label_pattern.cc",
88 "label_pattern.h", 88 "label_pattern.h",
89 "label_ptr.h", 89 "label_ptr.h",
90 "line_breaker.cc",
91 "line_breaker.h",
90 "loader.cc", 92 "loader.cc",
91 "loader.h", 93 "loader.h",
92 "location.cc", 94 "location.cc",
93 "location.h", 95 "location.h",
94 "ninja_action_target_writer.cc", 96 "ninja_action_target_writer.cc",
95 "ninja_action_target_writer.h", 97 "ninja_action_target_writer.h",
96 "ninja_binary_target_writer.cc", 98 "ninja_binary_target_writer.cc",
97 "ninja_binary_target_writer.h", 99 "ninja_binary_target_writer.h",
98 "ninja_build_writer.cc", 100 "ninja_build_writer.cc",
99 "ninja_build_writer.h", 101 "ninja_build_writer.h",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "function_get_target_outputs_unittest.cc", 227 "function_get_target_outputs_unittest.cc",
226 "function_process_file_template_unittest.cc", 228 "function_process_file_template_unittest.cc",
227 "function_rebase_path_unittest.cc", 229 "function_rebase_path_unittest.cc",
228 "function_write_file_unittest.cc", 230 "function_write_file_unittest.cc",
229 "functions_target_unittest.cc", 231 "functions_target_unittest.cc",
230 "functions_unittest.cc", 232 "functions_unittest.cc",
231 "header_checker_unittest.cc", 233 "header_checker_unittest.cc",
232 "input_conversion_unittest.cc", 234 "input_conversion_unittest.cc",
233 "label_pattern_unittest.cc", 235 "label_pattern_unittest.cc",
234 "label_unittest.cc", 236 "label_unittest.cc",
237 "line_breaker_unittest.cc",
235 "loader_unittest.cc", 238 "loader_unittest.cc",
236 "ninja_action_target_writer_unittest.cc", 239 "ninja_action_target_writer_unittest.cc",
237 "ninja_binary_target_writer_unittest.cc", 240 "ninja_binary_target_writer_unittest.cc",
238 "ninja_copy_target_writer_unittest.cc", 241 "ninja_copy_target_writer_unittest.cc",
239 "ninja_group_target_writer_unittest.cc", 242 "ninja_group_target_writer_unittest.cc",
240 "ninja_target_writer_unittest.cc", 243 "ninja_target_writer_unittest.cc",
241 "ninja_toolchain_writer_unittest.cc", 244 "ninja_toolchain_writer_unittest.cc",
242 "operators_unittest.cc", 245 "operators_unittest.cc",
243 "parse_tree_unittest.cc", 246 "parse_tree_unittest.cc",
244 "parser_unittest.cc", 247 "parser_unittest.cc",
(...skipping 20 matching lines...) Expand all
265 ":gn_lib", 268 ":gn_lib",
266 "//base/test:test_support", 269 "//base/test:test_support",
267 "//testing/gtest", 270 "//testing/gtest",
268 ] 271 ]
269 } 272 }
270 273
271 executable("generate_test_gn_data") { 274 executable("generate_test_gn_data") {
272 sources = [ "generate_test_gn_data.cc" ] 275 sources = [ "generate_test_gn_data.cc" ]
273 deps = [ "//base" ] 276 deps = [ "//base" ]
274 } 277 }
OLDNEW
« 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