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

Side by Side Diff: tools/gn/BUILD.gn

Issue 2265833002: Implement `gn analyze`. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sample tests Created 4 years, 3 months 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_analyze.cc » ('j') | tools/gn/gn.gyp » ('J')
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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 defines = [ "GN_BUILD" ] 7 defines = [ "GN_BUILD" ]
8 8
9 static_library("gn_lib") { 9 static_library("gn_lib") {
10 configs += [ "//build/config:precompiled_headers" ] 10 configs += [ "//build/config:precompiled_headers" ]
(...skipping 14 matching lines...) Expand all
25 "builder_record.cc", 25 "builder_record.cc",
26 "builder_record.h", 26 "builder_record.h",
27 "bundle_data.cc", 27 "bundle_data.cc",
28 "bundle_data.h", 28 "bundle_data.h",
29 "bundle_data_target_generator.cc", 29 "bundle_data_target_generator.cc",
30 "bundle_data_target_generator.h", 30 "bundle_data_target_generator.h",
31 "bundle_file_rule.cc", 31 "bundle_file_rule.cc",
32 "bundle_file_rule.h", 32 "bundle_file_rule.h",
33 "c_include_iterator.cc", 33 "c_include_iterator.cc",
34 "c_include_iterator.h", 34 "c_include_iterator.h",
35 "command_analyze.cc",
35 "command_args.cc", 36 "command_args.cc",
36 "command_check.cc", 37 "command_check.cc",
37 "command_clean.cc", 38 "command_clean.cc",
38 "command_desc.cc", 39 "command_desc.cc",
39 "command_format.cc", 40 "command_format.cc",
40 "command_gen.cc", 41 "command_gen.cc",
41 "command_help.cc", 42 "command_help.cc",
42 "command_ls.cc", 43 "command_ls.cc",
43 "command_path.cc", 44 "command_path.cc",
44 "command_refs.cc", 45 "command_refs.cc",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "function_read_file.cc", 81 "function_read_file.cc",
81 "function_rebase_path.cc", 82 "function_rebase_path.cc",
82 "function_set_default_toolchain.cc", 83 "function_set_default_toolchain.cc",
83 "function_set_defaults.cc", 84 "function_set_defaults.cc",
84 "function_template.cc", 85 "function_template.cc",
85 "function_toolchain.cc", 86 "function_toolchain.cc",
86 "function_write_file.cc", 87 "function_write_file.cc",
87 "functions.cc", 88 "functions.cc",
88 "functions.h", 89 "functions.h",
89 "functions_target.cc", 90 "functions_target.cc",
91 "graph.cc",
92 "graph.h",
90 "group_target_generator.cc", 93 "group_target_generator.cc",
91 "group_target_generator.h", 94 "group_target_generator.h",
92 "header_checker.cc", 95 "header_checker.cc",
93 "header_checker.h", 96 "header_checker.h",
94 "import_manager.cc", 97 "import_manager.cc",
95 "import_manager.h", 98 "import_manager.h",
96 "inherited_libraries.cc", 99 "inherited_libraries.cc",
97 "inherited_libraries.h", 100 "inherited_libraries.h",
98 "input_conversion.cc", 101 "input_conversion.cc",
99 "input_conversion.h", 102 "input_conversion.h",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "function_get_label_info_unittest.cc", 290 "function_get_label_info_unittest.cc",
288 "function_get_path_info_unittest.cc", 291 "function_get_path_info_unittest.cc",
289 "function_get_target_outputs_unittest.cc", 292 "function_get_target_outputs_unittest.cc",
290 "function_process_file_template_unittest.cc", 293 "function_process_file_template_unittest.cc",
291 "function_rebase_path_unittest.cc", 294 "function_rebase_path_unittest.cc",
292 "function_template_unittest.cc", 295 "function_template_unittest.cc",
293 "function_toolchain_unittest.cc", 296 "function_toolchain_unittest.cc",
294 "function_write_file_unittest.cc", 297 "function_write_file_unittest.cc",
295 "functions_target_unittest.cc", 298 "functions_target_unittest.cc",
296 "functions_unittest.cc", 299 "functions_unittest.cc",
300 "graph_unittest.cc",
297 "header_checker_unittest.cc", 301 "header_checker_unittest.cc",
298 "inherited_libraries_unittest.cc", 302 "inherited_libraries_unittest.cc",
299 "input_conversion_unittest.cc", 303 "input_conversion_unittest.cc",
300 "label_pattern_unittest.cc", 304 "label_pattern_unittest.cc",
301 "label_unittest.cc", 305 "label_unittest.cc",
302 "loader_unittest.cc", 306 "loader_unittest.cc",
303 "ninja_action_target_writer_unittest.cc", 307 "ninja_action_target_writer_unittest.cc",
304 "ninja_binary_target_writer_unittest.cc", 308 "ninja_binary_target_writer_unittest.cc",
305 "ninja_build_writer_unittest.cc", 309 "ninja_build_writer_unittest.cc",
306 "ninja_bundle_data_target_writer_unittest.cc", 310 "ninja_bundle_data_target_writer_unittest.cc",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "format_test_data/", 343 "format_test_data/",
340 ] 344 ]
341 345
342 deps = [ 346 deps = [
343 ":gn_lib", 347 ":gn_lib",
344 "//base/test:run_all_unittests", 348 "//base/test:run_all_unittests",
345 "//base/test:test_support", 349 "//base/test:test_support",
346 "//testing/gtest", 350 "//testing/gtest",
347 ] 351 ]
348 } 352 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/command_analyze.cc » ('j') | tools/gn/gn.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698