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

Unified Diff: components/cronet.gypi

Issue 1148263004: [Cronet] Generate Javadoc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a blank line Created 5 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 | components/cronet/android/java/build.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet.gypi
diff --git a/components/cronet.gypi b/components/cronet.gypi
index cdc2791525baadd9e2e2342f9496946ec099d265..17f7e28df203e2c42029e0bf2e0b07f510c1ce45 100644
--- a/components/cronet.gypi
+++ b/components/cronet.gypi
@@ -500,6 +500,19 @@
'<@(_outputs)',
],
},
+ {
+ 'action_name': 'generate javadoc',
+ 'inputs': ['cronet/tools/generate_javadoc.py'] ,
+ 'outputs': ['<(package_dir)/javadoc'],
+ 'action': [
+ 'python',
+ '<@(_inputs)',
+ '--source-dir=src',
+ '--output-dir=<(package_dir)/javadoc',
+ '--working-dir=cronet/android/java',
+ ],
+ 'message': 'Generating Javadoc',
+ },
],
'copies': [
{
« no previous file with comments | « no previous file | components/cronet/android/java/build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698