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

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: Make requested changes 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
« no previous file with comments | « net/net.gyp ('k') | net/tools/net_docs/net_docs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index dc9d5d8bf8fc2c4265eb9ac34d56b7a41a5b486b..a40989b4f36f4496a323083ab74c25da56f93386 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1772,5 +1772,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698