Chromium Code Reviews| Index: tools/gn/value_extractors.h |
| diff --git a/tools/gn/value_extractors.h b/tools/gn/value_extractors.h |
| index 12fff00795dac926631bc0b00f1034448dd8db54..2ac19123a46092d8935ef6f8cab956ad65a24efe 100644 |
| --- a/tools/gn/value_extractors.h |
| +++ b/tools/gn/value_extractors.h |
| @@ -57,4 +57,9 @@ bool ExtractListOfLabels(const Value& value, |
| std::vector<Label>* dest, |
| Err* err); |
| +bool ExtractRelativeFile(const BuildSettings* build_settings, |
| + const Value& value, |
| + const SourceDir& current_dir, |
| + SourceFile* file, Err* err); |
|
brettw
2013/11/04 05:22:14
Nit: put Err on the next line.
koz (OOO until 15th September)
2013/11/06 07:29:11
Done.
|
| + |
| #endif // TOOLS_GN_VALUE_EXTRACTORS_H_ |