Chromium Code Reviews| Index: tools/gn/command_format.cc |
| diff --git a/tools/gn/command_format.cc b/tools/gn/command_format.cc |
| index 0866f6f3aae594941e6a6da119146417943bce4c..456ea0f4444c3b75be39c060a0e11cd3b4d684ef 100644 |
| --- a/tools/gn/command_format.cc |
| +++ b/tools/gn/command_format.cc |
| @@ -290,6 +290,7 @@ void Printer::AnnotatePreferedMultilineAssignment(const BinaryOpNode* binop) { |
| (ident->value().value() == "data" || |
| ident->value().value() == "datadeps" || |
| ident->value().value() == "deps" || ident->value().value() == "inputs" || |
|
tfarina
2014/12/03 21:19:12
would you mind moving the "inputs" part into its o
|
| + ident->value().value() == "outputs" || |
| ident->value().value() == "public" || |
| ident->value().value() == "public_deps" || |
| ident->value().value() == "sources")) { |