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

Unified Diff: chrome/common/extensions/docs/server2/compiled_file_system.py

Issue 11315018: Extensions Docs Server: Generalize $ref's to work for any schema node (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 8 years, 1 month 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: chrome/common/extensions/docs/server2/compiled_file_system.py
diff --git a/chrome/common/extensions/docs/server2/compiled_file_system.py b/chrome/common/extensions/docs/server2/compiled_file_system.py
index a7bd01e449e632ddcc98f126a3e31157d2fb1304..4de8a1a32df29ecdfbe6dc3d1d91a539d0365475 100644
--- a/chrome/common/extensions/docs/server2/compiled_file_system.py
+++ b/chrome/common/extensions/docs/server2/compiled_file_system.py
@@ -20,6 +20,7 @@ IDL_NAMES = 'IDLNames'
INTRO = 'Intro'
JSON = 'JSON'
LIST = 'List'
+NAMES = 'Names'
PERMS = 'Perms'
STATIC = 'Static'
ZIP = 'Zip'

Powered by Google App Engine
This is Rietveld 408576698