Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: tools/gn/target_generator.h

Issue 206813002: Remove GN GYP generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/target.cc ('k') | tools/gn/target_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tools/gn/target.cc ('k') | tools/gn/target_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698