| Index: tools/gn/target_generator.h
|
| diff --git a/tools/gn/target_generator.h b/tools/gn/target_generator.h
|
| index 6fa39b19183ff3123f6ca3952108359eceff9ca0..bcfc7283092b1207cd793cc44dbd519c91f0a526 100644
|
| --- a/tools/gn/target_generator.h
|
| +++ b/tools/gn/target_generator.h
|
| @@ -51,7 +51,6 @@ class TargetGenerator {
|
| void FillSources();
|
| void FillSourcePrereqs();
|
| void FillConfigs();
|
| - void FillExternal();
|
| void FillOutputs();
|
|
|
| Target* target_;
|
| @@ -63,7 +62,6 @@ class TargetGenerator {
|
| void FillDependentConfigs(); // Includes all types of dependent configs.
|
| void FillData();
|
| void FillDependencies(); // Includes data dependencies.
|
| - void FillGypFile();
|
| void FillHardDep();
|
|
|
| // Reads configs/deps from the given var name, and uses the given setting on
|
|
|