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

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

Issue 500423003: Enhance GN diagnostic tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use patterns for gn check Created 6 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 | « tools/gn/functions.cc ('k') | tools/gn/header_checker.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'chromium_code': 1, 3 'chromium_code': 1,
4 }, 4 },
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'gn_lib', 7 'target_name': 'gn_lib',
8 'type': 'static_library', 8 'type': 'static_library',
9 'dependencies': [ 9 'dependencies': [
10 '../../base/base.gyp:base', 10 '../../base/base.gyp:base',
(...skipping 13 matching lines...) Expand all
24 'builder.h', 24 'builder.h',
25 'builder_record.cc', 25 'builder_record.cc',
26 'builder_record.h', 26 'builder_record.h',
27 'c_include_iterator.cc', 27 'c_include_iterator.cc',
28 'c_include_iterator.h', 28 'c_include_iterator.h',
29 'command_args.cc', 29 'command_args.cc',
30 'command_check.cc', 30 'command_check.cc',
31 'command_desc.cc', 31 'command_desc.cc',
32 'command_gen.cc', 32 'command_gen.cc',
33 'command_help.cc', 33 'command_help.cc',
34 'command_ls.cc',
34 'command_refs.cc', 35 'command_refs.cc',
35 'commands.cc', 36 'commands.cc',
36 'commands.h', 37 'commands.h',
37 'config.cc', 38 'config.cc',
38 'config.h', 39 'config.h',
39 'config_values.cc', 40 'config_values.cc',
40 'config_values.h', 41 'config_values.h',
41 'config_values_extractors.cc', 42 'config_values_extractors.cc',
42 'config_values_extractors.h', 43 'config_values_extractors.h',
43 'config_values_generator.cc', 44 'config_values_generator.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'input_conversion.cc', 76 'input_conversion.cc',
76 'input_conversion.h', 77 'input_conversion.h',
77 'input_file.cc', 78 'input_file.cc',
78 'input_file.h', 79 'input_file.h',
79 'input_file_manager.cc', 80 'input_file_manager.cc',
80 'input_file_manager.h', 81 'input_file_manager.h',
81 'item.cc', 82 'item.cc',
82 'item.h', 83 'item.h',
83 'label.cc', 84 'label.cc',
84 'label.h', 85 'label.h',
86 'label_pattern.cc',
87 'label_pattern.h',
85 'label_ptr.h', 88 'label_ptr.h',
86 'loader.cc', 89 'loader.cc',
87 'loader.h', 90 'loader.h',
88 'location.cc', 91 'location.cc',
89 'location.h', 92 'location.h',
90 'ninja_action_target_writer.cc', 93 'ninja_action_target_writer.cc',
91 'ninja_action_target_writer.h', 94 'ninja_action_target_writer.h',
92 'ninja_binary_target_writer.cc', 95 'ninja_binary_target_writer.cc',
93 'ninja_binary_target_writer.h', 96 'ninja_binary_target_writer.h',
94 'ninja_build_writer.cc', 97 'ninja_build_writer.cc',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'function_get_label_info_unittest.cc', 201 'function_get_label_info_unittest.cc',
199 'function_get_path_info_unittest.cc', 202 'function_get_path_info_unittest.cc',
200 'function_get_target_outputs_unittest.cc', 203 'function_get_target_outputs_unittest.cc',
201 'function_process_file_template_unittest.cc', 204 'function_process_file_template_unittest.cc',
202 'function_rebase_path_unittest.cc', 205 'function_rebase_path_unittest.cc',
203 'function_write_file_unittest.cc', 206 'function_write_file_unittest.cc',
204 'functions_target_unittest.cc', 207 'functions_target_unittest.cc',
205 'functions_unittest.cc', 208 'functions_unittest.cc',
206 'header_checker_unittest.cc', 209 'header_checker_unittest.cc',
207 'input_conversion_unittest.cc', 210 'input_conversion_unittest.cc',
211 'label_pattern_unittest.cc',
208 'label_unittest.cc', 212 'label_unittest.cc',
209 'loader_unittest.cc', 213 'loader_unittest.cc',
210 'ninja_action_target_writer_unittest.cc', 214 'ninja_action_target_writer_unittest.cc',
211 'ninja_binary_target_writer_unittest.cc', 215 'ninja_binary_target_writer_unittest.cc',
212 'ninja_copy_target_writer_unittest.cc', 216 'ninja_copy_target_writer_unittest.cc',
213 'ninja_target_writer_unittest.cc', 217 'ninja_target_writer_unittest.cc',
214 'ninja_toolchain_writer_unittest.cc', 218 'ninja_toolchain_writer_unittest.cc',
215 'operators_unittest.cc', 219 'operators_unittest.cc',
216 'parse_tree_unittest.cc', 220 'parse_tree_unittest.cc',
217 'parser_unittest.cc', 221 'parser_unittest.cc',
(...skipping 26 matching lines...) Expand all
244 'type': 'executable', 248 'type': 'executable',
245 'sources': [ 249 'sources': [
246 'generate_test_gn_data.cc', 250 'generate_test_gn_data.cc',
247 ], 251 ],
248 'dependencies': [ 252 'dependencies': [
249 '../../base/base.gyp:base', 253 '../../base/base.gyp:base',
250 ], 254 ],
251 } 255 }
252 ], 256 ],
253 } 257 }
OLDNEW
« no previous file with comments | « tools/gn/functions.cc ('k') | tools/gn/header_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698