Index: recipe_modules/infra_paths/path_config.py |
diff --git a/recipe_modules/infra_paths/path_config.py b/recipe_modules/infra_paths/path_config.py |
index fd2fd52c5a00fc74d5d7d7bbd149dc6e35220911..f13227c835d1e39c0858b17dc5f6ce9a685463c0 100644 |
--- a/recipe_modules/infra_paths/path_config.py |
+++ b/recipe_modules/infra_paths/path_config.py |
@@ -40,7 +40,11 @@ def infra_kitchen(c): |
'/', 'b', 'cache', 'chromium', 'git_cache') |
c.base_paths['goma_cache'] = ( |
'/', 'b', 'cache', 'chromium', 'goma_cache') |
+ c.base_paths['goma_deps_cache'] = ( |
+ '/', 'b', 'cache', 'chromium', 'goma_deps_cache') |
else: |
c.base_paths['cache'] = c.base_paths['root'] + ('cache',) |
c.base_paths['git_cache'] = c.base_paths['root'] + ('cache_dir',) |
c.base_paths['goma_cache'] = c.base_paths['root'] + ('goma_cache',) |
+ c.base_paths['goma_deps_cache'] = c.base_paths['root'] + ( |
+ 'goma_deps_cache',) |