| Index: tools/gn/scope.h
|
| diff --git a/tools/gn/scope.h b/tools/gn/scope.h
|
| index 31bac6261464826a3bd069b3dd7d87ba5f5eaeba..eeabbebed3c946761c6db0e2ece7f1f75c20ad54 100644
|
| --- a/tools/gn/scope.h
|
| +++ b/tools/gn/scope.h
|
| @@ -206,6 +206,7 @@ class Scope {
|
| // Marks the given identifier as (un)used in the current scope.
|
| void MarkUsed(const base::StringPiece& ident);
|
| void MarkAllUsed();
|
| + void MarkAllUsed(const std::set<std::string>& excluded_values);
|
| void MarkUnused(const base::StringPiece& ident);
|
|
|
| // Checks to see if the scope has a var set that hasn't been used. This is
|
|
|