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

Unified Diff: tools/gn/BUILD.gn

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 | « no previous file | tools/gn/exec_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/BUILD.gn
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index a849b47658677ef3d203a8626fdf42bf04587a47..3caae551a64a5040d491686d7b47232deb55b3d9 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -48,6 +48,8 @@ static_library("gn_lib") {
"err.h",
"escape.cc",
"escape.h",
+ "exec_process.cc",
+ "exec_process.h",
"filesystem_utils.cc",
"filesystem_utils.h",
"functions.cc",
@@ -215,6 +217,7 @@ test("gn_unittests") {
"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 | « no previous file | tools/gn/exec_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698