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

Unified Diff: tools/gn/setup.cc

Issue 318383003: Improve error messages and reporting in GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/loader_unittest.cc ('k') | tools/gn/variables.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/setup.cc
diff --git a/tools/gn/setup.cc b/tools/gn/setup.cc
index a158ea832a0d57139ab2eb6c026943cd74efb67b..f6a20685c4099b958123819a09e2657eef6678fe 100644
--- a/tools/gn/setup.cc
+++ b/tools/gn/setup.cc
@@ -163,7 +163,7 @@ CommonSetup::~CommonSetup() {
void CommonSetup::RunPreMessageLoop() {
// Load the root build file.
- loader_->Load(root_build_file_, Label());
+ loader_->Load(root_build_file_, LocationRange(), Label());
// Will be decremented with the loader is drained.
g_scheduler->IncrementWorkCount();
« no previous file with comments | « tools/gn/loader_unittest.cc ('k') | tools/gn/variables.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698