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

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

Issue 909103003: gn: Add 'clean' command. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Err instead of DeleteFile Created 5 years, 10 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/commands.cc ('k') | 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 10 matching lines...) Expand all
21 'build_settings.cc', 21 'build_settings.cc',
22 'build_settings.h', 22 'build_settings.h',
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_desc.cc', 32 'command_desc.cc',
32 'command_gen.cc', 33 'command_gen.cc',
33 'command_format.cc', 34 'command_format.cc',
34 'command_help.cc', 35 'command_help.cc',
35 'command_ls.cc', 36 'command_ls.cc',
36 'command_refs.cc', 37 'command_refs.cc',
37 'commands.cc', 38 'commands.cc',
38 'commands.h', 39 'commands.h',
39 'config.cc', 40 'config.cc',
40 'config.h', 41 'config.h',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'type': 'executable', 260 'type': 'executable',
260 'sources': [ 261 'sources': [
261 'generate_test_gn_data.cc', 262 'generate_test_gn_data.cc',
262 ], 263 ],
263 'dependencies': [ 264 'dependencies': [
264 '../../base/base.gyp:base', 265 '../../base/base.gyp:base',
265 ], 266 ],
266 } 267 }
267 ], 268 ],
268 } 269 }
OLDNEW
« no previous file with comments | « tools/gn/commands.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698