| Index: tools/gn/file_template.h
|
| diff --git a/tools/gn/file_template.h b/tools/gn/file_template.h
|
| index ddbd67fd5a46ef753c252174f0be17ec9b7af0f7..2071336c9f5eda7d9a62c346a421bddc0636f91b 100644
|
| --- a/tools/gn/file_template.h
|
| +++ b/tools/gn/file_template.h
|
| @@ -129,8 +129,9 @@ class FileTemplate {
|
| static const char* GetNinjaVariableNameForType(Subrange::Type type);
|
|
|
| // Extracts the given type of substitution from the given source file.
|
| - // If output_style is RELATIVE, relative_to indicates the directory that the
|
| - // relative directories should be relative to, otherwise it is ignored.
|
| + // If output_style is OUTPUT_RELATIVE, relative_to indicates the directory
|
| + // that the relative directories should be relative to, otherwise it is
|
| + // ignored.
|
| static std::string GetSubstitution(const Settings* settings,
|
| const SourceFile& source,
|
| Subrange::Type type,
|
|
|