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

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

Issue 977603002: gn: Cleanup - Sort GYP sources list alphabetical. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 9 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 | no next file » | 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 12 matching lines...) Expand all
23 'builder.cc', 23 'builder.cc',
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_clean.cc', 31 'command_clean.cc',
32 'command_desc.cc', 32 'command_desc.cc',
33 'command_format.cc',
33 'command_gen.cc', 34 'command_gen.cc',
34 'command_format.cc',
35 'command_help.cc', 35 'command_help.cc',
36 'command_ls.cc', 36 'command_ls.cc',
37 'command_refs.cc', 37 'command_refs.cc',
38 'commands.cc', 38 'commands.cc',
39 'commands.h', 39 'commands.h',
40 'config.cc', 40 'config.cc',
41 'config.h', 41 'config.h',
42 'config_values.cc', 42 'config_values.cc',
43 'config_values.h', 43 'config_values.h',
44 'config_values_extractors.cc', 44 'config_values_extractors.cc',
45 'config_values_extractors.h', 45 'config_values_extractors.h',
46 'config_values_generator.cc', 46 'config_values_generator.cc',
47 'config_values_generator.h', 47 'config_values_generator.h',
48 'copy_target_generator.cc', 48 'copy_target_generator.cc',
49 'copy_target_generator.h', 49 'copy_target_generator.h',
50 'deps_iterator.cc', 50 'deps_iterator.cc',
51 'deps_iterator.h', 51 'deps_iterator.h',
52 'err.cc', 52 'err.cc',
53 'err.h', 53 'err.h',
54 'escape.cc', 54 'escape.cc',
55 'escape.h', 55 'escape.h',
56 'exec_process.cc',
56 'exec_process.h', 57 'exec_process.h',
57 'exec_process.cc',
58 'filesystem_utils.cc', 58 'filesystem_utils.cc',
59 'filesystem_utils.h', 59 'filesystem_utils.h',
60 'functions_target.cc',
61 'functions.cc',
62 'functions.h',
63 'function_exec_script.cc', 60 'function_exec_script.cc',
64 'function_foreach.cc', 61 'function_foreach.cc',
65 'function_get_label_info.cc', 62 'function_get_label_info.cc',
66 'function_get_path_info.cc', 63 'function_get_path_info.cc',
67 'function_get_target_outputs.cc', 64 'function_get_target_outputs.cc',
68 'function_process_file_template.cc', 65 'function_process_file_template.cc',
69 'function_read_file.cc', 66 'function_read_file.cc',
70 'function_rebase_path.cc', 67 'function_rebase_path.cc',
71 'function_set_default_toolchain.cc', 68 'function_set_default_toolchain.cc',
72 'function_set_defaults.cc', 69 'function_set_defaults.cc',
73 'function_template.cc', 70 'function_template.cc',
74 'function_toolchain.cc', 71 'function_toolchain.cc',
75 'function_write_file.cc', 72 'function_write_file.cc',
73 'functions.cc',
74 'functions.h',
75 'functions_target.cc',
76 'group_target_generator.cc', 76 'group_target_generator.cc',
77 'group_target_generator.h', 77 'group_target_generator.h',
78 'header_checker.cc', 78 'header_checker.cc',
79 'header_checker.h', 79 'header_checker.h',
80 'import_manager.cc', 80 'import_manager.cc',
81 'import_manager.h', 81 'import_manager.h',
82 'input_conversion.cc', 82 'input_conversion.cc',
83 'input_conversion.h', 83 'input_conversion.h',
84 'input_file.cc', 84 'input_file.cc',
85 'input_file.h', 85 'input_file.h',
(...skipping 13 matching lines...) Expand all
99 'ninja_action_target_writer.cc', 99 'ninja_action_target_writer.cc',
100 'ninja_action_target_writer.h', 100 'ninja_action_target_writer.h',
101 'ninja_binary_target_writer.cc', 101 'ninja_binary_target_writer.cc',
102 'ninja_binary_target_writer.h', 102 'ninja_binary_target_writer.h',
103 'ninja_build_writer.cc', 103 'ninja_build_writer.cc',
104 'ninja_build_writer.h', 104 'ninja_build_writer.h',
105 'ninja_copy_target_writer.cc', 105 'ninja_copy_target_writer.cc',
106 'ninja_copy_target_writer.h', 106 'ninja_copy_target_writer.h',
107 'ninja_group_target_writer.cc', 107 'ninja_group_target_writer.cc',
108 'ninja_group_target_writer.h', 108 'ninja_group_target_writer.h',
109 'ninja_utils.cc',
110 'ninja_utils.h',
111 'ninja_target_writer.cc', 109 'ninja_target_writer.cc',
112 'ninja_target_writer.h', 110 'ninja_target_writer.h',
113 'ninja_toolchain_writer.cc', 111 'ninja_toolchain_writer.cc',
114 'ninja_toolchain_writer.h', 112 'ninja_toolchain_writer.h',
113 'ninja_utils.cc',
114 'ninja_utils.h',
115 'ninja_writer.cc', 115 'ninja_writer.cc',
116 'ninja_writer.h', 116 'ninja_writer.h',
117 'operators.cc', 117 'operators.cc',
118 'operators.h', 118 'operators.h',
119 'output_file.cc', 119 'output_file.cc',
120 'output_file.h', 120 'output_file.h',
121 'parse_tree.cc', 121 'parse_tree.cc',
122 'parse_tree.h', 122 'parse_tree.h',
123 'parser.cc', 123 'parser.cc',
124 'parser.h', 124 'parser.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'template.cc', 163 'template.cc',
164 'template.h', 164 'template.h',
165 'token.cc', 165 'token.cc',
166 'token.h', 166 'token.h',
167 'tokenizer.cc', 167 'tokenizer.cc',
168 'tokenizer.h', 168 'tokenizer.h',
169 'tool.cc', 169 'tool.cc',
170 'tool.h', 170 'tool.h',
171 'toolchain.cc', 171 'toolchain.cc',
172 'toolchain.h', 172 'toolchain.h',
173 'unique_vector.h',
174 'trace.cc', 173 'trace.cc',
175 'trace.h', 174 'trace.h',
175 'unique_vector.h',
176 'value.cc', 176 'value.cc',
177 'value.h', 177 'value.h',
178 'value_extractors.cc', 178 'value_extractors.cc',
179 'value_extractors.h', 179 'value_extractors.h',
180 'variables.cc', 180 'variables.cc',
181 'variables.h', 181 'variables.h',
182 'visibility.cc', 182 'visibility.cc',
183 'visibility.h', 183 'visibility.h',
184 ], 184 ],
185 }, 185 },
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'type': 'executable', 260 'type': 'executable',
261 'sources': [ 261 'sources': [
262 'generate_test_gn_data.cc', 262 'generate_test_gn_data.cc',
263 ], 263 ],
264 'dependencies': [ 264 'dependencies': [
265 '../../base/base.gyp:base', 265 '../../base/base.gyp:base',
266 ], 266 ],
267 } 267 }
268 ], 268 ],
269 } 269 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698