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

Unified Diff: DEPS

Issue 2041583002: Add guava to chromium third party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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
« no previous file with comments | « no previous file | third_party/guava/.gitignore » ('j') | third_party/guava/.gitignore » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index cd76fcca7a800cbaee00c1eb21d03caffd3f173a..512b20747bbe15b6de56252cb57d19b481932df1 100644
--- a/DEPS
+++ b/DEPS
@@ -596,6 +596,16 @@ hooks = [
],
},
{
+ 'name': 'guava',
+ 'pattern': '.',
+ 'action': ['python',
+ 'src/build/android/update_third_party_jar.py',
mikecase (-- gone --) 2016/06/07 20:01:36 Update script name
Yoland Yan(Google) 2016/06/08 20:34:00 Done.
+ 'download',
+ '-b', 'chromium-guava',
+ '-l', 'src/third_party/guava'
+ ],
+ },
+ {
# 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 | « no previous file | third_party/guava/.gitignore » ('j') | third_party/guava/.gitignore » ('J')

Powered by Google App Engine
This is Rietveld 408576698