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

Unified Diff: checkdeps/graphdeps.py

Issue 2799113002: Move DEPS file docs into a README.md (Closed)
Patch Set: wording Created 3 years, 8 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 | « checkdeps/checkdeps.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: checkdeps/graphdeps.py
diff --git a/checkdeps/graphdeps.py b/checkdeps/graphdeps.py
index b8b4c755c1648cf5fe32dabe60f96174d4ee9d7a..aff3c765c8f9626f0150d2533a81a0efb3822eac 100755
--- a/checkdeps/graphdeps.py
+++ b/checkdeps/graphdeps.py
@@ -12,7 +12,7 @@ dependencies, including answering questions such as "if a new source must
depend on modules A, B, and C, what valid options among the existing modules
are there to put it in."
-See builddeps.py for a detailed description of the DEPS format.
+See README.md for a detailed description of the DEPS format.
"""
import os
« no previous file with comments | « checkdeps/checkdeps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698