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

Unified Diff: DEPS

Issue 1557233003: Download doclava when building for Android and use to build cronet Javadocs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 4 years, 9 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 | build/android/download_doclava.py » ('j') | build/android/download_doclava.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 34a21cef91a90a3cd263f8524d68fb8742e129e3..57f0dc90df0d2242e5112a5eaaa248023bc60d50 100644
--- a/DEPS
+++ b/DEPS
@@ -840,6 +840,14 @@ hooks = [
'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'],
},
{
+ # Pull doclava binaries if building for Android.
+ 'name': 'doclava',
+ 'pattern': '.',
+ 'action': ['python',
+ 'src/build/android/download_doclava.py',
+ ],
+ },
+ {
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
'name': 'gyp',
'pattern': '.',
« no previous file with comments | « no previous file | build/android/download_doclava.py » ('j') | build/android/download_doclava.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698