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 27adc1dbccf1d58ae34ab76cf0ae70afe0b329f4..f1df54eb3e0a7d02e0cc0c7f566c0ea6e1254cbb 100644 |
| --- a/chrome/common/extensions/docs/server2/extensions_paths.py |
| +++ b/chrome/common/extensions/docs/server2/extensions_paths.py |
| @@ -30,3 +30,7 @@ PRIVATE_TEMPLATES = join(TEMPLATES, 'private') |
| PUBLIC_TEMPLATES = join(TEMPLATES, 'public') |
| CONTENT_PROVIDERS = join(JSON_TEMPLATES, 'content_providers.json') |
| + |
| +LOCAL_DEBUG_DIR = 'local_debug' |
|
Jeffrey Yasskin
2014/01/29 01:08:08
Why isn't this joined with SERVER2 like the other
Renato Mangini (chromium)
2014/01/31 02:29:04
Done. I used dev_appserver.py directly, which requ
|
| +LOCAL_GCS_DIR = join(LOCAL_DEBUG_DIR, 'gcs') |
| +LOCAL_GCS_DEBUG_CONF = join(LOCAL_DEBUG_DIR, 'gcs_debug.conf') |