Chromium Code Reviews| Index: site_scons/site_tools/library_deps.py |
| diff --git a/site_scons/site_tools/library_deps.py b/site_scons/site_tools/library_deps.py |
| index 1f6caa7cd3a403f3ed30e1986ed48c26e40983fc..57d44decde1fbfe5a04178d25ba235a86bd29081 100644 |
| --- a/site_scons/site_tools/library_deps.py |
| +++ b/site_scons/site_tools/library_deps.py |
| @@ -35,6 +35,9 @@ LIBRARY_DEPENDENCIES_DEFAULT = { |
| 'imc', |
| 'platform', |
| ], |
| + 'reverse_service': [ |
| + 'validation_cache', |
| + ], |
| 'sel': [ |
| 'nacl_error_code', |
| 'env_cleanser', |