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

Unified Diff: DEPS

Issue 279583002: Fix instructions to generate .DEPS.git (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comment Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index f7d0ce2bc0a4665090d88bf30c04dce1884152dc..053b052bac0d0c69ab7350df18a516de9bd7a073 100644
--- a/DEPS
+++ b/DEPS
@@ -4,8 +4,10 @@
# See http://code.google.com/p/chromium/wiki/UsingGit
#
# To test manually, run:
-# python tools/deps2git/deps2git.py -o .DEPS.git
+# python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
# gclient runhooks
+# where <gcliendir> is the absolute path to the directory containing the
+# .gclient file (the parent of "src").
# DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by
# a bot when you modify this one.
#
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698