| Index: tools/gn/substitution_type.h
|
| diff --git a/tools/gn/substitution_type.h b/tools/gn/substitution_type.h
|
| index 84524fb9e40c270128ccb3676b74c688cd1909e4..74ab507a56e4b937b986e6dcf9a58acff2d3e0b2 100644
|
| --- a/tools/gn/substitution_type.h
|
| +++ b/tools/gn/substitution_type.h
|
| @@ -30,6 +30,7 @@ enum SubstitutionType {
|
| SUBSTITUTION_SOURCE_ROOT_RELATIVE_DIR, // {{root_relative_dir}}
|
| SUBSTITUTION_SOURCE_GEN_DIR, // {{source_gen_dir}}
|
| SUBSTITUTION_SOURCE_OUT_DIR, // {{source_out_dir}}
|
| + SUBSTITUTION_SOURCE_TARGET_RELATIVE, // {{source_target_relative}}
|
|
|
| // Valid for all compiler and linker tools. These depend on the target and
|
| // do not vary on a per-file basis.
|
|
|