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

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: Add a couple of comments to net_docs.py Created 5 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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 12d0a40b4fe3cd33def62e8bdc54a34b112054cf..1183c735a21169f943f3b41afb639bfe24f7f3a8 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1770,5 +1770,11 @@
'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',
+ 'sdch/README.md',
+ ],
+ 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
}
}
« no previous file with comments | « net/net.gyp ('k') | net/tools/net_docs/net_docs.py » ('j') | net/tools/net_docs/net_docs.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698