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

Unified Diff: net/net.gypi

Issue 868843002: net docs: Barebones doc renderer and net_docs target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split install-build-deps.sh change into another CL; remove debugging print statement. Created 5 years, 11 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: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 6da22e3b423dc41a9e7470613157b1bcf2b0ddc6..4e580f5fbd1e122cff3bc14f8fb0d6b0135c05a1 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1775,5 +1775,10 @@
'net_base_test_mac_ios_sources': [
'base/mac/url_conversions_unittest.mm',
],
+ 'net_docs_script': 'tools/net_docs/net_docs.py',
+ 'net_docs_sources': [
+ 'README.md',
+ ],
+ 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
Randy Smith (Not in Mondays) 2015/01/23 15:04:18 My instinct looking at this file is that it's not
Deprecated (see juliatuttle) 2015/01/23 20:13:00 It should be here; the expectation is that in the
}
}

Powered by Google App Engine
This is Rietveld 408576698