| Index: tools/gn/commands.h
|
| diff --git a/tools/gn/commands.h b/tools/gn/commands.h
|
| index 01bf0ee60103f05eb46436bc5efa31c6b83427c6..fdd10fcc231a51555c788281664085e8bcdd62cb 100644
|
| --- a/tools/gn/commands.h
|
| +++ b/tools/gn/commands.h
|
| @@ -11,7 +11,6 @@
|
| #include <vector>
|
|
|
| #include "base/strings/string_piece.h"
|
| -#include "base/values.h"
|
| #include "tools/gn/target.h"
|
| #include "tools/gn/unique_vector.h"
|
|
|
| @@ -180,13 +179,8 @@
|
| //
|
| // The vector will be modified so that only the printed targets will remain.
|
| void FilterAndPrintTargets(bool indent, std::vector<const Target*>* targets);
|
| -void FilterAndPrintTargets(std::vector<const Target*>* targets,
|
| - base::ListValue* out);
|
| -
|
| void FilterAndPrintTargetSet(bool indent,
|
| const std::set<const Target*>& targets);
|
| -void FilterAndPrintTargetSet(const std::set<const Target*>& targets,
|
| - base::ListValue* out);
|
|
|
| // Extra help from command_check.cc
|
| extern const char kNoGnCheck_Help[];
|
|
|