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

Unified Diff: tools/gn/target_generator.h

Issue 1606553002: Add support for Mac/iOS application bundles to GN tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split CL to only include tool change & address comments Created 4 years, 11 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
Index: tools/gn/target_generator.h
diff --git a/tools/gn/target_generator.h b/tools/gn/target_generator.h
index 1fd055b100736113a2996dd9412132841e263a5a..99ee542cd0606d5f3e5ecc2f2a8b03fd6bf9a326 100644
--- a/tools/gn/target_generator.h
+++ b/tools/gn/target_generator.h
@@ -68,6 +68,7 @@ class TargetGenerator {
private:
bool FillDependentConfigs(); // Includes all types of dependent configs.
bool FillData();
+ bool FillBundleData();
bool FillDependencies(); // Includes data dependencies.
bool FillTestonly();
« no previous file with comments | « tools/gn/target.cc ('k') | tools/gn/target_generator.cc » ('j') | tools/gn/variables.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698