Chromium Code Reviews| 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. |
| { |