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

Unified Diff: DEPS

Issue 2710343003: Update Robolectric to 3.2.2 (Closed)
Patch Set: Update Robolectric to 3.2 Created 3 years, 10 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
Index: DEPS
diff --git a/DEPS b/DEPS
index ef746015d57f784944c5227c5801f4e6d54f0bba..397be2a2329d70edf948f9b3e46e8db878f42ff7 100644
--- a/DEPS
+++ b/DEPS
@@ -769,6 +769,16 @@ hooks = [
'-l', 'third_party/objenesis'
],
},
+ {
jbudorick 2017/02/27 02:16:44 OSTPR?
mikecase (-- gone --) 2017/02/27 16:21:06 yeah, I sent out an email. The library has the sam
mikecase (-- gone --) 2017/02/27 18:03:26 Got lgtm for adding xstream. Factored out xstream
+ 'name': 'xstream',
+ 'pattern': '.',
+ 'action': ['python',
+ 'src/build/android/update_deps/update_third_party_deps.py',
+ 'download',
+ '-b', 'chromium-robolectric',
+ '-l', 'third_party/xstream'
+ ],
+ },
# Downloads the VR Services and Daydream Home APKs used for VR testing on
# Android.
{

Powered by Google App Engine
This is Rietveld 408576698