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

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: Created 4 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
« 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 f64f0f1d5a949e3cf29ea8e0496c881ab16aa3fe..0515e178dd4cd83225dc9d018844d86d12573704 100644
--- a/DEPS
+++ b/DEPS
@@ -815,6 +815,14 @@ hooks = [
'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'],
},
{
+ # Pull doclava binaries if GYP_DEFINES indicate building for Android.
+ 'name': 'doclava',
+ 'pattern': '.',
+ 'action': ['python',
+ 'src/build/android/download_doclava.py',
+ ],
+ },
+ {
# Ensure that while generating dependencies lists in .gyp files we don't
# accidentally reference any .pyc files whose corresponding .py files have
# already been deleted.
« 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