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

Unified Diff: tools/gn/variables.cc

Issue 2023003006: [Mac/iOS/GN] Document the new rules for create_bundle and runtime_deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/functions_target.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/variables.cc
diff --git a/tools/gn/variables.cc b/tools/gn/variables.cc
index a65d9403e3188336f4e3da69bb86567e29e5de6c..0eb5aabcf62448438bda02ca2c06cc559e5a95e6 100644
--- a/tools/gn/variables.cc
+++ b/tools/gn/variables.cc
@@ -812,6 +812,9 @@ const char kData_Help[] =
" However, no verification is done on these so GN doesn't enforce this.\n"
" The paths are just rebased and passed along when requested.\n"
"\n"
+ " Note: On iOS and OS X, create_bundle targets will not be recursed\n"
+ " into when gathering data. See \"gn help create_bundle\" for details.\n"
+ "\n"
" See \"gn help runtime_deps\" for how these are used.\n";
const char kDataDeps[] = "data_deps";
@@ -829,6 +832,10 @@ const char kDataDeps_Help[] =
" This is normally used for things like plugins or helper programs that\n"
" a target needs at runtime.\n"
"\n"
+ " Note: On iOS and OS X, create_bundle targets will not be recursed\n"
+ " into when gathering data_deps. See \"gn help create_bundle\" for\n"
+ " details.\n"
+ "\n"
" See also \"gn help deps\" and \"gn help data\".\n"
"\n"
"Example\n"
« no previous file with comments | « tools/gn/functions_target.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698