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

Unified Diff: tools/gn/loader.h

Issue 1905473003: 🐣 GN: Print the import trail when parse errors occur. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move is_null() to header Created 4 years, 8 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/import_manager.cc ('k') | tools/gn/loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/loader.h
diff --git a/tools/gn/loader.h b/tools/gn/loader.h
index 37f708563c49b73e4f3591c2aee8d46df89e6630..a610835aa3958389f4d04f3d7e86a18ae6c74a17 100644
--- a/tools/gn/loader.h
+++ b/tools/gn/loader.h
@@ -129,6 +129,7 @@ class LoaderImpl : public Loader {
// input file manager.
void BackgroundLoadFile(const Settings* settings,
const SourceFile& file_name,
+ const LocationRange& origin,
const ParseNode* root);
void BackgroundLoadBuildConfig(
Settings* settings,
« no previous file with comments | « tools/gn/import_manager.cc ('k') | tools/gn/loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698