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

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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 5a8087d432d832377b9c8c8cefda32f4fb2c2cab..e0b52f2b2642063e9c24356494cc6f2e218a74f6 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1771,5 +1771,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