Chromium Code Reviews| Index: tools/gn/label.h |
| diff --git a/tools/gn/label.h b/tools/gn/label.h |
| index 1028b3088c85f2c38141d173a17f9e62b2301684..595d63e07d15674d7068712a9e6be11b3874b551 100644 |
| --- a/tools/gn/label.h |
| +++ b/tools/gn/label.h |
| @@ -36,6 +36,7 @@ class Label { |
| static Label Resolve(const SourceDir& current_dir, |
| const Label& current_toolchain, |
| const Value& input, |
| + const base::FilePath& source_root, |
| Err* err); |
| bool is_null() const { return dir_.is_null(); } |