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

Unified Diff: tools/gn/secondary/base/BUILD.gn

Issue 100193002: Fix GN deadlock on error handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/scheduler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/base/BUILD.gn
diff --git a/tools/gn/secondary/base/BUILD.gn b/tools/gn/secondary/base/BUILD.gn
index 50f35593d5ee091ef0bd47c1013e6b958b773368..1e1ae32ea628c08bf84e48bd64acbf150c866368 100644
--- a/tools/gn/secondary/base/BUILD.gn
+++ b/tools/gn/secondary/base/BUILD.gn
@@ -787,7 +787,7 @@ component("base") {
"//build/config/linux:x11",
]
configs += linux_configs
- all_dependent_configs += linux_configs
+ all_dependent_configs = linux_configs
deps += [
"//base/third_party/symbolize",
« no previous file with comments | « tools/gn/scheduler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698