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

Unified Diff: DEPS

Issue 11363170: Add an accessibility audit test for WebUI pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: First, very incomplete pass at doing accessibility check in Javascript only Created 8 years 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
Index: DEPS
diff --git a/DEPS b/DEPS
index 03356889eb10f88cc5ba44bc26e6e7d0b04a5711..001942fcc1bfe13a2b0dcfc261c42e57ea35e1d7 100644
--- a/DEPS
+++ b/DEPS
@@ -315,6 +315,9 @@ deps = {
"src/third_party/opus/src":
"/trunk/deps/third_party/opus@165487",
+
+ "src/chrome/third_party/accessibility-developer-tools":
+ Var("chromium_git") + "/external/accessibility-developer-tools.git@c77344d",
}

Powered by Google App Engine
This is Rietveld 408576698