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

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

Issue 646013003: GN: Capture and print stderr from exec_script (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable stderr tests on windows 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/function_exec_script.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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'config_values_generator.cc', 45 'config_values_generator.cc',
46 'config_values_generator.h', 46 'config_values_generator.h',
47 'copy_target_generator.cc', 47 'copy_target_generator.cc',
48 'copy_target_generator.h', 48 'copy_target_generator.h',
49 'deps_iterator.cc', 49 'deps_iterator.cc',
50 'deps_iterator.h', 50 'deps_iterator.h',
51 'err.cc', 51 'err.cc',
52 'err.h', 52 'err.h',
53 'escape.cc', 53 'escape.cc',
54 'escape.h', 54 'escape.h',
55 'exec_process.h',
56 'exec_process.cc',
55 'filesystem_utils.cc', 57 'filesystem_utils.cc',
56 'filesystem_utils.h', 58 'filesystem_utils.h',
57 'functions_target.cc', 59 'functions_target.cc',
58 'functions.cc', 60 'functions.cc',
59 'functions.h', 61 'functions.h',
60 'function_exec_script.cc', 62 'function_exec_script.cc',
61 'function_foreach.cc', 63 'function_foreach.cc',
62 'function_get_label_info.cc', 64 'function_get_label_info.cc',
63 'function_get_path_info.cc', 65 'function_get_path_info.cc',
64 'function_get_target_outputs.cc', 66 'function_get_target_outputs.cc',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 { 195 {
194 'target_name': 'gn_unittests', 196 'target_name': 'gn_unittests',
195 'type': '<(gtest_target_type)', 197 'type': '<(gtest_target_type)',
196 'sources': [ 198 'sources': [
197 'action_target_generator_unittest.cc', 199 'action_target_generator_unittest.cc',
198 'builder_unittest.cc', 200 'builder_unittest.cc',
199 'c_include_iterator_unittest.cc', 201 'c_include_iterator_unittest.cc',
200 'command_format_unittest.cc', 202 'command_format_unittest.cc',
201 'config_values_extractors_unittest.cc', 203 'config_values_extractors_unittest.cc',
202 'escape_unittest.cc', 204 'escape_unittest.cc',
205 'exec_process_unittest.cc',
203 'filesystem_utils_unittest.cc', 206 'filesystem_utils_unittest.cc',
204 'function_foreach_unittest.cc', 207 'function_foreach_unittest.cc',
205 'function_get_label_info_unittest.cc', 208 'function_get_label_info_unittest.cc',
206 'function_get_path_info_unittest.cc', 209 'function_get_path_info_unittest.cc',
207 'function_get_target_outputs_unittest.cc', 210 'function_get_target_outputs_unittest.cc',
208 'function_process_file_template_unittest.cc', 211 'function_process_file_template_unittest.cc',
209 'function_rebase_path_unittest.cc', 212 'function_rebase_path_unittest.cc',
210 'function_write_file_unittest.cc', 213 'function_write_file_unittest.cc',
211 'functions_target_unittest.cc', 214 'functions_target_unittest.cc',
212 'functions_unittest.cc', 215 'functions_unittest.cc',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'type': 'executable', 256 'type': 'executable',
254 'sources': [ 257 'sources': [
255 'generate_test_gn_data.cc', 258 'generate_test_gn_data.cc',
256 ], 259 ],
257 'dependencies': [ 260 'dependencies': [
258 '../../base/base.gyp:base', 261 '../../base/base.gyp:base',
259 ], 262 ],
260 } 263 }
261 ], 264 ],
262 } 265 }
OLDNEW
« no previous file with comments | « tools/gn/function_exec_script.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698