Chromium Code Reviews| Index: trunk/src/tools/gn/setup.h |
| =================================================================== |
| --- trunk/src/tools/gn/setup.h (revision 232660) |
| +++ trunk/src/tools/gn/setup.h (working copy) |
| @@ -91,6 +91,7 @@ |
| // These empty settings and toolchain are used to interpret the command line |
| // and dot file. |
| BuildSettings empty_build_settings_; |
| + Toolchain empty_toolchain_; |
| Settings empty_settings_; |
| Scope dotfile_scope_; |