Index: DEPS |
diff --git a/DEPS b/DEPS |
index dbb0b73ce5c02fa04716ce8166d84b2211a9f2e1..db79b39525de0e0a4bb990860bf1a2e45566d352 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -595,6 +595,16 @@ hooks = [ |
], |
}, |
{ |
+ 'name': 'accessibility-test-framework', |
+ 'pattern': '.', |
+ 'action': ['python', |
+ 'src/build/android/update_third_party_deps.py', |
the real yoland
2016/06/09 18:55:06
it's actually in src/build/android/update_third_pa
|
+ 'download', |
+ '-b', 'chromium-accessibility-test-framework', |
+ '-l', 'src/third_party/accessibility-test-framework' |
+ ], |
+ }, |
+ { |
# Downloads the current stable linux sysroot to build/linux/ if needed. |
# This sysroot updates at about the same rate that the chrome build deps |
# change. This script is a no-op except for linux users who are doing |