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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/function_exec_script.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/gn.gyp
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
index 34561c34e44f1989c3d5c8b4e3efc90e669e6701..02f0331423cb2550e22a1afd9cd4ed604df4bff4 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -52,6 +52,8 @@
'err.h',
'escape.cc',
'escape.h',
+ 'exec_process.h',
+ 'exec_process.cc',
'filesystem_utils.cc',
'filesystem_utils.h',
'functions_target.cc',
@@ -200,6 +202,7 @@
'command_format_unittest.cc',
'config_values_extractors_unittest.cc',
'escape_unittest.cc',
+ 'exec_process_unittest.cc',
'filesystem_utils_unittest.cc',
'function_foreach_unittest.cc',
'function_get_label_info_unittest.cc',
« 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