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

Unified Diff: trunk/src/tools/gn/scope_per_file_provider.cc

Issue 46313006: Revert 232657 "GN: toolchain threading cleanup" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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
Index: trunk/src/tools/gn/scope_per_file_provider.cc
===================================================================
--- trunk/src/tools/gn/scope_per_file_provider.cc (revision 232660)
+++ trunk/src/tools/gn/scope_per_file_provider.cc (working copy)
@@ -43,7 +43,7 @@
const Value* ScopePerFileProvider::GetCurrentToolchain() {
if (!current_toolchain_) {
current_toolchain_.reset(new Value(NULL,
- scope_->settings()->toolchain_label().GetUserVisibleName(false)));
+ scope_->settings()->toolchain()->label().GetUserVisibleName(false)));
}
return current_toolchain_.get();
}
« no previous file with comments | « trunk/src/tools/gn/ninja_toolchain_writer.cc ('k') | trunk/src/tools/gn/scope_per_file_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698