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 2dc17c6f39c1f50bd0b6f11dd250567f5c7bf631..2d7edb17d31bf5597a99184a9dd04228b50f21b5 100644 |
| --- a/site_scons/site_tools/library_deps.py |
| +++ b/site_scons/site_tools/library_deps.py |
| @@ -42,6 +42,9 @@ LIBRARY_DEPENDENCIES_DEFAULT = { |
| 'sel', |
| 'debug_stub', |
| ], |
| + 'serialization': [ |
| + 'platform', |
| + ], |
| 'testrunner_browser': [ |
| 'ppapi', |
| ], |