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

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

Issue 591373002: gn: start of format command (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-more-comment-stuff
Patch Set: change 'copyright header block' to 'standard header block' for android_webview/tools/check_licenses… Created 6 years, 2 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/format_test_data/016.gn ('k') | tools/gn/parse_tree.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 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_desc.cc', 31 'command_desc.cc',
32 'command_gen.cc', 32 'command_gen.cc',
33 'command_format.cc',
33 'command_help.cc', 34 'command_help.cc',
34 'command_ls.cc', 35 'command_ls.cc',
35 'command_refs.cc', 36 'command_refs.cc',
36 'commands.cc', 37 'commands.cc',
37 'commands.h', 38 'commands.h',
38 'config.cc', 39 'config.cc',
39 'config.h', 40 'config.h',
40 'config_values.cc', 41 'config_values.cc',
41 'config_values.h', 42 'config_values.h',
42 'config_values_extractors.cc', 43 'config_values_extractors.cc',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 190 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
190 ], 191 ],
191 }, 192 },
192 { 193 {
193 'target_name': 'gn_unittests', 194 'target_name': 'gn_unittests',
194 'type': '<(gtest_target_type)', 195 'type': '<(gtest_target_type)',
195 'sources': [ 196 'sources': [
196 'action_target_generator_unittest.cc', 197 'action_target_generator_unittest.cc',
197 'builder_unittest.cc', 198 'builder_unittest.cc',
198 'c_include_iterator_unittest.cc', 199 'c_include_iterator_unittest.cc',
200 'command_format_unittest.cc',
199 'config_values_extractors_unittest.cc', 201 'config_values_extractors_unittest.cc',
200 'escape_unittest.cc', 202 'escape_unittest.cc',
201 'filesystem_utils_unittest.cc', 203 'filesystem_utils_unittest.cc',
202 'function_foreach_unittest.cc', 204 'function_foreach_unittest.cc',
203 'function_get_label_info_unittest.cc', 205 'function_get_label_info_unittest.cc',
204 'function_get_path_info_unittest.cc', 206 'function_get_path_info_unittest.cc',
205 'function_get_target_outputs_unittest.cc', 207 'function_get_target_outputs_unittest.cc',
206 'function_process_file_template_unittest.cc', 208 'function_process_file_template_unittest.cc',
207 'function_rebase_path_unittest.cc', 209 'function_rebase_path_unittest.cc',
208 'function_write_file_unittest.cc', 210 'function_write_file_unittest.cc',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'type': 'executable', 253 'type': 'executable',
252 'sources': [ 254 'sources': [
253 'generate_test_gn_data.cc', 255 'generate_test_gn_data.cc',
254 ], 256 ],
255 'dependencies': [ 257 'dependencies': [
256 '../../base/base.gyp:base', 258 '../../base/base.gyp:base',
257 ], 259 ],
258 } 260 }
259 ], 261 ],
260 } 262 }
OLDNEW
« no previous file with comments | « tools/gn/format_test_data/016.gn ('k') | tools/gn/parse_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698