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 1226b2555bb9d458f31cce19c419e6d9dd7baa1e..3bad944e1b663b11db6e170ff6ab7679bb721211 100644 |
| --- a/site_scons/site_tools/library_deps.py |
| +++ b/site_scons/site_tools/library_deps.py |
| @@ -83,6 +83,10 @@ LIBRARY_DEPENDENCIES_DEFAULT = { |
| 'nacl_exception', |
| 'pthread', |
| ], |
| + 'irt_support_private': [ |
| + 'srpc', |
| + 'platform', |
| + ], |
| } |
| # Untrusted only library dependencies. |