| 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 d8ab39e286e87c422dcdee5be6257939ee2bf733..40c464b3bebe62483677f6e8a3d76234819aa49d 100644
|
| --- a/site_scons/site_tools/library_deps.py
|
| +++ b/site_scons/site_tools/library_deps.py
|
| @@ -54,6 +54,10 @@ LIBRARY_DEPENDENCIES_DEFAULT = {
|
| 'testrunner_browser': [
|
| 'ppapi',
|
| ],
|
| + 'validation_cache': [
|
| + # For CHECK(...)
|
| + 'platform',
|
| + ],
|
| }
|
|
|
| # Untrusted only library dependencies.
|
| @@ -96,6 +100,7 @@ PLATFORM_LIBRARY_DEPENDENCIES = {
|
| 'ncval_base_x86_32': [
|
| 'platform',
|
| 'cpu_features',
|
| + 'validation_cache',
|
| ],
|
| 'nc_opcode_modeling_verbose_x86_32': [
|
| 'nc_opcode_modeling_x86_32',
|
| @@ -156,6 +161,7 @@ PLATFORM_LIBRARY_DEPENDENCIES = {
|
| 'ncval_base_x86_64': [
|
| 'platform',
|
| 'cpu_features',
|
| + 'validation_cache',
|
| ],
|
| 'nc_opcode_modeling_verbose_x86_64': [
|
| 'nc_opcode_modeling_x86_64',
|
|
|