Chromium Code Reviews| Index: trunk/src/tools/gn/functions.cc |
| =================================================================== |
| --- trunk/src/tools/gn/functions.cc (revision 232660) |
| +++ trunk/src/tools/gn/functions.cc (working copy) |
| @@ -134,7 +134,7 @@ |
| } |
| const Label& ToolchainLabelForScope(const Scope* scope) { |
| - return scope->settings()->toolchain_label(); |
| + return scope->settings()->toolchain()->label(); |
| } |
| Label MakeLabelForScope(const Scope* scope, |