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

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

Issue 176973009: Doc server: support interfaces in src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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: chrome/common/extensions/docs/server2/extensions_paths.py
diff --git a/chrome/common/extensions/docs/server2/extensions_paths.py b/chrome/common/extensions/docs/server2/extensions_paths.py
index c6969d5240453ccb24452fe61c779372a2c6b888..828b6762b638c84fb1ea6d4e18d328b782ae8b68 100644
--- a/chrome/common/extensions/docs/server2/extensions_paths.py
+++ b/chrome/common/extensions/docs/server2/extensions_paths.py
@@ -10,6 +10,7 @@ from posixpath import join
EXTENSIONS = 'chrome/common/extensions/'
API = join(EXTENSIONS, 'api/')
+CORE_API = 'extensions/common/api/'
not at google - send to devlin 2014/03/06 22:16:21 so - from the context of this CL I know what these
Ken Rockot(use gerrit already) 2014/03/06 23:55:16 Yes, I agree, but I think CORE_API should also bec
DOCS = join(EXTENSIONS, 'docs/')
API_FEATURES = join(API, '_api_features.json')

Powered by Google App Engine
This is Rietveld 408576698