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

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

Issue 2178173002: Allow GN toolchains to specify runtime deps outputs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 4 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/function_toolchain_unittest.cc ('k') | tools/gn/runtime_deps.cc » ('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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'escape_unittest.cc', 250 'escape_unittest.cc',
251 'exec_process_unittest.cc', 251 'exec_process_unittest.cc',
252 'filesystem_utils_unittest.cc', 252 'filesystem_utils_unittest.cc',
253 'function_foreach_unittest.cc', 253 'function_foreach_unittest.cc',
254 'function_forward_variables_from_unittest.cc', 254 'function_forward_variables_from_unittest.cc',
255 'function_get_label_info_unittest.cc', 255 'function_get_label_info_unittest.cc',
256 'function_get_path_info_unittest.cc', 256 'function_get_path_info_unittest.cc',
257 'function_get_target_outputs_unittest.cc', 257 'function_get_target_outputs_unittest.cc',
258 'function_process_file_template_unittest.cc', 258 'function_process_file_template_unittest.cc',
259 'function_rebase_path_unittest.cc', 259 'function_rebase_path_unittest.cc',
260 'function_toolchain_unittest.cc',
260 'function_write_file_unittest.cc', 261 'function_write_file_unittest.cc',
261 'functions_target_unittest.cc', 262 'functions_target_unittest.cc',
262 'functions_unittest.cc', 263 'functions_unittest.cc',
263 'header_checker_unittest.cc', 264 'header_checker_unittest.cc',
264 'inherited_libraries_unittest.cc', 265 'inherited_libraries_unittest.cc',
265 'input_conversion_unittest.cc', 266 'input_conversion_unittest.cc',
266 'label_pattern_unittest.cc', 267 'label_pattern_unittest.cc',
267 'label_unittest.cc', 268 'label_unittest.cc',
268 'loader_unittest.cc', 269 'loader_unittest.cc',
269 'ninja_action_target_writer_unittest.cc', 270 'ninja_action_target_writer_unittest.cc',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'dependencies': [ 317 'dependencies': [
317 'gn_unittests', 318 'gn_unittests',
318 ], 319 ],
319 'includes': [ '../../build/isolate.gypi' ], 320 'includes': [ '../../build/isolate.gypi' ],
320 'sources': [ 'gn_unittests.isolate' ], 321 'sources': [ 'gn_unittests.isolate' ],
321 }, 322 },
322 ], 323 ],
323 }], 324 }],
324 ], 325 ],
325 } 326 }
OLDNEW
« no previous file with comments | « tools/gn/function_toolchain_unittest.cc ('k') | tools/gn/runtime_deps.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698