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

Unified Diff: DEPS

Issue 2858043006: Test for Gradle project generation. (Closed)
Patch Set: Import gradle in DEPS. Created 3 years, 7 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 bb234f57005752e29e5501a7a9a86041777bd4d4..d04441251594ed9300a4c0d41cebdf19dfa2ba23 100644
--- a/DEPS
+++ b/DEPS
@@ -114,6 +114,11 @@ deps_os = {
Var('chromium_git') + '/external/robolectric.git' + '@' + '2a0b6ba221c14f3371813a676ce06143353e448d',
'src/third_party/ub-uiautomator/lib':
Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb24712618ea28b4f9434',
+
+ # Gradle 3.5.0. Used for testing Android Studio project generation for WebRTC.
+ 'src/webrtc/examples/androidtests/third_party/gradle':
+ Var('chromium_git') + '/external/github.com/gradle/gradle.git' + '@' +
+ 'b762622a185d59ce0cfc9cbc6ab5dd22469e18a6',
},
'ios': {
'src/ios':

Powered by Google App Engine
This is Rietveld 408576698