Chromium Code Reviews| 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') |