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

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

Issue 1130423006: Add a "gn path" command for finding deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« tools/gn/command_path.cc ('K') | « 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 16 matching lines...) Expand all
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_format.cc',
34 'command_gen.cc', 34 'command_gen.cc',
35 'command_help.cc', 35 'command_help.cc',
36 'command_ls.cc', 36 'command_ls.cc',
37 'command_path.cc',
37 'command_refs.cc', 38 'command_refs.cc',
38 'commands.cc', 39 'commands.cc',
39 'commands.h', 40 'commands.h',
40 'config.cc', 41 'config.cc',
41 'config.h', 42 'config.h',
42 'config_values.cc', 43 'config_values.cc',
43 'config_values.h', 44 'config_values.h',
44 'config_values_extractors.cc', 45 'config_values_extractors.cc',
45 'config_values_extractors.h', 46 'config_values_extractors.h',
46 'config_values_generator.cc', 47 'config_values_generator.cc',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'type': 'executable', 267 'type': 'executable',
267 'sources': [ 268 'sources': [
268 'generate_test_gn_data.cc', 269 'generate_test_gn_data.cc',
269 ], 270 ],
270 'dependencies': [ 271 'dependencies': [
271 '../../base/base.gyp:base', 272 '../../base/base.gyp:base',
272 ], 273 ],
273 } 274 }
274 ], 275 ],
275 } 276 }
OLDNEW
« tools/gn/command_path.cc ('K') | « tools/gn/commands.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698