Chromium Code Reviews

Unified Diff: DEPS

Issue 2051913002: [Third Party] Add Robolectric 3.0 build files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Third Party] Add Robolectric 3.0 build files. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: DEPS
diff --git a/DEPS b/DEPS
index 3d4e2b79ad87cc7a303a8e82181036b0699a342f..eb2b3a7057961c7fdac170dff063cf1753138def 100644
--- a/DEPS
+++ b/DEPS
@@ -629,6 +629,16 @@ hooks = [
],
},
{
+ 'name': 'robolectric_android',
+ 'pattern': '.',
+ 'action': ['python',
+ 'src/build/android/update_deps/update_third_party_deps.py',
+ 'download',
+ '-b', 'chromium-robolectric',
+ '-l', 'third_party/robolectric'
+ ],
+ },
+ {
# 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
« no previous file with comments | « .gitignore ('k') | third_party/robolectric/BUILD.gn » ('j') | third_party/robolectric/BUILD.gn » ('J')

Powered by Google App Engine