| Index: tools/determinism/compare_build_artifacts.py
|
| diff --git a/tools/determinism/compare_build_artifacts.py b/tools/determinism/compare_build_artifacts.py
|
| index b792b5ae49edb2c54cae3481b9ccf66a95d266fb..c6e58c184dab770d4c9045b7ca8ee9834e8ae599 100755
|
| --- a/tools/determinism/compare_build_artifacts.py
|
| +++ b/tools/determinism/compare_build_artifacts.py
|
| @@ -156,6 +156,7 @@ WHITELIST = {
|
| 'skia_unittests',
|
| 'snapshot_unittests',
|
| 'sql_unittests',
|
| + 'storage_unittests',
|
| 'sync_client',
|
| 'sync_integration_tests',
|
| 'sync_listen_notifications',
|
| @@ -346,6 +347,7 @@ WHITELIST = {
|
| 'skia_unittests.exe',
|
| 'snapshot_unittests.exe',
|
| 'sql_unittests.exe',
|
| + 'storage_unittests.exe',
|
| 'sync_client.exe',
|
| 'sync_integration_tests.exe',
|
| 'sync_listen_notifications.exe',
|
|
|