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

Unified Diff: checkdeps/checkdeps.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/builddeps.py ('k') | checkdeps/graphdeps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: checkdeps/checkdeps.py
diff --git a/checkdeps/checkdeps.py b/checkdeps/checkdeps.py
index d3d977c01a5299bca1916b6b736168177f835c59..1bf6bacf4b35d188eade01aa26c0ff821a4c0c41 100755
--- a/checkdeps/checkdeps.py
+++ b/checkdeps/checkdeps.py
@@ -9,7 +9,7 @@ Checks DEPS files in the source tree for rules, and applies those rules to
"#include" and "import" directives in the .cpp, .java, and .proto source files.
Any source file including something not permitted by the DEPS files will fail.
-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/builddeps.py ('k') | checkdeps/graphdeps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698