Chromium Code Reviews| Index: recipes/chromium.py |
| diff --git a/recipes/chromium.py b/recipes/chromium.py |
| index a42dc51acc0fe93e4461730ce38f57d8ff2733ec..4eac6bdbb712dbb2b258a5987a27eab7f2c4570a 100644 |
| --- a/recipes/chromium.py |
| +++ b/recipes/chromium.py |
| @@ -18,7 +18,7 @@ class Chromium(recipe_util.Recipe): |
| solution = { 'name' :'src', |
| 'url' : url, |
| 'deps_file': '.DEPS.git', |
| - 'managed' : True, |
| + 'managed' : False, |
| 'custom_deps': {}, |
| 'safesync_url': '', |
| } |