| OLD | NEW |
| 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", |
| 11 "action_values.cc", | 11 "action_values.cc", |
| 12 "action_values.h", | 12 "action_values.h", |
| 13 "args.cc", | 13 "args.cc", |
| 14 "args.h", | 14 "args.h", |
| 15 "binary_target_generator.cc", | 15 "binary_target_generator.cc", |
| 16 "binary_target_generator.h", | 16 "binary_target_generator.h", |
| 17 "build_settings.cc", | 17 "build_settings.cc", |
| 18 "build_settings.h", | 18 "build_settings.h", |
| 19 "builder.cc", | 19 "builder.cc", |
| 20 "builder.h", | 20 "builder.h", |
| 21 "builder_record.cc", | 21 "builder_record.cc", |
| 22 "builder_record.h", | 22 "builder_record.h", |
| 23 "c_include_iterator.cc", | 23 "c_include_iterator.cc", |
| 24 "c_include_iterator.h", | 24 "c_include_iterator.h", |
| 25 "command_args.cc", | 25 "command_args.cc", |
| 26 "command_check.cc", | 26 "command_check.cc", |
| 27 "command_desc.cc", | 27 "command_desc.cc", |
| 28 "command_gen.cc", | 28 "command_gen.cc", |
| 29 "command_help.cc", | 29 "command_help.cc", |
| 30 "command_ls.cc", |
| 30 "command_refs.cc", | 31 "command_refs.cc", |
| 31 "commands.cc", | 32 "commands.cc", |
| 32 "commands.h", | 33 "commands.h", |
| 33 "config.cc", | 34 "config.cc", |
| 34 "config.h", | 35 "config.h", |
| 35 "config_values.cc", | 36 "config_values.cc", |
| 36 "config_values.h", | 37 "config_values.h", |
| 37 "config_values_extractors.cc", | 38 "config_values_extractors.cc", |
| 38 "config_values_extractors.h", | 39 "config_values_extractors.h", |
| 39 "config_values_generator.cc", | 40 "config_values_generator.cc", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 "input_conversion.cc", | 72 "input_conversion.cc", |
| 72 "input_conversion.h", | 73 "input_conversion.h", |
| 73 "input_file.cc", | 74 "input_file.cc", |
| 74 "input_file.h", | 75 "input_file.h", |
| 75 "input_file_manager.cc", | 76 "input_file_manager.cc", |
| 76 "input_file_manager.h", | 77 "input_file_manager.h", |
| 77 "item.cc", | 78 "item.cc", |
| 78 "item.h", | 79 "item.h", |
| 79 "label.cc", | 80 "label.cc", |
| 80 "label.h", | 81 "label.h", |
| 82 "label_pattern.cc", |
| 83 "label_pattern.h", |
| 81 "label_ptr.h", | 84 "label_ptr.h", |
| 82 "loader.cc", | 85 "loader.cc", |
| 83 "loader.h", | 86 "loader.h", |
| 84 "location.cc", | 87 "location.cc", |
| 85 "location.h", | 88 "location.h", |
| 86 "ninja_action_target_writer.cc", | 89 "ninja_action_target_writer.cc", |
| 87 "ninja_action_target_writer.h", | 90 "ninja_action_target_writer.h", |
| 88 "ninja_binary_target_writer.cc", | 91 "ninja_binary_target_writer.cc", |
| 89 "ninja_binary_target_writer.h", | 92 "ninja_binary_target_writer.h", |
| 90 "ninja_build_writer.cc", | 93 "ninja_build_writer.cc", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 "function_get_label_info_unittest.cc", | 216 "function_get_label_info_unittest.cc", |
| 214 "function_get_path_info_unittest.cc", | 217 "function_get_path_info_unittest.cc", |
| 215 "function_get_target_outputs_unittest.cc", | 218 "function_get_target_outputs_unittest.cc", |
| 216 "function_process_file_template_unittest.cc", | 219 "function_process_file_template_unittest.cc", |
| 217 "function_rebase_path_unittest.cc", | 220 "function_rebase_path_unittest.cc", |
| 218 "function_write_file_unittest.cc", | 221 "function_write_file_unittest.cc", |
| 219 "functions_target_unittest.cc", | 222 "functions_target_unittest.cc", |
| 220 "functions_unittest.cc", | 223 "functions_unittest.cc", |
| 221 "header_checker_unittest.cc", | 224 "header_checker_unittest.cc", |
| 222 "input_conversion_unittest.cc", | 225 "input_conversion_unittest.cc", |
| 226 "label_pattern_unittest.cc", |
| 223 "label_unittest.cc", | 227 "label_unittest.cc", |
| 224 "loader_unittest.cc", | 228 "loader_unittest.cc", |
| 225 "ninja_action_target_writer_unittest.cc", | 229 "ninja_action_target_writer_unittest.cc", |
| 226 "ninja_binary_target_writer_unittest.cc", | 230 "ninja_binary_target_writer_unittest.cc", |
| 227 "ninja_copy_target_writer_unittest.cc", | 231 "ninja_copy_target_writer_unittest.cc", |
| 228 "ninja_target_writer_unittest.cc", | 232 "ninja_target_writer_unittest.cc", |
| 229 "ninja_toolchain_writer_unittest.cc", | 233 "ninja_toolchain_writer_unittest.cc", |
| 230 "operators_unittest.cc", | 234 "operators_unittest.cc", |
| 231 "parse_tree_unittest.cc", | 235 "parse_tree_unittest.cc", |
| 232 "parser_unittest.cc", | 236 "parser_unittest.cc", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 253 ":gn_lib", | 257 ":gn_lib", |
| 254 "//base/test:test_support", | 258 "//base/test:test_support", |
| 255 "//testing/gtest", | 259 "//testing/gtest", |
| 256 ] | 260 ] |
| 257 } | 261 } |
| 258 | 262 |
| 259 executable("generate_test_gn_data") { | 263 executable("generate_test_gn_data") { |
| 260 sources = [ "generate_test_gn_data.cc" ] | 264 sources = [ "generate_test_gn_data.cc" ] |
| 261 deps = [ "//base" ] | 265 deps = [ "//base" ] |
| 262 } | 266 } |
| OLD | NEW |