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

Unified Diff: build/android/gyp/util/build_utils.py

Issue 2349743002: Update gn's depfile help text to include more guidance. (Closed)
Patch Set: update build_utils.py help text as swell Created 4 years, 3 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 | « no previous file | tools/gn/variables.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/util/build_utils.py
diff --git a/build/android/gyp/util/build_utils.py b/build/android/gyp/util/build_utils.py
index 98d9f1b51125bc2a5ef57bedc9a988f93e10b7bd..fea8e1f79e6afbec4650a0266f01ca5eea19f6fb 100644
--- a/build/android/gyp/util/build_utils.py
+++ b/build/android/gyp/util/build_utils.py
@@ -420,7 +420,7 @@ def AddDepfileOption(parser):
else:
func = parser.add_argument
func('--depfile',
- help='Path to depfile. Must be specified as the action\'s first output.')
+ help='Path to depfile (refer to `gn help depfile`)')
def WriteDepfile(depfile_path, first_gn_output, inputs=None, add_pydeps=True):
« no previous file with comments | « no previous file | tools/gn/variables.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698